paper-with-me

홈 › Papers

Learning When to Think: Shaping Adaptive Reasoning in R1-Style Models via Multi-Stage RL

2025-05-16 · Songjun Tu, Jiahao Lin, Qichao Zhang, Xiangyu Tian, Linjing Li, Xiangyuan Lan, Dongbin Zhao

Large reasoning models (LRMs) are proficient at generating explicit, step-by-step reasoning sequences before producing final answers. However, such detailed reasoning can introduce substantial computational overhead and latency, particularly for simple problems. To address this over-thinking problem, we explore how to equip LRMs with adaptive thinking capabilities: enabling them to dynamically decide whether or not to engage in explicit reasoning based on problem complexity. Building on R1-style distilled models, we observe that inserting a simple ellipsis ("...") into the prompt can stochastically trigger either a thinking or no-thinking mode, revealing a latent controllability in the reasoning behavior. Leveraging this property, we propose AutoThink, a multi-stage reinforcement learning (RL) framework that progressively optimizes reasoning policies via stage-wise reward shaping. AutoThink learns to invoke explicit reasoning only when necessary, while defaulting to succinct responses for simpler tasks. Experiments on five mainstream mathematical benchmarks demonstrate that AutoThink achieves favorable accuracy-efficiency trade-offs compared to recent prompting and RL-based pruning methods. It can be seamlessly integrated into any R1-style model, including both distilled and further fine-tuned variants. Notably, AutoThink improves relative accuracy by 6.4 percent while reducing token usage by 52 percent on DeepSeek-R1-Distill-Qwen-1.5B, establishing a scalable and adaptive reasoning paradigm for LRMs.

📄 PDF Abstract BibTeX arXiv:2505.10832

Code (2)

tu2021/autothink 공식 구현 pytorch
codelion/optillm/tree/main/optillm/autothink

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Stable Adaptive Thinking via Advantage Shaping and Length-Aware Gradient Regulation

2026-02-26 · Zihang Xu, Haozhi Xie, Ziqi Miao, Wuxuan Gong 외 arxiv

Large reasoning models (LRMs) achieve strong performance through extended reasoning traces, but they often exhibit overthinking behavior for low-complexity queries. Existing efforts to mitigate this issue are fundamental…

Reinforcement Learning

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 pena…

Leash: Adaptive Length Penalty and Reward Shaping for Efficient Large Reasoning Model

2025-12-25 · Yanhao Li, Lu Ma, Jiaran Zhang, Lexiang Tang 외 arxiv

Existing approaches typically rely on fixed length penalties, but such penalties are hard to tune and fail to adapt to the evolving reasoning abilities of LLMs, leading to suboptimal trade-offs between accuracy and conci…

Reinforcement LearningMathematical ReasoningInstruction Following

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…

Thinking Fast and Right: Balancing Accuracy and Reasoning Length with Adaptive Rewards

2025-05-23 · Jinyan Su, Claire Cardie

Large language models (LLMs) have demonstrated strong reasoning abilities in mathematical tasks, often enhanced through reinforcement learning (RL). However, RL-trained models frequently produce unnecessarily long reason…

Reinforcement Learning (RL)