General-Purpose In-Context Learning by Meta-Learning Transformers
Louis Kirsch, James Harrison, Jascha Sohl-Dickstein, Luke Metz
TL;DR
This work tackles the problem of deriving a truly general-purpose in-context learning algorithm by meta-training a black-box Transformer on a richly augmented task distribution. The GPICL framework demonstrates that, given sufficient task diversity and memory capacity, a model can transition from memorizing tasks to identifying tasks and finally to general learning-to-learn that generalizes to unseen datasets. Key contributions include a detailed analysis of how memory/state bottlenecks constrain meta-learning, the observation of algorithmic transitions, and practical interventions (batch size, meta-optimizer tweaks, curricula) that improve meta-training and generalization. The findings have practical implications for data-driven meta-learning, cross-domain generalization, and potential enhancements to in-context learning in large language models.
Abstract
Modern machine learning requires system designers to specify aspects of the learning pipeline, such as losses, architectures, and optimizers. Meta-learning, or learning-to-learn, instead aims to learn those aspects, and promises to unlock greater capabilities with less manual effort. One particularly ambitious goal of meta-learning is to train general-purpose in-context learning algorithms from scratch, using only black-box models with minimal inductive bias. Such a model takes in training data, and produces test-set predictions across a wide range of problems, without any explicit definition of an inference model, training loss, or optimization algorithm. In this paper we show that Transformers and other black-box models can be meta-trained to act as general-purpose in-context learners. We characterize transitions between algorithms that generalize, algorithms that memorize, and algorithms that fail to meta-train at all, induced by changes in model size, number of tasks, and meta-optimization. We further show that the capabilities of meta-trained algorithms are bottlenecked by the accessible state size (memory) determining the next prediction, unlike standard models which are thought to be bottlenecked by parameter count. Finally, we propose practical interventions such as biasing the training distribution that improve the meta-training and meta-generalization of general-purpose in-context learning algorithms.
