A phase transition between positional and semantic learning in a solvable model of dot-product attention
Hugo Cui, Freya Behrens, Florent Krzakala, Lenka Zdeborová
TL;DR
The paper tackles how semantic attention emerges and competes with positional learning in transformers by analyzing a solvable tied low-rank dot-product attention model in a high-dimensional regime. It derives a tight closed-form characterization of the global minimum via a replica/GAMP framework, showing the minimum corresponds to either positional or semantic attention and that a phase transition in sample complexity $\alpha=n/d=\Theta(1)$ governs which mechanism dominates. The study further shows that a purely positional linear baseline can be outperformed by dot-product attention once semantic content is learned, highlighting the data-dependent advantage of attention architectures. These results illuminate when and why semantic reasoning arises in attention mechanisms and offer a quantitative foundation for mechanistic interpretability in high-dimensional neural networks.
Abstract
Many empirical studies have provided evidence for the emergence of algorithmic mechanisms (abilities) in the learning of language models, that lead to qualitative improvements of the model capabilities. Yet, a theoretical characterization of how such mechanisms emerge remains elusive. In this paper, we take a step in this direction by providing a tight theoretical analysis of the emergence of semantic attention in a solvable model of dot-product attention. More precisely, we consider a non-linear self-attention layer with trainable tied and low-rank query and key matrices. In the asymptotic limit of high-dimensional data and a comparably large number of training samples we provide a tight closed-form characterization of the global minimum of the non-convex empirical loss landscape. We show that this minimum corresponds to either a positional attention mechanism (with tokens attending to each other based on their respective positions) or a semantic attention mechanism (with tokens attending to each other based on their meaning), and evidence an emergent phase transition from the former to the latter with increasing sample complexity. Finally, we compare the dot-product attention layer to a linear positional baseline, and show that it outperforms the latter using the semantic mechanism provided it has access to sufficient data.
