← 首页|学术|One Symptom, Three Levers: A Critical Review of On-Policy Self-Distillation
cs.LG, cs.AI, cs.CL · 2608.25936 · 2026-08-26

One Symptom, Three Levers: A Critical Review of On-Policy Self-Distillation

Justin Robert, Raheel Qader
自蒸馏强化学习综述
💬 On-Policy Self-Distillation用模型自己当教师省掉独立教师模型成本,但同一种不对称性带来了"坍缩"——推理路径逐渐收窄,这篇综述把坍缩归纳成信号位置/教师信息/教师动态三个可调杠杆,为跨论文各说各话的现象提供统一词汇表。

🎯 背景

On-policy distillation让模型在自己的生成上训练,同时由教师逐token打分,兼具模仿学习的密集监督和强化学习的on-policy采样,但需要一个更大的第二模型作为教师。On-Policy Self-Distillation(OPSD)去掉了这个成本——教师就是模型本身,但被赋予学生在测试时看不到的特权信息(如参考答案、计划或环境反馈),教师并不比学生更强,只是信息更充分。早期结果颇具前景,精度可比强化学习,但生成token只需一小部分。

🔬 方法

产生信号的同一种不对称性也会使信号产生偏差,一种失败模式——坍缩(模型能产生的推理路径集合逐渐收窄)——已主导该领域,特权信息会加剧但不限于OPSD。本综述将坍缩视为由三个杠杆共同支配的症状:(i)信号施加位置,即token如何被加权;(ii)教师被展示什么,即特权信息的性质;(iii)信号何时变化,即教师的动态与引导衰减。范围限定在数学推理,因为该方法起源于此、失败模式记录也最完善,报告不含新实验。

📊 结果

贡献是结构性的:为跨论文中被不同命名的现象提供了一套共享词汇表,并划出了已有定论与仍有争议之处的清晰界线。

原文摘要

▶ Abstract
On-policy distillation trains a language model on its own generations while a teacher scores them token by token. It combines the dense supervision of imitation learning with the on-policy sampling of reinforcement learning. But it requires a second, larger model to act as teacher. On-Policy Self-Distillation (OPSD) removes that cost. The teacher is the model itself, conditioned on privileged information the student will not have at test time, such as a reference solution, a plan, or environment feedback. The teacher is no stronger than the student, only better informed. Early results were promising, with accuracy comparable to reinforcement learning at a fraction of the generated tokens. But the same asymmetry that produces the signal also biases it. One failure mode now dominates the field: collapse, the progressive narrowing of the set of reasoning paths the model can produce. Collapse is not specific to OPSD, though privileged information aggravates it. This review treats collapse as a symptom governed by three levers: (i) where the signal is applied, that is, how tokens are weighted; (ii) what the teacher is shown, that is, the nature of the privileged information; and (iii) when the signal changes, that is, the teacher's dynamics and the decay of guidance. We restrict our scope to mathematical reasoning, where the method originated and where its failure modes are best documented. We report no new experiments. The contribution is structural: a shared vocabulary for phenomena named differently across papers, and a clear line between what is settled and what is still disputed.
来源: arXiv:2608.25936 · 精读由高松灯生成,基于摘要与 arXiv 页面信息