logo
today local_bar
Poster Session 6 · Friday, December 5, 2025 4:30 PM → 7:30 PM
#3909

Attention with Trained Embeddings Provably Selects Important Tokens

NeurIPS Slides OpenReview

Abstract

Token embeddings play a crucial role in language modeling but, despite this practical relevance, their theoretical understanding is 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., , where contains the embeddings of the input sequence, is the embedding of the token and the output vector. First, we show that, already after a single step of gradient training with the standard logistic loss, the embeddings capture the importance of tokens in the dataset by aligning with the output vector proportionally to the corresponding average signed frequency that captures the relevance of tokens to the labels.
Then, after training 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 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.