Systematic Generalization in Language Models Scales with Information Entropy
Sondre Wold, Lucas Georges Gabriel Charpentier, Étienne Simon
TL;DR
This work investigates systematic generalization in sequence-to-sequence models and demonstrates that performance on embedded-sentence generalization scales with training-data entropy, quantified as $H^{\text{train}}_{e_2}(V)$. It formalizes a data-centric framework, generates synthetic data via a modified SCAN grammar, and evaluates four architectures under two entropy-raising strategies: distribution mixing and incremental support, showing that higher entropy facilitates out-of-distribution generalization even without architectural priors. Across experiments, the Transformer generally performs best, while a permutation-equivariant model with built-in priors can solve the zero-entropy (degenerate) case, highlighting the role of priors versus data properties. The findings suggest information efficiency as a lens for systematic generalization and raise its applicability limits at low entropy and in real-world, non-synthetic settings.
Abstract
Systematic generalization remains challenging for current language models, which are known to be both sensitive to semantically similar permutations of the input and to struggle with known concepts presented in novel contexts. Although benchmarks exist for assessing compositional behavior, it is unclear how to measure the difficulty of a systematic generalization problem. In this work, we show how one aspect of systematic generalization can be described by the entropy of the distribution of component parts in the training data. We formalize a framework for measuring entropy in a sequence-to-sequence task and find that the performance of popular model architectures scales with the entropy. Our work connects systematic generalization to information efficiency, and our results indicate that success at high entropy can be achieved even without built-in priors, and that success at low entropy can serve as a target for assessing progress towards robust systematic generalization.
