论文78°

RISE:递归改进通过自我外推策略蒸馏

RISE: Recursive Improvement via Self-Extrapolating Policy Distillation

精选理由

RISE方法解决了传统蒸馏中教师质量瓶颈问题,用模型自身轨迹构建教师,在多项任务中超越现有方法。

RISE是一种新型语言模型后训练方法,通过模型自身的RLVR训练轨迹构建合成教师。该方法在数学推理、多领域STEM、代码生成和多轮智能体任务中表现优异,超越了仅使用RLVR训练和在线自蒸馏的效果。RISE将结果奖励与外推教师相结合,形成互补循环,实现了递归改进机制。

原文 · arXiv cs.AI

RISE: Recursive Improvement via Self-Extrapolating Policy Distillation

On-policy distillation (OPD) provides dense, per-token supervision for language model post-training, but its effectiveness is bottlenecked by teacher quality: external teachers suffer from distribution mismatch, while self-distillation with privileged conditioning is limited by in-context learning capacity. We propose \textbf{RISE} (\textbf{R}ecursive \textbf{I}mprovement via \textbf{S}elf-\textbf{E}xtrapolating Policy Distillation), which constructs a synthetic teacher directly from the model's own RLVR training trajectory. By extrapolating the displacement between the current checkpoint and a trailing anchor---in parameter space or output logit space---RISE converts a sparse outcome-induced parameter update into a dense token-level target, without any external model or privileged conditioning. RISE combines RLVR and OPD in a complementary loop: outcome rewards ground the extrapolation toward correct reasoning, while the extrapolated teacher refines token-level decisions. Moreover, since the teacher is refreshed every iteration as the student improves, distillation becomes a recursive improvement mechanism rather than a one-shot compression step. Experiments spanning mathematical reasoning, multi-domain STEM, code generation, and multi-turn agentic tasks show that RISE outperforms RLVR-only training and on-policy self-distillation across all settings.