CLOct 30, 2023

The Impact of Depth on Compositional Generalization in Transformer Language Models

DeepMind
arXiv:2310.19956v246 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses the problem of optimizing transformer architecture for efficiency and performance in natural language processing, though it is incremental as it builds on existing theoretical and empirical work.

The study investigated how transformer depth affects compositional generalization in language models, finding that deeper models generalize more compositionally after fine-tuning, but with diminishing returns, and that depth benefits cannot be attributed solely to better language modeling performance.

To process novel sentences, language models (LMs) must generalize compositionally -- combine familiar elements in new ways. What aspects of a model's structure promote compositional generalization? Focusing on transformers, we test the hypothesis, motivated by theoretical and empirical work, that deeper transformers generalize more compositionally. Simply adding layers increases the total number of parameters; to address this confound between depth and size, we construct three classes of models which trade off depth for width such that the total number of parameters is kept constant (41M, 134M and 374M parameters). We pretrain all models as LMs and fine-tune them on tasks that test for compositional generalization. We report three main conclusions: (1) after fine-tuning, deeper models generalize more compositionally than shallower models do, but the benefit of additional layers diminishes rapidly; (2) within each family, deeper models show better language modeling performance, but returns are similarly diminishing; (3) the benefits of depth for compositional generalization cannot be attributed solely to better performance on language modeling. Because model latency is approximately linear in the number of layers, these results lead us to the recommendation that, with a given total parameter budget, transformers can be made shallower than is typical without sacrificing performance.

Foundations

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

Your Notes