English

Towards Understanding the Relationship between In-context Learning and Compositional Generalization

Computation and Language 2024-03-19 v1 Machine Learning

Abstract

According to the principle of compositional generalization, the meaning of a complex expression can be understood as a function of the meaning of its parts and of how they are combined. This principle is crucial for human language processing and also, arguably, for NLP models in the face of out-of-distribution data. However, many neural network models, including Transformers, have been shown to struggle with compositional generalization. In this paper, we hypothesize that forcing models to in-context learn can provide an inductive bias to promote compositional generalization. To test this hypothesis, we train a causal Transformer in a setting that renders ordinary learning very difficult: we present it with different orderings of the training instance and shuffle instance labels. This corresponds to training the model on all possible few-shot learning problems attainable from the dataset. The model can solve the task, however, by utilizing earlier examples to generalize to later ones (i.e. in-context learning). In evaluations on the datasets, SCAN, COGS, and GeoQuery, models trained in this manner indeed show improved compositional generalization. This indicates the usefulness of in-context learning problems as an inductive bias for generalization.

Keywords

Cite

@article{arxiv.2403.11834,
  title  = {Towards Understanding the Relationship between In-context Learning and Compositional Generalization},
  author = {Sungjun Han and Sebastian Padó},
  journal= {arXiv preprint arXiv:2403.11834},
  year   = {2024}
}

Comments

To be published in LREC-COLING 2024

R2 v1 2026-06-28T15:24:18.551Z