Improved text

pull/1112/head
Melanie H Buehler 2 months ago
parent 94e5e56342
commit 95e025b2b6

@ -919,7 +919,7 @@
"metadata": {},
"source": [
"### Experiment 3: KNN Few-shot\n",
"[This paper](https://arxiv.org/abs/2311.16452) describes an interesting technique called KNN-based few-shot example selection that led to a notable boost in performance. For this next experiment, instead of sampling shots at random, we calculated a similarity score between each candidate example and the input code and constructed shots from the most similar candidates (but still kept the scenarios distinct). We are using the RougeL fmeasure metric, but other metrics could be used too."
"[This paper](https://arxiv.org/abs/2311.16452) describes an interesting technique called KNN-based few-shot example selection that led to a notable boost in performance. For this next experiment, instead of sampling shots at random, we calculate a similarity score between each candidate example and the input code and construct shots from the most similar candidates (but still keep the scenarios distinct). This uses the RougeL fmeasure metric, but other metrics could be used too."
]
},
{

Loading…
Cancel
Save