paper-with-me

Papers

Don't Overthink It: A Survey of Efficient R1-style Large Reasoning Models

2025-08-04 · Linan Yue, Yichao Du, Yizhi Wang, Weibo Gao, Fangzhou Yao, Li Wang, Ye Liu, Ziyu Xu, Qi Liu, Shimin Di, Min-Ling Zhang arxiv

Recently, Large Reasoning Models (LRMs) have gradually become a research hotspot due to their outstanding performance in handling complex tasks. Among them, DeepSeek R1 has garnered significant attention for its exceptional performance and open-source nature, driving advancements in the research of R1-style LRMs. Unlike traditional Large Language Models (LLMs), these models enhance logical deduction and decision-making capabilities during reasoning by incorporating mechanisms such as long chain-of-thought and self-reflection through reinforcement learning. However, with the widespread application of these models, the problem of overthinking has gradually emerged. Specifically, when generating answers, these models often construct excessively long reasoning chains with redundant or repetitive steps, which leads to reduced reasoning efficiency and may affect the accuracy of the final answer. To this end, various efficient reasoning methods have been proposed, aiming to reduce the length of reasoning paths without compromising model performance and reasoning capability. By reviewing the current research advancements in the field of efficient reasoning methods systematically, we categorize existing works into two main directions based on the lens of single-model optimization versus model collaboration: (1) Efficient Reasoning with Single Model, which focuses on improving the reasoning efficiency of individual models; and (2) Efficient Reasoning with Model Collaboration, which explores optimizing reasoning paths through collaboration among multiple models. Besides, we maintain a public GitHub repository that tracks the latest progress in efficient reasoning methods.

📄 PDF Abstract BibTeX arXiv:2508.02120

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Inducing Overthink: Hierarchical Genetic Algorithm-based DoS Attack on Black-Box Large Language Reasoning Models

2026-05-13 · Shuqiang Wang, Wei Cao, Jiaqi Weng, Jialing Tao 외 arxiv

Large Reasoning Models (LRMs) are increasingly integrated into systems requiring reliable multi-step inference, yet this growing dependence exposes new vulnerabilities related to computational availability. In particular…

Towards Reasoning Era: A Survey of Long Chain-of-Thought for Reasoning Large Language Models

2025-03-12 · Qiguang Chen, Libo Qin, Jinhao Liu, Dengyun Peng 외

Recent advancements in reasoning with large language models (RLLMs), such as OpenAI-O1 and DeepSeek-R1, have demonstrated their impressive capabilities in complex domains like mathematics and coding. A central factor in …

Logical ReasoningSurvey

Stop Overthinking: A Survey on Efficient Reasoning for Large Language Models

2025-03-20 · Yang Sui, Yu-Neng Chuang, Guanchu Wang, Jiamu Zhang 외

Large Language Models (LLMs) have demonstrated remarkable capabilities in complex tasks. Recent advancements in Large Reasoning Models (LRMs), such as OpenAI o1 and DeepSeek-R1, have further improved performance in Syste…

BenchmarkingReinforcement Learning (RL)

Dynamic Rollout Editing for Reducing Overthinking in RL-Trained Reasoning Models

2026-06-16 · Zihao Wei, Wenjie Shi, Liang Pang, Jingcheng Deng 외 arxiv

Long-form chain-of-thought reasoning can improve LLM performance on complex tasks, but models often continue generating unnecessary reasoning after a correct answer has emerged. We refer to this behavior as overthinking.…

Reinforcement Learning

Thinking Past the Answer: Evaluating Harmful Overthinking in Large Reasoning Models

2026-06-01 · Simone Caldarella, Davide Talon, Rahaf Aljundi, Elisa Ricci 외 arxiv

Large Reasoning Models (LRMs) improve performance by generating explicit intermediate reasoning traces through increased test-time compute, yet the assumption that longer reasoning is consistently beneficial remains unde…