paper-with-me

Papers

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 and ineffective thinking. This newly introduced scenario exacerbates the general overthinking issue to a large extent, which we name as the MiP-Overthinking. Such failures are against the ``test-time scaling law'' but have been widely observed on multiple datasets we curated with MiP, indicating the harm of cheap overthinking and a lack of critical thinking. Surprisingly, LLMs not specifically trained for reasoning exhibit much better performance on the MiP scenario, producing much shorter responses that quickly identify ill-posed queries. This implies a critical flaw of the current training recipe for reasoning LLMs, which does not encourage efficient thinking adequately, leading to the abuse of thinking patterns. To further investigate the reasons behind such failures, we conduct fine-grained analyses of the reasoning length, overthinking patterns, and location of critical thinking on different types of LLMs. Moreover, our extended ablation study reveals that the overthinking is contagious through the distillation of reasoning models' responses. These results improve the understanding of overthinking and shed novel insights into mitigating the problem.

📄 PDF Abstract BibTeX arXiv:2504.06514

Code (1)

tianyi-lab/mip-overthinking 공식 구현

Similar Papers 제목 키워드 기반

Revisiting Overthinking in Long Chain-of-Thought from the Perspective of Self-Doubt

2025-05-29 · Keqin Peng, Liang Ding, Yuanxin Ouyang, Meng Fang 외

Reasoning Large Language Models (RLLMs) have demonstrated impressive performance on complex tasks, largely due to the adoption of Long Chain-of-Thought (Long CoT) reasoning. However, they often exhibit overthinking -- pe…

Mathematical Reasoning

Inducing Overthink: Hierarchical Genetic Algorithm-based DoS Attack on Black-Box Large Language Reasoning Models

2026-05-13 · Shuqiang Wang, Wei Cao, Jiaqi Weng, Jialing Tao 외 arxiv

Large Reasoning Models (LRMs) are increasingly integrated into systems requiring reliable multi-step inference, yet this growing dependence exposes new vulnerabilities related to computational availability. In particular…

Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets

2026-07-09 · Jack Hopkins, Dipika Khullar, Fabien Roger arxiv

Black box auditing of language models is an essential pre-deployment tool, but it may miss subtle forms of misalignment and hidden information. To better elicit hidden information during an auditing process, we introduce…

Don't Take the Premise for Granted: Evaluating the Premise Critique Ability of Large Language Models

2025-05-29 · Jinzhe Li, Gengxu Li, Yi Chang, Yuan Wu

Large language models (LLMs) have witnessed rapid advancements, demonstrating remarkable capabilities. However, a notable vulnerability persists: LLMs often uncritically accept flawed or contradictory premises, leading t…

Ask, Condition or Abstain: Reinforcement Learning for Missing-Premise Reasoning

2026-08-17 · Yongqi Tong, Zhenyu Zhang, Zimi Liu, Kewei Fu 외 arxiv

Answer-only reinforcement learning (RL) trains reasoning models to solve fully specified problems, but many realistic queries omit a premise needed for a unique answer. In this setting, the useful response is not always …

Reinforcement Learning