paper-with-me

홈 › Papers

Softmax as Linear Attention in the Large-Prompt Regime: a Measure-based Perspective

2025-12-12 · Etienne Boursier, Claire Boyer arxiv

Softmax attention is a central component of transformer architectures, yet its nonlinear structure poses significant challenges for theoretical analysis. We develop a unified, measure-based framework for studying single-layer softmax attention under both finite and infinite prompts. For i.i.d. Gaussian inputs, we lean on the fact that the softmax operator converges in the infinite-prompt limit to a linear operator acting on the underlying input-token measure. Building on this insight, we establish non-asymptotic concentration bounds for the output and gradient of softmax attention, quantifying how rapidly the finite-prompt model approaches its infinite-prompt counterpart, and prove that this concentration remains stable along the entire training trajectory in general in-context learning settings with sub-Gaussian tokens. In the case of in-context linear regression, we use the tractable infinite-prompt dynamics to analyze training at finite prompt length. Our results allow optimization analyses developed for linear attention to transfer directly to softmax attention when prompts are sufficiently long, showing that large-prompt softmax attention inherits the analytical structure of its linear counterpart. This, in turn, provides a principled and broadly applicable toolkit for studying the training dynamics and statistical behavior of softmax attention layers in large prompt regimes.

📄 PDF Abstract BibTeX arXiv:2512.11784

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Statistical Advantage of Softmax Attention: Insights from Single-Location Regression

2025-09-26 · O. Duranthon, P. Marion, C. Boyer, B. Loureiro 외 arxiv

Large language models rely on attention mechanisms with a softmax activation. Yet the dominance of softmax over alternatives (e.g., component-wise or linear) remains poorly understood, and many theoretical works have foc…

Attention-based PCA

2026-05-18 · Rodrigo Maulen-Soto, Claire Boyer arxiv

We study attention mechanisms through the lens of a canonical unsupervised problem: principal component analysis (PCA). We show that, when trained on Gaussian data, both softmax and linear attention layers learn paramete…

In-Context Algorithm Emulation in Fixed-Weight Transformers

2025-08-24 · Jerry Yao-Chieh Hu, Hude Liu, Jennifer Yuntong Zhang, Han Liu arxiv

We prove that a minimal Transformer with frozen weights emulates a broad class of algorithms by in-context prompting. We formalize two modes of in-context algorithm emulation. In the task-specific mode, for any continuou…

On the Role of Attention in Prompt-tuning

2023-06-06 · Samet Oymak, Ankit Singh Rawat, Mahdi Soltanolkotabi, Christos Thrampoulidis

Prompt-tuning is an emerging strategy to adapt large language models (LLM) to downstream tasks by learning a (soft-)prompt parameter from data. Despite its success in LLMs, there is limited theoretical understanding of t…

Superiority of Softmax: Unveiling the Performance Edge Over Linear Attention

2023-10-18 · Yichuan Deng, Zhao Song, Tianyi Zhou

Large transformer models have achieved state-of-the-art results in numerous natural language processing tasks. Among the pivotal components of the transformer architecture, the attention mechanism plays a crucial role in…