Less is More: Local Intrinsic Dimensions of Contextual Language Models
Benjamin Matthias Ruppik, Julius von Rohrscheidt, Carel van Niekerk, Michael Heck, Renato Vukovic, Shutong Feng, Hsien-chin Lin, Nurul Lubis, Bastian Rieck, Marcus Zibrowius, Milica Gašić
TL;DR
This work introduces a geometric lens for understanding large language model training by quantifying the local intrinsic dimension (LID) of contextual token embeddings via a localized TwoNN estimator. By analyzing token-space geometry across datasets and training stages, the authors show that fine-tuning induces dataset-specific, local compression in the embedding space, while out-of-distribution data remain largely unchanged; this enables unsupervised monitoring of generalization, grokking, exhaustion of training capabilities, and overfitting. The key contributions include demonstrating that mean LID reductions forecast performance improvements and grokking onset, and that LID stabilization aligns with training convergence, offering a practical diagnostic that does not rely on labeled validation data. The findings provide a foundation for geometry-guided model configuration and training interventions, with potential applications to LoRA-rank tuning and other post-training phases, and motivate future work on differentiable approximations and connections between token semantics and local dimensionality.
Abstract
Understanding the internal mechanisms of large language models (LLMs) remains a challenging and complex endeavor. Even fundamental questions, such as how fine-tuning affects model behavior, often require extensive empirical evaluation. In this paper, we introduce a novel perspective based on the geometric properties of contextual latent embeddings to study the effects of training and fine-tuning. To that end, we measure the local dimensions of a contextual language model's latent space and analyze their shifts during training and fine-tuning. We show that the local dimensions provide insights into the model's training dynamics and generalization ability. Specifically, the mean of the local dimensions predicts when the model's training capabilities are exhausted, as exemplified in a dialogue state tracking task, overfitting, as demonstrated in an emotion recognition task, and grokking, as illustrated with an arithmetic task. Furthermore, our experiments suggest a practical heuristic: reductions in the mean local dimension tend to accompany and predict subsequent performance gains. Through this exploration, we aim to provide practitioners with a deeper understanding of the implications of fine-tuning on embedding spaces, facilitating informed decisions when configuring models for specific applications. The results of this work contribute to the ongoing discourse on the interpretability, adaptability, and generalizability of LLMs by bridging the gap between intrinsic model mechanisms and geometric properties in the respective embeddings.
