CLMar 27, 2025

A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and Beyond

TencentTsinghua
arXiv:2503.21614v1131 citationsh-index: 32Has Code
Originality Synthesis-oriented
AI Analysis

This addresses efficiency challenges in LRMs for researchers and practitioners, but is incremental as it surveys existing work rather than introducing new methods.

This survey identifies that Large Reasoning Models (LRMs) produce excessively long and redundant reasoning traces, creating inefficiencies for training, inference, and deployment, and provides a comprehensive overview of methods to improve reasoning efficiency across the LRM lifecycle.

Recent Large Reasoning Models (LRMs), such as DeepSeek-R1 and OpenAI o1, have demonstrated strong performance gains by scaling up the length of Chain-of-Thought (CoT) reasoning during inference. However, a growing concern lies in their tendency to produce excessively long reasoning traces, which are often filled with redundant content (e.g., repeated definitions), over-analysis of simple problems, and superficial exploration of multiple reasoning paths for harder tasks. This inefficiency introduces significant challenges for training, inference, and real-world deployment (e.g., in agent-based systems), where token economy is critical. In this survey, we provide a comprehensive overview of recent efforts aimed at improving reasoning efficiency in LRMs, with a particular focus on the unique challenges that arise in this new paradigm. We identify common patterns of inefficiency, examine methods proposed across the LRM lifecycle, i.e., from pretraining to inference, and discuss promising future directions for research. To support ongoing development, we also maintain a real-time GitHub repository tracking recent progress in the field. We hope this survey serves as a foundation for further exploration and inspires innovation in this rapidly evolving area.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes