Less Is More: Fast and Accurate Reasoning with Cross-Head Unified Sparse Attention
Abstract
Lay Summary
Modern AI systems that "think out loud" to solve math, science, and coding problems are powerful but slow and expensive, because each new word they generate forces them to "re-read" everything they have already written in attention mechanism. Our method, LessIsMore, exploits the observation that the words truly worth re-reading are largely shared across the model's many internal mechanisms and change only slowly, so it commits to one stable, shared set of important words instead of many inconsistent ones. The result is a training-free technique that runs reasoning models up to 1.6× faster while matching or beating their original accuracy on math, science, and coding benchmarks — making today's most capable reasoning AI noticeably cheaper and more energy-efficient to deploy.