paper-with-me

홈 › Papers

THOUGHTTERMINATOR: Benchmarking, Calibrating, and Mitigating Overthinking in Reasoning Models

2025-04-17 · Xiao Pu, Michael Saxon, Wenyue Hua, William Yang Wang

Reasoning models have demonstrated impressive performance on difficult tasks that traditional language models struggle at. However, many are plagued with the problem of overthinking--generating large amounts of unnecessary tokens which don't improve accuracy on a question. We introduce approximate measures of problem-level difficulty and demonstrate that a clear relationship between problem difficulty and optimal token spend exists, and evaluate how well calibrated a variety of reasoning models are in terms of efficiently allocating the optimal token count. We find that in general, reasoning models are poorly calibrated, particularly on easy problems. To evaluate calibration on easy questions we introduce DUMB500, a dataset of extremely easy math, reasoning, code, and task problems, and jointly evaluate reasoning model on these simple examples and extremely difficult examples from existing frontier benchmarks on the same task domain. Finally, we introduce THOUGHTTERMINATOR, a training-free black box decoding technique that significantly improves reasoning model calibration.

📄 PDF Abstract BibTeX arXiv:2504.13367

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingMath

Similar Papers 제목 키워드 기반

The Danger of Overthinking: Examining the Reasoning-Action Dilemma in Agentic Tasks

2025-02-12 · Alejandro Cuadron, Dacheng Li, Wenjie Ma, Xingyao Wang 외

Large Reasoning Models (LRMs) represent a breakthrough in AI problem-solving capabilities, but their effectiveness in interactive environments can be limited. This paper introduces and analyzes overthinking in LRMs. A ph…

Missing Premise exacerbates Overthinking: Are Reasoning Models losing Critical Thinking Skill?

2025-04-09 · Chenrui Fan, Ming Li, Lichao Sun, Tianyi Zhou

We find that the response length of reasoning LLMs, whether trained by reinforcement learning or supervised learning, drastically increases for ill-posed questions with missing premises (MiP), ending up with redundant an…

Mitigating Overthinking in Large Reasoning Language Models via Reasoning Path Deviation Monitoring

2026-03-15 · Weixin Guan, Liang Li, Jiapeng Liu, Bing Li 외 arxiv

Large Reasoning Language Models (LRLMs) demonstrate impressive capabilities on complex tasks by utilizing long Chain-of-Thought reasoning. However, they are prone to overthinking, which generates redundant reasoning step…

LLMThinkBench: Towards Basic Math Reasoning and Overthinking in Large Language Models

2025-07-05 · Gaurav Srivastava, Aafiya Hussain, Sriram Srinivasan, Xuan Wang

Large Language Models (LLMs) have achieved remarkable performance on complex mathematical benchmarks, yet often struggle with simple arithmetic tasks and exhibit a tendency toward over-explaining or "overthinking" answer…

BenchmarkingGPUMath

Explore Briefly, Then Decide: Mitigating LLM Overthinking via Cumulative Entropy Regulation

2025-10-02 · Yi Bin, Tianyi Jiang, Yujuan Ding, Kainian Zhu 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable reasoning abilities on complex problems using long Chain-of-Thought (CoT) reasoning. However, they often suffer from overthinking, meaning generating unnecessaril…