LGCLOct 4, 2023

Understanding In-Context Learning in Transformers and LLMs by Learning to Learn Discrete Functions

MILA
arXiv:2310.03016v178 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the understanding of in-context learning mechanisms for researchers in machine learning, though it is incremental as it builds on prior stylized frameworks.

The paper investigates in-context learning in Transformers and LLMs by testing their ability to learn discrete functions, finding that Transformers can nearly match optimal algorithms for simpler tasks but struggle with complex ones, and that LLMs like LLaMA-2 and GPT-4 can compete with baselines on unseen prediction tasks.

In order to understand the in-context learning phenomenon, recent works have adopted a stylized experimental framework and demonstrated that Transformers can learn gradient-based learning algorithms for various classes of real-valued functions. However, the limitations of Transformers in implementing learning algorithms, and their ability to learn other forms of algorithms are not well understood. Additionally, the degree to which these capabilities are confined to attention-based models is unclear. Furthermore, it remains to be seen whether the insights derived from these stylized settings can be extrapolated to pretrained Large Language Models (LLMs). In this work, we take a step towards answering these questions by demonstrating the following: (a) On a test-bed with a variety of Boolean function classes, we find that Transformers can nearly match the optimal learning algorithm for 'simpler' tasks, while their performance deteriorates on more 'complex' tasks. Additionally, we find that certain attention-free models perform (almost) identically to Transformers on a range of tasks. (b) When provided a teaching sequence, i.e. a set of examples that uniquely identifies a function in a class, we show that Transformers learn more sample-efficiently. Interestingly, our results show that Transformers can learn to implement two distinct algorithms to solve a single task, and can adaptively select the more sample-efficient algorithm depending on the sequence of in-context examples. (c) Lastly, we show that extant LLMs, e.g. LLaMA-2, GPT-4, can compete with nearest-neighbor baselines on prediction tasks that are guaranteed to not be in their training set.

Foundations

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

Your Notes