Abstract
The softmax bottleneck in neural language models creates both expressivity and optimization issues by compressing gradients through rank-deficient output layers, leading to inefficient training dynamics.
The last layer of neural language models (LMs) projects output features of dimension D to logits in dimension V, the size of the vocabulary, where usually D ll V. This mismatch is known to raise risks of limited expressivity in neural LMs, creating a so-called softmax bottleneck. We show the softmax bottleneck is not only an expressivity bottleneck but also an optimization bottleneck. Backpropagating V-dimensional gradients through a rank-D linear layer induces unavoidable compression, which alters the training feedback provided to the vast majority of the parameters. We present a theoretical analysis of this phenomenon and measure empirically that 95-99% of the gradient norm is suppressed by the output layer, resulting in vastly suboptimal update directions. We conduct controlled pretraining experiments showing that the gradient bottleneck makes trivial patterns unlearnable, and drastically affects the training dynamics of LLMs. We argue that this inherent flaw contributes to training inefficiencies at scale independently of the model architecture, and raises the need for new LM head designs.
Community
Checkpoints coming soon!
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Disentangling Geometry, Performance, and Training in Language Models (2026)
- Do We Need Adam? Surprisingly Strong and Sparse Reinforcement Learning with SGD in LLMs (2026)
- MSign: An Optimizer Preventing Training Instability in Large Language Models via Stable Rank Restoration (2026)
- An Empirical Study on Noisy Data and LLM Pretraining Loss Divergence (2026)
- The Depth Delusion: Why Transformers Should Be Wider, Not Deeper (2026)
- State Rank Dynamics in Linear Attention LLMs (2026)
- On the Width Scaling of Neural Optimizers Under Matrix Operator Norms I: Row/Column Normalization and Hyperparameter Transfer (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper