CLAIFeb 25, 2022

Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?

arXiv:2202.12837v22021 citations
Originality Incremental advance
AI Analysis

This work provides insights into how in-context learning functions, potentially influencing methods for few-shot learning in AI, though it is incremental in refining understanding rather than introducing new techniques.

The paper investigates in-context learning in large language models, finding that ground truth labels in demonstrations are not essential, as randomly replacing them barely hurts performance across 12 models including GPT-3, with key drivers being aspects like label space and input distribution.

Large language models (LMs) are able to in-context learn -- perform a new task via inference alone by conditioning on a few input-label pairs (demonstrations) and making predictions for new inputs. However, there has been little understanding of how the model learns and which aspects of the demonstrations contribute to end task performance. In this paper, we show that ground truth demonstrations are in fact not required -- randomly replacing labels in the demonstrations barely hurts performance on a range of classification and multi-choce tasks, consistently over 12 different models including GPT-3. Instead, we find that other aspects of the demonstrations are the key drivers of end task performance, including the fact that they provide a few examples of (1) the label space, (2) the distribution of the input text, and (3) the overall format of the sequence. Together, our analysis provides a new way of understanding how and why in-context learning works, while opening up new questions about how much can be learned from large language models through inference alone.

Code Implementations2 repos
Foundations

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

Your Notes