RISE: Recursive Improvement in Reinforcement Learning Reasoning via Self-Extrapolating Policy Distillation
This paper introduces RISE (Recursive Improvement via Self-Extrapolating Policy Distillation), a policy distillation framework that enables recursive improvement without external teacher models or privileged conditions. Addressing the teacher quality bottleneck in existing Online Policy Distillation (OPD), RISE leverages the model's own Reinforcement Learning Verification Reasoning (RLVR) trajectories. By extrapolating the displacement between the current checkpoint and a lagged anchor in parameter or logit space, it transforms sparse, result-induced parameter updates into dense, token-level objectives. This method creates a complementary loop between RLVR and OPD: outcome rewards guide the extrapolation direction, while the extrapolated teacher optimizes token decisions. As the student model improves, the teacher model refreshes each iteration, achieving recursive enhancement. Experiments in mathematical reasoning, STEM, code generation, and multi-turn agent tasks demonstrate that RISE outperforms methods using only RLVR or online self-distillation, significantly boosting reasoning capabilities and generalization in small models.
Background and Context
Large language models frequently encounter performance ceilings in complex reasoning tasks due to the inherent sparsity of training data and the weakness of supervisory signals. While Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a powerful mechanism for guiding models toward correct logical paths through sparse outcome rewards, it suffers from a critical limitation: the lack of fine-grained process supervision. This absence of intermediate feedback often leads to inefficient training convergence and a high susceptibility to local optima, where the model learns to guess the answer without understanding the underlying logic. Conversely, Online Policy Distillation (OPD) offers dense, token-level supervision that can significantly accelerate learning. However, the efficacy of traditional OPD is heavily contingent upon the quality of the teacher model. External teacher models often suffer from distributional mismatches with the student, while self-distillation methods that rely on privileged conditions are constrained by the ceiling of in-context learning capabilities. This dichotomy creates a significant bottleneck in developing efficient, small-scale reasoning models that do not require expensive, large-scale external teachers.
To address these structural inefficiencies, researchers have introduced the RISE framework, which stands for Recursive Improvement via Self-Extrapolating Policy Distillation. The primary objective of RISE is to eliminate the dependency on external teacher models or privileged information, thereby democratizing the training of high-performance reasoning models. By leveraging the model's own RLVR trajectories, RISE constructs a dynamic, evolving synthetic teacher. This approach transforms the sparse, result-induced parameter updates typical of reinforcement learning into dense, token-level objectives suitable for supervised fine-tuning. The framework represents a paradigm shift from static knowledge transfer to dynamic, self-referential improvement, aiming to bridge the gap between the exploratory power of RL and the precision of supervised learning.
Deep Analysis
The technical core of the RISE framework lies in its novel "self-extrapolation" mechanism, which generates high-quality process supervision without external intervention. Instead of copying outputs from a pre-existing teacher, RISE analyzes the model's training trajectories to calculate the displacement vector between the current model checkpoint and a lagged anchor point. This calculation can be performed in either the parameter space or the output logit space. By extrapolating this displacement, the framework predicts a hypothetical future state of the model that represents a more optimized version of itself. This extrapolated state serves as the synthetic teacher, providing a dense target distribution for every token in the reasoning chain. This mathematical transformation effectively converts the binary, outcome-based rewards of RLVR into a continuous, granular signal that guides the model through every step of the reasoning process.
This mechanism establishes a complementary feedback loop between RLVR and OPD. The outcome rewards from RLVR ensure that the direction of extrapolation remains aligned with logical correctness, preventing the synthetic teacher from drifting into hallucinated or illogical paths. Simultaneously, the extrapolated teacher provides the fine-grained token-level guidance necessary to optimize intermediate reasoning steps. Crucially, because the synthetic teacher is dynamically generated from the student's latest checkpoint, it evolves in tandem with the student model. As the student improves through iterations, the teacher model is refreshed, ensuring that the supervision signal remains relevant and challenging. This creates a recursive improvement cycle where the quality of the teacher automatically scales with the capability of the student, avoiding the performance bottlenecks associated with static or lagging teacher models in traditional distillation setups.
Industry Impact
The implications of the RISE framework extend significantly to both the open-source research community and industrial applications. By removing the requirement for expensive, large-scale external teacher models, RISE drastically reduces the computational and financial barriers to training high-performance reasoning models. This accessibility allows resource-constrained research teams and independent developers to fine-tune small language models with capabilities previously reserved for much larger, proprietary systems. The framework democratizes access to advanced reasoning techniques, potentially accelerating innovation in niche domains where large-scale data and compute are scarce. Furthermore, the recursive improvement paradigm offers a new theoretical foundation for future research, suggesting that models can generate their own high-quality training data through self-evolution rather than relying solely on static, pre-collected datasets.
In industrial settings, RISE is particularly well-suited for training autonomous agent systems that require robust multi-turn reasoning and planning capabilities. The framework's ability to handle complex, multi-step tasks makes it ideal for applications such as automated code generation, scientific discovery, and interactive customer service agents. By enabling small, efficient models to achieve reasoning performance comparable to larger models, RISE facilitates the deployment of AI solutions in edge devices and low-latency environments. This shift toward self-evolving, resource-efficient training paradigms is critical for the next generation of AI applications, where scalability, cost-efficiency, and adaptability are paramount. The framework's success in overcoming the limitations of traditional distillation suggests a future where AI systems are not just trained, but continuously refined through internal recursive processes.
Outlook
Experimental results across multiple challenging benchmarks, including mathematical reasoning, STEM problem-solving, code generation, and multi-turn agent tasks, demonstrate the superior efficacy of the RISE framework. In these evaluations, RISE consistently outperformed baselines that relied solely on RLVR or traditional online self-distillation. The ablation studies further confirmed that the self-extrapolation mechanism is the key driver of performance gains, effectively compensating for the sparse supervision inherent in reinforcement learning. The dynamic updating of the teacher model ensured that the distillation process continuously captured the latest advancements in the student's capabilities, preventing the stagnation often seen in static distillation methods. These findings highlight the potential of RISE to significantly enhance the reasoning capabilities and generalization performance of small models.
Looking forward, the RISE framework sets a new standard for self-improving AI systems. As the industry moves toward smaller, more efficient models, the ability to generate dense, high-quality supervision signals internally will become increasingly valuable. Future research may explore extending the self-extrapolation mechanism to other modalities, such as vision-language models, or integrating it with more complex reinforcement learning algorithms. The recursive improvement loop proposed by RISE offers a scalable path to enhancing model intelligence without proportional increases in computational cost. This approach could fundamentally change how we train and deploy AI, shifting the focus from massive data collection to intelligent, self-referential refinement. The success of RISE suggests that the next breakthroughs in AI reasoning may come not from larger models, but from smarter, more adaptive training frameworks.
Sources
FAQ
What is the RISE framework and what problem does it solve?
RISE (Recursive Improvement via Self-Extrapolating Policy Distillation) is a framework that enables small models to recursively improve their reasoning without external teachers. It overcomes limitations of sparse rewards and dependence on costly external models in complex tasks.
Why is the RISE framework important and what is its impact?
RISE transforms sparse outcome rewards into dense, token-level supervision by self-extrapolating from the model's own trajectories. This significantly reduces the cost of fine-tuning high-performance reasoning models, making advanced AI accessible to more researchers and developers.
What are the future implications and applications of the RISE framework?
RISE's recursive improvement mechanism offers new avenues for generating high-quality data and supervision signals from a model's own evolutionary trajectory. It is expected to be widely applied in training agent systems, enhancing their performance in complex multi-turn tasks.