paper-with-me

Papers

ThinkBrake: Efficient Reasoning via Log-Probability Margin Guided Decoding

2025-10-01 · Sangjun Song, Minjae Oh, Seungkyu Lee, Sungmin Jo, Yohan Jo arxiv

Large Reasoning Models (LRMs) allocate substantial inference-time compute to Chain-of-Thought (CoT) reasoning, improving performance on mathematics, scientific QA, and tool usage. However, this introduces overthinking: LRMs often reach a correct intermediate solution, continue reasoning, and overwrite it with an incorrect answer. We first demonstrate that oracle stopping--where we inject </think> at every sentence boundary and select the best stopping point in hindsight--improves average accuracy by 8% while reducing thinking tokens by 72%, exposing substantial overthinking. Motivated by this finding, we propose ThinkBrake, which monitors the log-probability margin between the top continuation token and </think> at sentence boundaries, stopping reasoning when this margin narrows. ThinkBrake requires no training and achieves favorable accuracy-efficiency trade-offs across math, scientific QA, and tool usage benchmarks, reducing thinking token usage by up to 30%. Furthermore, we provide theoretical analysis showing that ThinkBrake is equivalent to test-time realignment with a reward bonus for the </think> token.

📄 PDF Abstract BibTeX arXiv:2510.00546

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thinking in Uncertainty: Mitigating Hallucinations in MLRMs with Latent Entropy-Aware Decoding

2026-03-09 · Zhongxing Xu, Zhonghua Wang, Zhe Qian, Dachuan Shi 외 arxiv

Recent advancements in multimodal large reasoning models (MLRMs) have significantly improved performance in visual question answering. However, we observe that transition words (e.g., because, however, and wait) are clos…

Visual Question Answering

Decoding in Geometry: Alleviating Embedding-Space Crowding for Complex Reasoning

2026-01-30 · Yixin Yang, Qingxiu Dong, Zhifang Sui arxiv

Sampling-based decoding underlies complex reasoning in large language models (LLMs), where decoding strategies critically shape model behavior. Temperature- and truncation-based methods reshape the next-token distributio…

Calibrated Speculative Decoding: Frequency-Guided Candidate Selection for Efficient Inference

2026-04-15 · Xuwen Zhou, Fangxin Liu, Chao Wang, Xiao Zheng 외 arxiv

Speculative decoding accelerates autoregressive generation by letting draft tokens bypass full verification, but conventional frameworks suffer from frequent false rejections, particularly when draft models produce seman…

GRACE: Discriminator-Guided Chain-of-Thought Reasoning

2023-05-24 · Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee 외

In the context of multi-step reasoning, e.g., with chain-of-thought, language models (LMs) can easily assign a high likelihood to incorrect steps. As a result, decoding strategies that optimize for solution likelihood of…

GSM8KMath

The Hidden Bias of Process Reward Models:PRISM for Rewarding the Right Reasoning

2026-06-08 · Aakriti Agrawal, Souradip Chakraborty, Armin Saghafian, Nihal Sharma 외 arxiv

Process Reward Models (PRMs) improve credit assignment for reasoning by providing step-level feedback. However, we identify a hidden bias in PRMs caused by severe imbalance in step-level training data. Standard cross-ent…