Language Model Behavioral Phases are Consistent Across Architecture, Training Data, and Scale
James A. Michaelov, Roger P. Levy, Benjamin K. Bergen
TL;DR
The paper investigates whether autoregressive language model behavior during pretraining follows a consistent trajectory across architecture, training data, and scale. An analysis of 1,418 checkpoints across Parc-Pythia, Parc-Mamba, Parc-RWKV, and Open-GPT2 using the NaWoCo dataset shows that three simple heuristics—unigram frequency, $n$-gram probability, and contextual semantic similarity—explain up to $98\%$ of word-level log-probability variance, with consistent behavioral phases emerging during training. The results hold across Transformers, state-space, and recurrent architectures, and across The Pile vs OpenWebText data, suggesting a common learning dynamics regardless of model details. This points to the autoregressive objective as a dominant factor shaping learning, with higher-order $n$-gram reliance developing later and semantic similarity contributing early, offering a simplified lens for understanding LM development and downstream capabilities.
Abstract
We show that across architecture (Transformer vs. Mamba vs. RWKV), training dataset (OpenWebText vs. The Pile), and scale (14 million parameters to 12 billion parameters), autoregressive language models exhibit highly consistent patterns of change in their behavior over the course of pretraining. Based on our analysis of over 1,400 language model checkpoints on over 110,000 tokens of English, we find that up to 98% of the variance in language model behavior at the word level can be explained by three simple heuristics: the unigram probability (frequency) of a given word, the $n$-gram probability of the word, and the semantic similarity between the word and its context. Furthermore, we see consistent behavioral phases in all language models, with their predicted probabilities for words overfitting to those words' $n$-gram probabilities for increasing $n$ over the course of training. Taken together, these results suggest that learning in neural language models may follow a similar trajectory irrespective of model details.
