Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Data Curation Alone Can Stabilize In-context Learning

About

In-context learning (ICL) enables large language models (LLMs) to perform new tasks by prompting them with a sequence of training examples. However, it is known that ICL is very sensitive to the choice of training examples: randomly sampling examples from a training set leads to high variance in performance. In this paper, we show that carefully curating a subset of training data greatly stabilizes ICL performance without any other changes to the ICL algorithm (e.g., prompt retrieval or calibration). We introduce two methods to choose training subsets -- both score training examples individually, then select the highest-scoring ones. CondAcc scores a training example by its average dev-set ICL accuracy when combined with random training examples, while Datamodels learns linear regressors that estimate how the presence of each training example influences LLM outputs. Across five tasks and two LLMs, sampling from stable subsets selected by CondAcc and Datamodels improves average accuracy over sampling from the entire training set by 7.7% and 6.3%, respectively. Surprisingly, the stable subset examples are not especially diverse in content or low in perplexity, in contrast with other work suggesting that diversity and perplexity are important when prompting LLMs.

Ting-Yun Chang, Robin Jia• 2022

Related benchmarks

TaskDatasetResultRank
Sentiment ClassificationIMDB (test)--
144
Subjectivity ClassificationSubj (test)
Accuracy70.6
125
Boolean Question AnsweringBoolQ (test)
Accuracy (Avg)69.4
38
Citation Intent ClassificationSciCite (test)
Average Accuracy54.5
24
Multi-task Classification AverageSST-2, BoolQ, Subj, Scicite, AGNews Aggregate
Average Accuracy72.4
24
News ClassificationAG News (test)
Accuracy87.3
24
Sentiment AnalysisSST-2 (test)
Avg Accuracy86.7
24
Boolean Question AnsweringBoolQ contrastive (test)
Accuracy (Avg)60.6
8
Showing 8 of 8 rows

Other info

Code

Follow for update