Papers
arxiv:2510.00546

ThinkBrake: Efficient Reasoning via Log-Probability Margin Guided Decoding

Published on Apr 20
Authors:
,
,
,
,

Abstract

Large Reasoning Models often exhibit overthinking behavior during Chain-of-Thought reasoning, but oracle stopping can improve accuracy while reducing computational overhead; ThinkBrake addresses this by monitoring log-probability margins to strategically halt reasoning processes without requiring additional training.

AI-generated summary

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.

Community

Nice work! The paper title is very catchy ๐Ÿ‘

I like this work๐Ÿ”ฅ seems practical!

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2510.00546
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2510.00546 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2510.00546 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2510.00546 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.