paper-with-me

홈 › Papers

AdaptThink: Reasoning Models Can Learn When to Think

2025-05-19 · Jiajie Zhang, Nianyi Lin, Lei Hou, Ling Feng, Juanzi Li

Recently, large reasoning models have achieved impressive performance on various tasks by employing human-like deep thinking. However, the lengthy thinking process substantially increases inference overhead, making efficiency a critical bottleneck. In this work, we first demonstrate that NoThinking, which prompts the reasoning model to skip thinking and directly generate the final solution, is a better choice for relatively simple tasks in terms of both performance and efficiency. Motivated by this, we propose AdaptThink, a novel RL algorithm to teach reasoning models to choose the optimal thinking mode adaptively based on problem difficulty. Specifically, AdaptThink features two core components: (1) a constrained optimization objective that encourages the model to choose NoThinking while maintaining the overall performance; (2) an importance sampling strategy that balances Thinking and NoThinking samples during on-policy training, thereby enabling cold start and allowing the model to explore and exploit both thinking modes throughout the training process. Our experiments indicate that AdaptThink significantly reduces the inference costs while further enhancing performance. Notably, on three math datasets, AdaptThink reduces the average response length of DeepSeek-R1-Distill-Qwen-1.5B by 53% and improves its accuracy by 2.4%, highlighting the promise of adaptive thinking-mode selection for optimizing the balance between reasoning quality and efficiency. Our codes and models are available at https://github.com/THU-KEG/AdaptThink.

📄 PDF Abstract BibTeX arXiv:2505.13417

Code (1)

thu-keg/adaptthink 공식 구현 pytorch

Tasks

Math

Similar Papers 제목 키워드 기반

Thinkless: LLM Learns When to Think

2025-05-19 · Gongfan Fang, Xinyin Ma, Xinchao Wang

Reasoning Language Models, capable of extended chain-of-thought reasoning, have demonstrated remarkable performance on tasks requiring complex logical inference. However, applying elaborate reasoning for all queries ofte…

GSM8KMath

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…

When Can Large Reasoning Models Save Thinking? Mechanistic Analysis of Behavioral Divergence in Reasoning

2025-05-21 · Rongzhi Zhu, Yi Liu, Zequn Sun, Yiwei Wang 외

Large reasoning models (LRMs) have significantly advanced performance on complex tasks, yet their tendency to overthink introduces inefficiencies. This study investigates the internal mechanisms of reinforcement learning…

Reinforcement Learning (RL)

ThinkSwitcher: When to Think Hard, When to Think Fast

2025-05-20 · Guosheng Liang, Longguang Zhong, ZiYi Yang, Xiaojun Quan

Large reasoning models (LRMs) excel at solving complex tasks by leveraging long chain-of-thought (CoT) reasoning. However, this often leads to overthinking on simple tasks, resulting in unnecessary computational overhead…

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 외

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 …

Reinforcement Learning (RL)