Emergence of Linear Truth Encodings in Language Models
Shauli Ravfogel, Gilad Yehudai, Tal Linzen, Joan Bruna, Alberto Bietti
TL;DR
The paper tackles how large language models develop linear subspaces that separate true from false statements. By building a transparent one-layer transformer toy model and a minimal truth-cooccurrence data generator, it shows a two-phase learning dynamic: rapid memorization of subject–attribute pairs followed by the gradual emergence of a linear truth direction that sharpens predictions for truthful contexts, aided by layer normalization. The authors corroborate the mechanism with experiments in synthetic settings, natural language data (CounterFact), and pretrained LLMs, demonstrating both a predictive latent truth variable and a practical way to steer model outputs along truth-relevant directions. This work provides a mechanistic account linking data distribution, associative memory circuits in transformers, and normalization-induced sharpening to the emergence of linear truth encodings, with implications for reducing hallucinations and improving factuality in LMs.
Abstract
Recent probing studies reveal that large language models exhibit linear subspaces that separate true from false statements, yet the mechanism behind their emergence is unclear. We introduce a transparent, one-layer transformer toy model that reproduces such truth subspaces end-to-end and exposes one concrete route by which they can arise. We study one simple setting in which truth encoding can emerge: a data distribution where factual statements co-occur with other factual statements (and vice-versa), encouraging the model to learn this distinction in order to lower the LM loss on future tokens. We corroborate this pattern with experiments in pretrained language models. Finally, in the toy setting we observe a two-phase learning dynamic: networks first memorize individual factual associations in a few steps, then -- over a longer horizon -- learn to linearly separate true from false, which in turn lowers language-modeling loss. Together, these results provide both a mechanistic demonstration and an empirical motivation for how and why linear truth representations can emerge in language models.
