LGCLMay 27, 2025

Pause Tokens Strictly Increase the Expressivity of Constant-Depth Transformers

arXiv:2505.21024v110 citationsh-index: 5
Originality Highly original
AI Analysis

This provides a rigorous theoretical explanation for prior empirical findings on pause tokens, clarifying their role in enhancing Transformer reasoning.

The paper proves that adding pause tokens to constant-depth Transformers strictly increases their computational expressivity, enabling them to compute functions like parity that they cannot learn without them.

Pause tokens, simple filler symbols such as "...", consistently improve Transformer performance on both language and mathematical tasks, yet their theoretical effect remains unexplained. We provide the first formal separation result, proving that adding pause tokens to constant-depth, logarithmic-width Transformers strictly increases their computational expressivity. With bounded-precision activations, Transformers without pause tokens compute only a strict subset of $\mathsf{AC}^0$ functions, while adding a polynomial number of pause tokens allows them to express the entire class. For logarithmic-precision Transformers, we show that adding pause tokens achieves expressivity equivalent to $\mathsf{TC}^0$, matching known upper bounds. Empirically, we demonstrate that two-layer causally masked Transformers can learn parity when supplied with pause tokens, a function that they appear unable to learn without them. Our results provide a rigorous theoretical explanation for prior empirical findings, clarify how pause tokens interact with width, depth, and numeric precision, and position them as a distinct mechanism, complementary to chain-of-thought prompting, for enhancing Transformer reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes