paper-with-me

홈 › Papers

SmartSwitch: Advancing LLM Reasoning by Overcoming Underthinking via Promoting Deeper Thought Exploration

2025-10-22 · Xichen Zhang, Sitong Wu, Haoru Tan, Shaozuo Yu, Yinghao Zhu, Ziyi He, Jiaya Jia arxiv

The long chain-of-thought (LongCoT) capability is central to the recent breakthroughs achieved by large language models in complex reasoning tasks. However, the accompanying issue of ''underthinking'', where models exhibit shallow reasoning by frequently switching thoughts without sufficient exploration, limits both performance and token efficiency. To address this problem, we propose a simple yet effective reasoning strategy: the SmartSwitch inference framework. This framework can be easily integrated into any large language model as a plug-and-play solution, continuously monitoring the model's reasoning process to detect underthinking and guide it toward deeper exploration of promising but overlooked thoughts. Specifically, the perception module identifies points where thoughts switch and evaluates the potential of the preceding thought using an off-the-shelf process reward model (PRM). If a high-potential thought is found to be prematurely abandoned, the intervention module interrupts the ongoing inference, backtracks to the point before the switch, and inserts a "deepening prompt" to encourage further exploration along that promising path. Extensive experiments on challenging mathematical reasoning benchmarks demonstrate that our method significantly enhances the performance of various large language models of different sizes.

📄 PDF Abstract BibTeX arXiv:2510.19767

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Efficient Reasoning with Balanced Thinking

2026-03-12 · Yulin Li, Tengyao Tu, Li Ding, Junjie Wang 외 arxiv

Large Reasoning Models (LRMs) have shown remarkable reasoning capabilities, yet they often suffer from overthinking, expending redundant computational steps on simple problems, or underthinking, failing to explore suffic…

Question Answering

Thoughts Are All Over the Place: On the Underthinking of o1-Like LLMs

2025-01-30 · Yue Wang, Qiuzhi Liu, Jiahao Xu, Tian Liang 외

Large language models (LLMs) such as OpenAI's o1 have demonstrated remarkable abilities in complex reasoning tasks by scaling test-time compute and exhibiting human-like deep thinking. However, we identify a phenomenon w…

All

Implicit Compression Regularization: Concise Reasoning via Internal Shorter Distributions in RL Post-Training

2026-05-08 · Chen Wang, Hexuan Deng, Yining Zhang, Yuchen Zhang 외 arxiv

Reinforcement learning with verifiable rewards improves LLM reasoning but often induces overthinking, where models generate unnecessarily long reasoning traces. Existing methods mainly rely on length penalties or early-e…

Reinforcement Learning

DeepCompress: A Dual Reward Strategy for Dynamically Exploring and Compressing Reasoning Chains

2025-10-31 · Tian Liang, Wenxiang Jiao, Zhiwei He, Jiahao Xu 외 arxiv

Large Reasoning Models (LRMs) have demonstrated impressive capabilities but suffer from cognitive inefficiencies like "overthinking" simple problems and "underthinking" complex ones. While existing methods that use super…

Reinforcement Learning

OptimalThinkingBench: Evaluating Over and Underthinking in LLMs

2025-08-18 · Pranjal Aggarwal, Seungone Kim, Jack Lanchantin, Sean Welleck 외 arxiv

Thinking LLMs solve complex tasks at the expense of increased compute and overthinking on simpler problems, while non-thinking LLMs are faster and cheaper but underthink on harder reasoning problems. This has led to the …