Stop When Further Reasoning Won't Help: Attention-State Adaptive Generation in Reasoning Models

22d ago · Global · primary source: export.arxiv.org

A training-free method called ASAG can reduce token waste in large reasoning models by inferring when a model should stop generating, according to a paper posted to arXiv on 13 June 2026 [1]. The approach adaptively adjusts generation strategy based on the model’s attention state, improving both efficiency and accuracy [1]. Large reasoning models (LRMs) use test-time compute scaling and explicit chain-of-thought processes to solve complex problems, but they frequently suffer from “overthinking,” producing redundant tokens that degrade accuracy [1]. Existing remedies are split between resource-intensive training-based methods and training-free approaches that depend on carefully engineered prompts or unreliable confidence signals [1]. The new framework, Attention-State Adaptive Generation (ASAG), takes a different path by examining attention distributions to infer the model’s reasoning state and decide when further reasoning is unlikely to help [1]. The method is plug-and-play, requiring no retraining, and can be integrated into existing LRMs without architectural changes [1]. In experiments across nine benchmarks, ASAG delivered consistent gains on mainstream LRMs at different parameter scales, including the DeepSeek-R1-Distill and Qwen3 series [1]. On Qwen3-8B, the method improved average accuracy by 3.2% while cutting the number of generated tokens by nearly 40% across all reasoning tasks [1]. The dual improvement in accuracy and efficiency addresses a known tension in the field: scaling test-time compute can boost performance but often at the cost of excessive computation and verbosity [1]. The paper arrives amid a broader push to make AI systems more capable and efficient. Since the introduction of the transformer architecture in 2017, large language models have driven an investment boom and rapid public releases of systems such as ChatGPT [3][5]. Researchers and companies including OpenAI, Google, and Meta have stated goals of building artificial general intelligence (AGI), a hypothetical AI that matches or surpasses human abilities across virtually all cognitive tasks [4]. A 2020 survey identified 72 active AGI research and development projects across 37 countries [4]. ASAG’s training-free design lowers the barrier to adoption compared with methods that require substantial computational resources for retraining [1]. The authors frame the work as an investigation of early stopping through attention distributions, a perspective that departs from prompt-based or confidence-based stopping rules [1]. The paper was submitted to arXiv’s Computation and Language section and is available with links to code and demos through Hugging Face’s paper-pages integration, which allows the community to discuss the work and link related models and datasets [9][10].

research-papermodel-releasetool-releasecommentary

Background sources we checked (10)
  • arxiv.org ↗ By incorporating test-time compute scaling, large reasoning models (LRMs) can solve complex problems through explicit chain-of-thought (CoT) reasoning processes. However, they often suffer from overthinking, resulting in redundant token outputs and degraded accuracy. Current meth…
  • en.wikipedia.org ↗ The history of artificial intelligence (AI) began in antiquity, with myths, stories, and rumors of artificial beings endowed with intelligence by master craftsmen. The study of logic and formal reasoning from antiquity to the present led to the development of the programmable dig…
  • en.wikipedia.org ↗ Artificial general intelligence (AGI) is a hypothetical type of artificial intelligence that matches or surpasses human capabilities across virtually all cognitive tasks. Beyond AGI, artificial superintelligence (ASI) would outperform the best human abilities across every domain …
  • en.wikipedia.org ↗ Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer…
  • en.wikipedia.org ↗ The plot of Atlus's 2008 role-playing video game Persona 4 is centered on a group of high-school students dedicated to capturing the culprit responsible for the murders and kidnappings that happened in their small town of Inaba starting on April 11, 2011. The case is linked by th…
  • en.wikipedia.org ↗ This article presents a detailed timeline of events in the history of computing from 2020 to the present. For narratives explaining the overall developments, see the history of computing. Significant events in computing include events relating directly or indirectly to software, …
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…

Sources

Spot something wrong? Report an issue