English

Dispersion Loss Counteracts Embedding Condensation and Improves Generalization in Small Language Models

Machine Learning 2026-05-06 v3

Abstract

Large language models (LLMs) achieve remarkable performance through ever-increasing parameter counts, but scaling incurs steep computational costs. To better understand LLM scaling, we study representational differences between LLMs and their smaller counterparts, with the goal of replicating the representational qualities of larger models in smaller models. We observe a geometric phenomenon which we term embedding condensation\textbf{embedding condensation}, where token embeddings collapse into a narrow cone-like subspace in some language models. Through systematic analyses across multiple Transformer families, we show that small models such as GPT2\texttt{GPT2} and Qwen3-0.6B\texttt{Qwen3-0.6B} exhibit severe condensation, whereas larger models such as GPT2-xl\texttt{GPT2-xl} and Qwen3-32B\texttt{Qwen3-32B} are more resistant to this phenomenon. Additional observations show that embedding condensation is not reliably mitigated by knowledge distillation from larger models. To fight against it, we formulate a dispersion loss that explicitly encourages embedding dispersion during training. Experiments demonstrate that it mitigates condensation, recovers dispersion patterns seen in larger models, and yields performance gains across 10 benchmarks. We believe this work offers a principled path toward improving smaller Transformers without additional parameters.

Keywords

Cite

@article{arxiv.2602.00217,
  title  = {Dispersion Loss Counteracts Embedding Condensation and Improves Generalization in Small Language Models},
  author = {Chen Liu and Xingzhi Sun and Xi Xiao and Alexandre Van Tassel and Ke Xu and Kristof Reimann and Danqi Liao and Mark Gerstein and Tianyang Wang and Xiao Wang and Smita Krishnaswamy},
  journal= {arXiv preprint arXiv:2602.00217},
  year   = {2026}
}

Comments

ICML 2026

R2 v1 2026-07-01T09:28:36.775Z