🔔 News
- [2026-01] Welcome to our latest survey paper "Toward Efficient Agents: A Survey of Memory, Tool learning, and Planning". Efficient reasoning is important for building efficient agents.
- [2025-12] We have updated recent RL papers for efficient reasoning in our survey paper. Welcome to our v2 version "A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and Beyond".
- [2025-09] Welcome to our latest survey paper "A Survey of Reinforcement Learning for Large Reasoning Models". Efficient reasoning is important for Reinforcement Learning of Large Reasoning Models.
- [2025-08] Welcome to our latest survey paper "Speed Always Wins: A Survey on Efficient Architectures for Large Language Models". Efficient architectures are natural for achieving efficient reasoning.
- [2025-07] Welcome to our latest paper "SafeWork-R1: Coevolving Safety and Intelligence under the AI-45 Law". Efficient reasoning is important for model safety and building trustworthy models.
- [2025-06] Welcome to our latest papers "OpenThinkIMG: Learning to Think with Images via Visual Tool Reinforcement Learning" and "Thinking with Images for Multimodal Reasoning". Efficient reasoning is important for multimodality and may be especially important for Thinking with images.
- [2025-06] Welcome to our latest paper "Advancing Multimodal Reasoning: From Optimized Cold Start to Staged Reinforcement Learning". We propose an Efficient-Length Reward for training multimodal reasoning models.
- [2025-06] We include MEM1, where efficient reasoning is important for building Long-Horizon Agents.
- [2025-05] We include LIMOPro for Efficient and Effective Reasoning in Test-time Scaling.
- [2025-05] We update more papers on adaptive reasoning, which describe how a system/model autonomously switches between long and short reasoning chains based on problem complexity.
- [2025-05] Welcome to our latest paper "Scaling Reasoning, Losing Control", which shows that the longer the reasoning chain, the poorer its instruction-following ability. Therefore, efficient reasoning may also be important for instruction following in LRMs.
- [2025-04] We include AgentPrune, where efficient reasoning is important for agent systems.
- [2025-04] We include benchmarks for Efficient Reasoning: MME-CoT, S1-Bench, DUMB500.
- [2025-04] We add Mamba Reasoning models (e.g M1) and Hybrid models (e.g Mamba-Transformer) in Efficient Reasoning during Pre-training. It is naturally efficient to infer.
- [2025-04] We add a new "Model Merge" category in Efficient Reasoning during Inference. It is feasible to be a promising direction.
- [2025-04] 📢 Our work is reported by both Synced (机器之心) and Zhuanzhi (专知).
- [2025-03] 📢 Our work is reported by both Deep Learning and NLP (深度学习自然语言处理) and Machine Learning and NLP (机器学习算法与自然语言处理).
- [2025-03] We released our survey "A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and Beyond". This is the first survey for efficient reasoning of Large Reasoning Models, covering language, multimodality, agent, and applications. We provide several promising future directions in our survey.
- [2025-03] We created this repository to maintain a paper list on Awesome-Efficient-LRM-Reasoning.



Citation
If you find our survey useful for your research, please consider citing:
@article{qu2025survey,
title={A Survey of Efficient Reasoning for Large Reasoning Models: Language, Multimodality, and Beyond},
author={Qu, Xiaoye and Li, Yafu and Su, Zhaochen and Sun, Weigao and Yan, Jianhao and Liu, Dongrui and Cui, Ganqu and Liu, Daizong and Liang, Shuxian and He, Junxian and others},
journal={arXiv preprint arXiv:2503.21614},
year={2025}
}

🔥 Table of Contents
📜Content
👀 Introduction
In the age of LRMs, we propose that "Efficiency is the essence of intelligence."
Just as a wise human knows when to stop thinking and start deciding, a wise model should know when to halt unnecessary deliberation.
An intelligent model should manipulate the token economy, i.e., allocating tokens purposefully, skipping redundancy, and optimizing the path to a solution. Rather than naively traversing every possible reasoning path, it should emulate a master strategist, balancing cost and performance with elegant precision.
To summarize, this survey makes the following key contributions to the literature:
- Instead of offering a general overview of LRMs, we focus on the emerging and critical topic of efficient reasoning in LRMs, providing an in-depth and targeted analysis.
- We identify and characterize common patterns of reasoning inefficiency, and outline the current challenges that are unique to improving reasoning efficiency in large models.
- We provide a comprehensive review of recent advancements aimed at enhancing reasoning efficiency, structured across the end-to-end LRM development pipeline, from pretraining and supervised fine-tuning to reinforcement learning and inference.
🚀 Papers
💭 Efficient Reasoning during Inference
Length Budgeting
System Switch
Model Switch
Model Merge
Parallel Search
💫 Efficient Reasoning with SFT
Reasoning Chain Compression
Latent-Space SFT
🧩 Efficient Reasoning with Reinforcement Learning
Efficient Reinforcement Learning with Length Reward
Efficient Reinforcement Learning without Length Reward
💬 Efficient Reasoning during Pre-training
Pretraining with Latent Space
Subquadratic Attention
Linearization
Efficient Reasoning with Subquadratic Attention
🔖 Future Directions
Efficient Multimodal Reasoning and Video Reasoning
Efficient Test-time Scaling and Infinity Thinking
Efficient and Trustworthy Reasoning
Evaluation and Benchmark
🎉 Contribution
Contributing to this paper list
⭐" Join us in improving this repository! If you know of any important works we've missed, please contribute. Your efforts are highly valued! "
Contributors