paper-with-me

홈 › Papers

EvoThink: Evolving Thinking in Large Reasoning Models via Self-Pruning and Aha-Moment Preference Optimization

2026-07-22 · Xinbang Dai, Zheyu Xin, Huikang Hu, Lin Ren, Rihui Jin, Guohui Xiao, Guilin Qi, Kuicai Dong, Zhaocheng Du, Yuyang Zhang arxiv

Large Reasoning Models (LRMs) often suffer from overthinking due to redundant verification steps. Existing approaches for mitigating overthinking, such as fast-slow thinking switching and reasoning trajectory compression, fail to make a fine-grained distinction between beneficial and redundant steps within the LRM's reasoning process, and may thus impair reasoning capability in their pursuit of efficiency. To simultaneously improve reasoning efficiency and capability, we propose EvoThink, a framework that reduces redundant verification and encourages the exploration of new reasoning paths. EvoThink comprises two key components: Self-Pruning Training (SPT), an unsupervised method that iteratively prunes redundant reasoning steps and self-trains on the concise trajectories; and Aha-Moment Preference Optimization (AMPO), which, inspired by genetic algorithms, identifies valuable failed reasoning attempts, synthesizes from-wrong-to-right aha-moment data, and optimizes the model to internalize this reasoning pattern. Extensive evaluations across mathematical reasoning and code generation benchmarks demonstrate that EvoThink not only substantially reduces inference-time token usage but also improves the reasoning capability of LRMs.

📄 PDF Abstract BibTeX arXiv:2607.19962

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution

2026-06-27 · Shuang Cui, Fan Ji, Guanglong Sun, Yufei Guo 외 arxiv

Real-world image restoration (IR) remains challenging due to complex and coupled degradations. While recent agentic IR frameworks leverage Large Language Models for flexible tool planning, they face two critical limitati…

Image Restoration

Thinking-while-Generating: Interleaving Textual Reasoning throughout Visual Generation

2025-11-20 · Ziyu Guo, Renrui Zhang, Hongyu Li, Manyuan Zhang 외 arxiv

Recent advances in visual generation have increasingly explored the integration of reasoning capabilities. They incorporate textual reasoning, i.e., think, either before (as pre-planning) or after (as post-refinement) th…

Reinforcement Learning

AdapThink: Adaptive Thinking Preferences for Reasoning Language Model

2025-06-23 · Xu Wan, Wei Wang, Wenyue Xu, Wotao Yin 외

Reinforcement Learning (RL)-based post-training has significantly advanced the complex reasoning capabilities of language models, fostering sophisticated self-reflection processes. However, this ``slow thinking'' paradig…

DiversityLanguage ModelingLanguage ModellingMathematical Reasoning+1

Harnessing the Reasoning Economy: A Survey of Efficient Reasoning for Large Language Models

2025-03-31 · Rui Wang, Hongru Wang, Boyang Xue, Jianhui Pang 외

Recent advancements in Large Language Models (LLMs) have significantly enhanced their ability to perform complex reasoning tasks, transitioning from fast and intuitive thinking (System 1) to slow and deep reasoning (Syst…

Revisiting Overthinking in Long Chain-of-Thought from the Perspective of Self-Doubt

2025-05-29 · Keqin Peng, Liang Ding, Yuanxin Ouyang, Meng Fang 외

Reasoning Large Language Models (RLLMs) have demonstrated impressive performance on complex tasks, largely due to the adoption of Long Chain-of-Thought (Long CoT) reasoning. However, they often exhibit overthinking -- pe…

Mathematical Reasoning