Geometric Analysis of Token Selection in Multi-Head Attention
Timur Mudarisov, Mikhal Burtsev, Tatiana Petrova, Radu State
TL;DR
This work investigates token selection in multi-head attention through a geometric lens, modeling attention as a classifier in value–state space with a top-$N$ selection and defining Precision, Recall, and F-score via interpretable radii. It derives non-asymptotic, dimension- and margin-dependent bounds under empirically grounded assumptions and validates the theory on open LLMs, revealing a robust head taxonomy (Retriever, Mixer, Reset) with clear implications for sparsification and interpretability. Empirical results show the theory’s envelopes match observed behavior, with the strongest separability at small $N$ and a sink token shaping recall through geometric alignment. Overall, the framework provides a principled, geometry-aware approach to understanding and pruning attention in large language models.
Abstract
We present a geometric framework for analysing multi-head attention in large language models (LLMs). Without altering the mechanism, we view standard attention through a top-N selection lens and study its behaviour directly in value-state space. We define geometric metrics - Precision, Recall, and F-score - to quantify separability between selected and non-selected tokens, and derive non-asymptotic bounds with explicit dependence on dimension and margin under empirically motivated assumptions (stable value norms with a compressed sink token, exponential similarity decay, and piecewise attention weight profiles). The theory predicts a small-N operating regime of strongest non-trivial separability and clarifies how sequence length and sink similarity shape the metrics. Empirically, across LLaMA-2-7B, Gemma-7B, and Mistral-7B, measurements closely track the theoretical envelopes: top-N selection sharpens separability, sink similarity correlates with Recall. We also found that in LLaMA-2-7B heads specialize into three regimes - Retriever, Mixer, Reset - with distinct geometric signatures. Overall, attention behaves as a structured geometric classifier with measurable criteria for token selection, offering head level interpretability and informing geometry-aware sparsification and design of attention in LLMs.
