CLJun 26, 2023

Understanding In-Context Learning via Supportive Pretraining Data

BerkeleyMeta AIMicrosoftU of TorontoUW
arXiv:2306.15091v1245 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work provides insights into improving ICL for NLP practitioners, but it is incremental as it builds on prior studies of ICL mechanisms.

The paper tackles the problem of understanding why in-context learning emerges in language models by analyzing pretraining data, finding that a small supportive subset improves ICL ability by up to 18% and identifying key characteristics like long-tail tokens and challenging long-range contexts.

In-context learning (ICL) improves language models' performance on a variety of NLP tasks by simply demonstrating a handful of examples at inference time. It is not well understood why ICL ability emerges, as the model has never been specifically trained on such demonstrations. Unlike prior work that explores implicit mechanisms behind ICL, we study ICL via investigating the pretraining data. Specifically, we first adapt an iterative, gradient-based approach to find a small subset of pretraining data that supports ICL. We observe that a continued pretraining on this small subset significantly improves the model's ICL ability, by up to 18%. We then compare the supportive subset constrastively with random subsets of pretraining data and discover: (1) The supportive pretraining data to ICL do not have a higher domain relevance to downstream tasks. (2) The supportive pretraining data have a higher mass of rarely occurring, long-tail tokens. (3) The supportive pretraining data are challenging examples where the information gain from long-range context is below average, indicating learning to incorporate difficult long-range context encourages ICL. Our work takes a first step towards understanding ICL via analyzing instance-level pretraining data. Our insights have a potential to enhance the ICL ability of language models by actively guiding the construction of pretraining data in the future.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes