LGAICLApr 22, 2022

Data Distributional Properties Drive Emergent In-Context Learning in Transformers

DeepMindStanford
arXiv:2205.05055v6368 citationsh-index: 42
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding emergent in-context learning in AI models for researchers, revealing data-driven mechanisms that could guide future model training beyond language domains.

The study investigated how training data distributional properties, such as burstiness and Zipfian distributions, drive emergent in-context learning in transformers, finding that these properties enable in-context learning in transformers but not recurrent models, with experiments showing co-existence of in-context and weight-based learning under skewed distributions.

Large transformer-based models are able to perform in-context few-shot learning, without being explicitly trained for it. This observation raises the question: what aspects of the training regime lead to this emergent behavior? Here, we show that this behavior is driven by the distributions of the training data itself. In-context learning emerges when the training data exhibits particular distributional properties such as burstiness (items appear in clusters rather than being uniformly distributed over time) and having large numbers of rarely occurring classes. In-context learning also emerges more strongly when item meanings or interpretations are dynamic rather than fixed. These properties are exemplified by natural language, but are also inherent to naturalistic data in a wide range of other domains. They also depart significantly from the uniform, i.i.d. training distributions typically used for standard supervised learning. In our initial experiments, we found that in-context learning traded off against more conventional weight-based learning, and models were unable to achieve both simultaneously. However, our later experiments uncovered that the two modes of learning could co-exist in a single model when it was trained on data following a skewed Zipfian distribution -- another common property of naturalistic data, including language. In further experiments, we found that naturalistic data distributions were only able to elicit in-context learning in transformers, and not in recurrent models. In sum, our findings indicate how the transformer architecture works together with particular properties of the training data to drive the intriguing emergent in-context learning behaviour of large language models, and how future work might encourage both in-context and in-weights learning in domains beyond language.

Code Implementations4 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