Paper page - RISE: Recursive Improvement via Self-Extrapolating Policy Distillation
2026-09-07 21:57Models🔥 47.2 heat score
2sources
1days unfolding
47.2heat score
4mentions
SummaryAI generated
On September 7, 2026, the Salesforce AI Research team proposed a new large-scale model training method called RISE (Recursive Improvement via Self-Extrapolating Policy Distillation). This method aims to address the issue of limited quality of teacher models in the post-training phase of language models, without relying on external teachers or privileged data. RISE utilizes the model’s own reinforcement learning validation trajectory, converting sparse parameter updates into dense token-level supervision signals through self-extrapolation techniques. Specifically, the algorithm extrapolates based on the displacement of the current checkpoint and the tail anchor, guides the direction of results with combined rewards, and refines token decisions to form a recursive improvement loop. Experiments were conducted in areas such as mathematical reasoning, multi-field STEM, code generation, and multi-round agent tasks, and results showed that RISE outperformed both training using only RLVR and policy-based self-distillation methods across all test settings.
The Salesforce AI Research team proposed RISE (Recursive Improvement via Self-Extrapolating Policy Distillation). This method recursively generates dense token-level supervision from the model’s own reinforcement learning trajectory using self-extrapolation techniques, without the need for external teachers. It utilizes the displacement between the current checkpoint and the tail anchor for extrapolation, transforming sparse result-induced parameter updates into dense targets. Experiments covered mathematical reasoning, multi-field STEM, code generation, and multi-round agent tasks, and results showed that RISE outperformed both RLVR-only training and policy-based self-distillation methods in all settings.