Phase Transitions in the Output Distribution of Large Language Models
Julian Arnold, Flemming Holtorf, Frank Schäfer, Niels Lörch
TL;DR
This work introduces a physics-inspired, distribution-based framework for automatically detecting phase-transition-like behavior in the output of large language models. It formalizes transitions as rapid changes in the conditional distribution $P(\cdot|T)$ and quantifies them with symmetric $f$-divergences (notably $D_{\mathrm{TV}}$ and $D_{\mathrm{JS}}$), linking small parameter shifts to Fisher information $\\mathcal{F}(T)$. A practical, low-variance signal, the linear dissimilarity with $g(x)=2x-1$, is developed and implemented by comparing left/right segments of the control-parameter grid, enabling efficient, black-box analysis of prompts, temperature, and training epochs. Applying the method to Pythia, Mistral, and Llama models reveals distinct transitions, including prompt-induced, tokenizer-boundary, and temperature-driven phase changes, and shows how transitions co-occur with rapid weight-distribution shifts during training. The approach promises scalable discovery of new behavioral phases in rapidly evolving LLMs and offers a principled tool for understanding and guiding model development and deployment.
Abstract
In a physical system, changing parameters such as temperature can induce a phase transition: an abrupt change from one state of matter to another. Analogous phenomena have recently been observed in large language models. Typically, the task of identifying phase transitions requires human analysis and some prior understanding of the system to narrow down which low-dimensional properties to monitor and analyze. Statistical methods for the automated detection of phase transitions from data have recently been proposed within the physics community. These methods are largely system agnostic and, as shown here, can be adapted to study the behavior of large language models. In particular, we quantify distributional changes in the generated output via statistical distances, which can be efficiently estimated with access to the probability distribution over next-tokens. This versatile approach is capable of discovering new phases of behavior and unexplored transitions -- an ability that is particularly exciting in light of the rapid development of language models and their emergent capabilities.
