paper-with-me

홈 › Papers

Large Language Models Decide Early and Explain Later

2026-04-24 · Ayan Datta, Zhixue Zhao, Bhuvanesh Verma, Radhika Mamidi, Mounika Marreddy, Alexander Mehler arxiv

Large Language Models often achieve strong performance by generating long intermediate chain-of-thought reasoning. However, it remains unclear when a model's final answer is actually determined during generation. If the answer is already fixed at an intermediate stage, subsequent reasoning tokens may constitute post-decision explanation, increasing inference cost and latency without improving correctness. We study the evolution of predicted answers over reasoning steps using forced answer completion, which elicits the model's intermediate predictions at partial reasoning prefixes. Focusing on Qwen3-4B and averaging results across all datasets considered, we find that predicted answers change in only 32% of queries. Moreover, once the final answer switch occurs, the model generates an average of 760 additional reasoning tokens per query, accounting for a substantial fraction of the total reasoning budget. Motivated by these findings, we investigate early stopping strategies that halt generation once the answer has stabilized. We show that simple heuristics, including probe-based stopping, can reduce reasoning token usage by 500 tokens per query while incurring only a 2% drop in accuracy. Together, our results indicate that a large portion of chain-of-thought generation is redundant and can be reduced with minimal impact on performance.

📄 PDF Abstract BibTeX arXiv:2604.22266

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CForce: Boosting Parallel Decoding for dLLMs via Consistency Forcing

2026-08-14 · Yuji Ren, Chenkai Xu, Zhuocheng Gong, Jianguo Li 외 arxiv

Diffusion large language models (dLLMs) accelerate language generation by predicting multiple masks in a single forward pass. However, existing dLLMs can suffer from unreliable predictions in early denoising stages under…

Commit Locally, Exit Globally: Coordinating Adaptive Sampling and Early Exit in Diffusion Language Models

2026-07-30 · Chia-Ming Lee, Ming-Ching Chang, Xin Li, Yu-Lun Liu 외 arxiv

Diffusion language models expose a provisional prediction at every denoising step, and on many tasks the candidate answer inside it stabilizes before the step schedule is exhausted. This creates two acceleration opportun…

While Stability Lasts: A Stochastic Model of Non-Custodial Stablecoins

2020-04-02 · Ariah Klages-Mundt, Andreea Minca

The `Black Thursday' crisis in cryptocurrency markets demonstrated deleveraging risks in over-collateralized non-custodial stablecoins. We develop a stochastic model that helps explain deleveraging crises in these over-c…

Explanations of Large Language Models Explain Language Representations in the Brain

2025-02-20 · Maryam Rahimi, Yadollah Yaghoobzadeh, Mohammad Reza Daliri

Large language models (LLMs) not only exhibit human-like performance but also share computational principles with the brain's language processing mechanisms. While prior research has focused on mapping LLMs' internal rep…

Multimodal Neurodegenerative Disease Subtyping Explained by ChatGPT

2024-01-31 · Diego Machado Reyes, Hanqing Chao, Juergen Hahn, Li Shen 외

Alzheimer's disease (AD) is the most prevalent neurodegenerative disease; yet its currently available treatments are limited to stopping disease progression. Moreover, effectiveness of these treatments is not guaranteed …