paper-with-me

Papers

Data Curation Alone Can Stabilize In-context Learning

2022-12-20 · Ting-Yun Chang, Robin Jia

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.

📄 PDF Abstract BibTeX arXiv:2212.10378

Code (1)

terarachang/dataicl 공식 구현 pytorch

Tasks

DiversityIn-Context LearningRetrieval

Similar Papers 제목 키워드 기반

20/20 Vision Language Models: A Prescription for Better VLMs through Data Curation Alone

2026-05-12 · DatologyAI, :, Siddharth Joshi, Haoli Yin 외 arxiv

Data curation has shifted the quality-compute frontier for language-model and contrastive image-text pretraining, but its role for vision-language models (VLMs) is far less established. We ask how far data curation alone…

Beyond Manual Curation: Augmenting Targeted Protein Degradation Databases via Agentic Literature Extraction Workflows

2026-05-11 · Yaochen Rao, Farzaneh Jalalypour, N. M. Anoop Krishnan, Rocío Mercado arxiv

Predictive models in biomedicine depend on structured assay data locked in the text, tables, and supplements of primary publications. This bottleneck is especially acute in targeted protein degradation (TPD), where each …

Plausibility-Driven Prioritization of Candidate Biomedical Annotations

2026-07-22 · Emanuele Cavalleri, Miad Alavinezhad, Dario Malchiodi, Marco Mesiti arxiv

The rapid growth of biomedical knowledge has made the validation of automatically generated biological annotations a major bottleneck in biomedical curation. While computational methods can rapidly produce large numbers …

Knowledge Graphs

Equivariant Representation Learning in the Presence of Stabilizers

2023-01-12 · Luis Armando Pérez Rey, Giovanni Luca Marchetti, Danica Kragic, Dmitri Jarnikov 외

We introduce Equivariant Isomorphic Networks (EquIN) -- a method for learning representations that are equivariant with respect to general group actions over data. Differently from existing equivariant representation lea…

Representation Learning

Where Does the Signal Live? A Web Data Recipe for Medical Encoder Pretraining

2026-06-20 · Bofeng Huang, Jacques Sun, Diane Bouchacourt, Nicolas Barascud 외 arxiv

Web data curation has been widely studied for decoder Large Language Model (LLM) pretraining. Encoders for dense-terminology domains such as medicine, by contrast, are pretrained on small, manually-curated corpora that l…