paper-with-me

Papers

Think How to Think: Mitigating Overthinking with Autonomous Difficulty Cognition in Large Reasoning Models

2025-07-03 · Yongjiang Liu, Haoxi Li, Xiaosong Ma, Jie Zhang, Song Guo arxiv

Recent Large Reasoning Models (LRMs) excel at complex reasoning tasks but often suffer from overthinking, generating overly long and redundant reasoning trajectories. To explore its essence, our empirical analysis reveals that LRMs are primarily limited to recognizing task properties (i.e., difficulty levels) like humans before solving the problem, leading to a one-size-fits-all reasoning process. Inspired by this, a pressing and natural question emerges: Can we explicitly bootstrap such ability to alleviate overthinking in LRMs? In this paper, we propose Think-How-to-Think (TH2T), a novel two-stage fine-tuning strategy that progressively inspires LRMs' difficulty cognition and redundancy cognition of LRMs. Specifically, we first inject difficulty hypnosis into output prefixes to guide the model toward adaptive reasoning depth, trained on a hybrid dataset mixing short and long reasoning paths. Then, we incorporate redundancy hypnosis, which supervises the intermediate reasoning steps to identify and eliminate unnecessary reasoning patterns. Experiments on 7B/14B/32B models demonstrate that TH2T significantly reduces inference costs by over 70% on easy tasks and 40% on hard tasks while maintaining performance stability. The resulting outputs exhibit clear signs of difficulty-aware capabilities and reduced redundancy (e.g., reflection and looping).

📄 PDF Abstract BibTeX arXiv:2507.02663

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Overthinking in Large Reasoning Models via Difficulty-aware Reinforcement Learning

2026-01-29 · Qian Wan, Ziao Xu, Luona Wei, Xiaoxuan Shen 외 arxiv

Large Reasoning Models (LRMs) achieve explicit chain-of-thought expansion by imitating deep thinking behaviors of humans, demonstrating excellent performance in complex task scenarios. However, the deep-thinking mode oft…

Reinforcement Learning

DAST: Difficulty-Adaptive Slow-Thinking for Large Reasoning Models

2025-03-06 · Yi Shen, Jian Zhang, Jieyun Huang, Shuming Shi 외

Recent advancements in slow-thinking reasoning models have shown exceptional performance in complex reasoning tasks. However, these models often exhibit overthinking-generating redundant reasoning steps for simple proble…

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…

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…

Shallow-Deep Networks: Understanding and Mitigating Network Overthinking

2018-10-16 · Yigitcan Kaya, Sanghyun Hong, Tudor Dumitras

We characterize a prevalent weakness of deep neural networks (DNNs)---overthinking---which occurs when a DNN can reach correct predictions before its final layer. Overthinking is computationally wasteful, and it can also…

image-classificationImage ClassificationPrediction