Out-of-distribution Generalization Via Composition: A Lens Through Induction Heads In Transformers · The Large Language Model Bible Contribute to LLM-Bible

Out-of-distribution Generalization Via Composition: A Lens Through Induction Heads In Transformers

Song Jiajun, Xu Zhuoyan, Zhong Yiqiao. Arxiv 2024

[Paper]    
Attention Mechanism Fine Tuning GPT In Context Learning Model Architecture Pretraining Methods Prompting Reinforcement Learning Training Techniques Transformer

Large language models (LLMs) such as GPT-4 sometimes appear to be creative, solving novel tasks often with a few demonstrations in the prompt. These tasks require the models to generalize on distributions different from those from training data – which is known as out-of-distribution (OOD) generalization. Despite the tremendous success of LLMs, how they approach OOD generalization remains an open and underexplored question. We examine OOD generalization in settings where instances are generated according to hidden rules, including in-context learning with symbolic reasoning. Models are required to infer the hidden rules behind input prompts without any fine-tuning. We empirically examined the training dynamics of Transformers on a synthetic example and conducted extensive experiments on a variety of pretrained LLMs, focusing on a type of components known as induction heads. We found that OOD generalization and composition are tied together – models can learn rules by composing two self-attention layers, thereby achieving OOD generalization. Furthermore, a shared latent subspace in the embedding (or feature) space acts as a bridge for composition by aligning early layers and later layers, which we refer to as the common bridge representation hypothesis.

Similar Work