paper-with-me

홈 › Papers

When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models

2026-09-17 · Jaejun Shim, HyunJin Kim, Young Jin Kim, JinYeong Bak hf

Large Reasoning Models (LRMs) achieve strong performance on complex tasks but exhibit systematic inefficiency: they often overthink easy problems and underthink hard ones. Existing approaches based on uniform length penalties or rigid routing incur an efficiency tax, trading reduced computation on easy instances for accuracy loss on hard instances. We formulate efficient reasoning as an instance-adaptive computation allocation problem and propose When2Think, a post-training framework for hybrid reasoning that dynamically allocates computation based on problem difficulty. Our method introduces Instance-level Difficulty-Aware Control (IDAC), a reward-shaping mechanism that leverages pre-computed reference statistics (accuracy and token usage) to regulate reasoning depth. Combined with verifier-based rewards and batch-wise standardized advantages, IDAC enables stable critic-free optimization without learned reward models or online reference-model queries. When2Think encourages direct answering on easy instances while preserving extended reasoning on hard instances, thereby learning when to use System 1 (NoThink) versus System 2 (Think). Experiments on mathematical benchmarks demonstrate improved accuracy-efficiency trade-offs: on AIME24, Pass@3 increases by 10.0% while token usage is reduced by 27.9% relative to the base model, and on AIME25, When2Think achieves 40.0% Pass@3, outperforming compression and routing-only baselines.

📄 PDF Abstract BibTeX arXiv:2609.19671

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 120
Valiant-Cat/hfpaper
🤗 junshim/When2Think-1.5B ★ 1

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…

Between Underthinking and Overthinking: An Empirical Study of Reasoning Length and correctness in LLMs

2025-04-30 · Jinyan Su, Jennifer Healey, Preslav Nakov, Claire Cardie

Large language models (LLMs) are increasingly optimized for long reasoning, under the assumption that more reasoning leads to better performance. However, emerging evidence suggests that longer responses can sometimes de…

Humans Disengage, Reasoning Models Persist: Separating Difficulty Registration from Deliberation Allocation

2026-06-25 · Han-yu Wang arxiv

Large reasoning models (LRMs) take longer on harder problems, just as humans do, but that surface similarity hides an opposite pattern within items. When an LRM gets a problem wrong it spends more tokens than when it get…

ARES: Multimodal Adaptive Reasoning via Difficulty-Aware Token-Level Entropy Shaping

2025-10-09 · Shuang Chen, Yue Guo, Yimeng Ye, Shijue Huang 외 arxiv

Recent advances in multimodal large reasoning models (MLRMs) have substantially improved their ability to solve complex textual and visual tasks. However, these models tend to overthink on simple problems, producing unne…