Preprint
Reinforcement Learning

A Survey on Efficient Reasoning

Yang Sui, Yu-Neng Chuang, Guanchu Wang, Jiamu Zhang, Tianyi Zhang, Jiayi Yuan, Hongyi Liu, Andrew Wen, Shaochen Zhong, Hanjie Chen, Xia Hu
March 20, 2025445 citations

445

Citations

23

Influential Citations

Venue

2025

Year

Abstract

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

Analysis

Why This Paper Matters

Large Reasoning Models (LRMs) like OpenAI o1 and DeepSeek-R1 have pushed the boundaries of complex reasoning tasks by leveraging extended Chain-of-Thought (CoT) sequences. However, this performance gain comes at a significant computational cost due to verbose and redundant outputs—a phenomenon known as 'overthinking.' This survey addresses a critical gap in the literature by providing the first structured overview of methods aimed at achieving efficient reasoning. As AI systems are increasingly deployed in real-world applications, the ability to reason effectively without excessive compute is paramount. This paper offers a timely and comprehensive taxonomy that helps researchers and practitioners navigate the growing body of work in this area.

The survey's categorization into model-based, output-based, and input prompt-based approaches provides a clear framework for understanding the different strategies. It also highlights the importance of efficient data and the potential of small language models, which are often overlooked. By consolidating these directions, the paper serves as a valuable resource for anyone looking to optimize reasoning efficiency in LLMs.

Technical Contributions

The paper makes several key technical contributions:

  • Structured Taxonomy: It introduces a systematic categorization of efficient reasoning methods into three main directions:
    • Model-based: Optimizing full-length reasoning models into more concise versions or directly training efficient reasoning models.
    • Output-based: Dynamically reducing reasoning steps and length during inference.
    • Input prompt-based: Enhancing efficiency based on input properties like difficulty or length control.
  • Data Efficiency: It discusses the use of efficient data for training reasoning models, which is crucial for reducing training costs.
  • Small Language Models: It explores the reasoning capabilities of small language models, which can offer a more efficient alternative to large models.
  • Evaluation and Benchmarks: It reviews evaluation methods and benchmarks, providing a foundation for comparing future approaches.

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes the current state of research, highlighting the trade-offs between reasoning quality and computational efficiency. It points out that while longer CoT sequences improve performance, they also lead to overthinking, and the surveyed methods aim to mitigate this. The paper does not provide specific metrics but rather a qualitative overview of the field, which is typical for survey papers.

Significance

The broader impact of this survey lies in its potential to steer future research toward more efficient reasoning in LLMs. By providing a clear taxonomy and identifying open challenges, it encourages the development of methods that can reduce computational overhead without sacrificing reasoning quality. This is particularly important as LLMs are scaled up and deployed in resource-constrained environments. The survey also underscores the value of small language models and efficient data, which could democratize access to advanced reasoning capabilities. Overall, this paper is a foundational reference that will likely influence both academic research and practical applications in the field of efficient AI.