Training Language Models to Reason Efficiently
Daman Arora, Andrea Zanette

TL;DR
This paper introduces a reinforcement learning approach to train large reasoning models that dynamically allocate computational resources, significantly reducing inference costs while maintaining high accuracy.
Contribution
It presents a novel RL-based training method enabling reasoning models to adaptively manage inference compute, balancing efficiency and performance.
Findings
Substantial inference cost reductions achieved
Models maintain high accuracy with dynamic compute allocation
Flexible models with varying efficiency levels created
Abstract
Scaling model size and training data has led to great advances in the performance of Large Language Models (LLMs). However, the diminishing returns of this approach necessitate alternative methods to improve model capabilities, particularly in tasks requiring advanced reasoning. Large reasoning models, which leverage long chain-of-thoughts, bring unprecedented breakthroughs in problem-solving capabilities but at a substantial deployment cost associated to longer generations. Reducing inference costs is crucial for the economic feasibility, user experience, and environmental sustainability of these models. In this work, we propose to train large reasoning models to reason efficiently. More precisely, we use reinforcement learning (RL) to train reasoning models to dynamically allocate inference-time compute based on task complexity. Our method incentivizes models to minimize unnecessary…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
