Constrained belief updates explain geometric structures in transformer representations
Mateusz Piotrowski, Paul M. Riechers, Daniel Filan, Adam S. Shai
TL;DR
The paper investigates what computational structures emerge in transformers trained on next-token prediction and argues that they implement constrained Bayesian belief updating under architectural constraints. Using the Mess3 HMM as a tractable testbed, it shows that attention-based updates map to belief-simplex geometry, with OV vectors and token embeddings aligning with theory, and that a spectral analysis predicts when single-head versus multi-head attention is required. Across experiments, the first-layer attention performs constrained belief updates, while deeper layers progressively transform representations toward full Bayesian beliefs. The results provide a principled interpretability lens for how architectural constraints shape inference in transformers and offer insights that may generalize to larger language models.
Abstract
What computational structures emerge in transformers trained on next-token prediction? In this work, we provide evidence that transformers implement constrained Bayesian belief updating -- a parallelized version of partial Bayesian inference shaped by architectural constraints. We integrate the model-agnostic theory of optimal prediction with mechanistic interpretability to analyze transformers trained on a tractable family of hidden Markov models that generate rich geometric patterns in neural activations. Our primary analysis focuses on single-layer transformers, revealing how the first attention layer implements these constrained updates, with extensions to multi-layer architectures demonstrating how subsequent layers refine these representations. We find that attention carries out an algorithm with a natural interpretation in the probability simplex, and create representations with distinctive geometric structure. We show how both the algorithmic behavior and the underlying geometry of these representations can be theoretically predicted in detail -- including the attention pattern, OV-vectors, and embedding vectors -- by modifying the equations for optimal future token predictions to account for the architectural constraints of attention. Our approach provides a principled lens on how architectural constraints shape the implementation of optimal prediction, revealing why transformers develop specific intermediate geometric structures.
