ResearchPod Summary
On-policy self-distillation (OPSD) is a powerful technique for training large language models (LLMs) by using the model's own outputs—conditioned on privileged information or feedback—as a teacher. However, because the student and the self-teacher co-evolve, the training objective often suffers from instability and distributional collapse. This paper investigates how to stabilize this process by reformulating the distillation objective to separate the target's definition from the projection method.
The authors introduce Self-Referenced On-Policy Self-Distillation (SR-OPSD). The framework makes two primary modifications to standard OPSD:
By using a variational characterization, the authors show that these design choices allow for a more robust optimization objective that remains stable even over long training durations.
SR-OPSD consistently outperforms existing OPSD and reinforcement learning baselines (such as GRPO and SDPO) across scientific reasoning, mathematical problem-solving, and code generation tasks. Empirical results demonstrate that while standard OPSD methods often peak early and then degrade due to instability, SR-OPSD maintains stable policy entropy and performance throughout the training process. The method is shown to be effective across multiple model architectures, including Qwen3 and OLMo.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.