Paper Overview
- Field: NLP
- Authors: Deqing Fu, Tianyi Zhou, Mikhail Belkin
- Published: 2026-04-22
- arXiv: 2604.20817
- Language models trained on natural text learn to represent numbers using periodic features with dominant periods at T = 2, 5, and 10.
- These number features exhibit a two-tiered hierarchy: models consistently learn Fourier-domain features with period-T spikes, but only some develop *geometrically separable* features usable for linearly classifying numbers mod-T.
- Models examined include Transformers, Linear RNNs, LSTMs, and classical word embeddings trained in different ways — all show the Fourier-domain periodicity tier.
- The authors prove that Fourier-domain sparsity is necessary but not sufficient for mod-T geometric separability, explaining why some models have the first tier of features but not the second.
- Empirically, whether training produces geometrically separable features depends critically on data, architecture, optimizer, and tokenizer.
- Two distinct pathways lead to geometric separability:
Key Points
Takeaway
The results demonstrate a phenomenon of convergent evolution in feature learning: diverse models with different architectures and training signals can arrive at similar internal representations of numbers.
Original Abstract (excerpt)
> Language models trained on natural text learn to represent numbers using periodic features with dominant periods at T=2, 5, 10. In this paper, we identify a two-tiered hierarchy of these features: while Transformers, Linear RNNs, LSTMs, and classical word embeddings trained in different ways all learn features that have period-T spikes in the Fourier domain, only some learn geometrically separable features that can be used to linearly classify a number mod-T. To explain this incongruity, we prove that Fourier domain sparsity is necessary but not sufficient for mod-T geometric separability. Empirically, we investigate when model training yields geometrically separable features, finding that the data, architecture, optimizer, and tokenizer all play key roles.
--- *Auto-collected on 2026-04-24*