梳理大模型高效推理方法,破解冗余思考难题
Stop Overthinking: A Survey on Efficient Reasoning for Large Language Models
- 从模型、输出、提示三方面优化推理过程
- 减少推理步骤与长度,提升效率不降性能
- 适合关注推理加速与资源优化的研究者
大型语言模型(LLMs)在复杂任务中表现卓越。近期大型推理模型(LRMs)如OpenAI o1和DeepSeek-R1,通过监督微调(SFT)和强化学习(RL)技术提升了数学与编程等系统2型推理任务的表现,其核心是链式思维(CoT)推理。然而,更长的CoT序列虽能提升性能,也带来显著计算开销,产生“过度思考”现象。本文首次系统性综述高效推理研究进展,基于模型内在机制,将现有工作分为三类:(1) 模型驱动的高效推理,包括将完整推理模型压缩为精简版本或直接训练高效推理模型;(2) 推理输出驱动的高效推理,在推理阶段动态减少步骤与长度;(3) 输入提示驱动的高效推理,依据输入难度或长度控制增强效率。此外,还探讨了高效数据训练、小模型推理能力及评估方法与基准测试。项目主页:https://github.com/Eclipsess/Awesome-Efficient-Reasoning-LLMs
原文摘要 · Abstract (English)
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 System-2 reasoning domains like mathematics and programming by harnessing supervised fine-tuning (SFT) and reinforcement learning (RL) techniques to enhance the Chain-of-Thought (CoT) reasoning. However, while longer CoT reasoning sequences improve performance, they also introduce significant computational overhead due to verbose and redundant outputs, known as the "overthinking phenomenon". In this paper, we provide the first structured survey to systematically investigate and explore the current progress toward achieving efficient reasoning in LLMs. Overall, relying on the inherent mechanism of LLMs, we categorize existing works into several key directions: (1) model-based efficient reasoning, which considers optimizing full-length reasoning models into more concise reasoning models or directly training efficient reasoning models; (2) reasoning output-based efficient reasoning, which aims to dynamically reduce reasoning steps and length during inference; (3) input prompts-based efficient reasoning, which seeks to enhance reasoning efficiency based on input prompt properties such as difficulty or length control. Additionally, we introduce the use of efficient data for training reasoning models, explore the reasoning capabilities of small language models, and discuss evaluation methods and benchmarking. Project website: https://github.com/Eclipsess/Awesome-Efficient-Reasoning-LLMs
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。