English

Attention with Trained Embeddings Provably Selects Important Tokens

Machine Learning 2025-06-26 v3 Computation and Language Machine Learning

Abstract

Token embeddings play a crucial role in language modeling but, despite this practical relevance, their theoretical understanding remains limited. Our paper addresses the gap by characterizing the structure of embeddings obtained via gradient descent. Specifically, we consider a one-layer softmax attention model with a linear head for binary classification, i.e., Softmax(pEX)EXv=i=1Texp(pExi)Exivj=1Texp(pExj)\texttt{Softmax}( p^\top E_X^\top ) E_X v = \frac{ \sum_{i=1}^T \exp(p^\top E_{x_i}) E_{x_i}^\top v}{\sum_{j=1}^T \exp(p^\top E_{x_{j}}) }, where EX=[Ex1,,ExT]E_X = [ E_{x_1} , \dots, E_{x_T} ]^\top contains the embeddings of the input sequence, pp is the embedding of the cls\mathrm{\langle cls \rangle} token and vv the output vector. First, we show that, already after a single step of gradient training with the logistic loss, the embeddings EXE_X capture the importance of tokens in the dataset by aligning with the output vector vv proportionally to the frequency with which the corresponding tokens appear in the dataset. Then, after training pp via gradient flow until convergence, the softmax selects the important tokens in the sentence (i.e., those that are predictive of the label), and the resulting cls\mathrm{\langle cls \rangle} embedding maximizes the margin for such a selection. Experiments on real-world datasets (IMDB, Yelp) exhibit a phenomenology close to that unveiled by our theory.

Keywords

Cite

@article{arxiv.2505.17282,
  title  = {Attention with Trained Embeddings Provably Selects Important Tokens},
  author = {Diyuan Wu and Aleksandr Shevchenko and Samet Oymak and Marco Mondelli},
  journal= {arXiv preprint arXiv:2505.17282},
  year   = {2025}
}

Comments

Fix mistakes in Lemma 4.2 and proof of Lemma 4.5, and some other minor changes

R2 v1 2026-07-01T02:32:47.104Z