On-Policy Self-Distillation without Any Supervision

📅 2026-08-06
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitation of existing on-policy self-distillation methods, which rely on external supervision and thus fall short of achieving truly unsupervised learning. The paper proposes U-OPSD, the first fully unsupervised on-policy self-distillation approach that leverages only the model’s own multi-turn generations. By employing multi-path sampling and majority voting, U-OPSD constructs internally consistent pseudo-labels and incorporates a shortest-correct-solution conditional teacher distribution alongside a longest incorrect prefix distillation mechanism to enable self-correction—all without requiring ground-truth labels, environmental feedback, or guidance from larger models. Experiments demonstrate that U-OPSD significantly outperforms existing methods across multiple mathematical reasoning benchmarks, achieving average performance gains of 8.5% and 10.7% on 4B and 8B parameter models, respectively, and even surpassing supervised counterparts such as OPSD and GRPO.
📝 Abstract
On-policy (Self-)Distillation (OPD / OPSD) has shown strong potential for post-training large language models (LLMs). However, existing methods still rely heavily on external supervision, including ground-truth signals, environmental feedback, or guidance from larger models, and therefore fall short of genuine "self"-distillation. In this study, we show that on-policy self-distillation can be achieved using only a model's own generations via internal consistency. We propose Unsupervised On-Policy Self-Distillation (U-OPSD). U-OPSD first samples multiple rollouts and constructs a pseudo-solution by majority vote under a self-consistency threshold. It then conditions a teacher distribution on the shortest pseudo-solution and distills it into prefixes of the model's longest incorrect completion, allowing the model to correct itself precisely where it is confidently wrong. Across diverse benchmarks, base models, and training settings, U-OPSD consistently improves over the base models and matches or surpasses supervised methods with ground truth (GT), such as OPSD and GRPO. On AIME24, AIME25, HMMT25, MATH500, and AMC23, U-OPSD improves over the base model by 8.5% and 10.7% on Qwen3 non-thinking mode at the 4B and 8B scales, respectively, and outperforms OPSD by an average of 3.2% and 2.3%. In thinking mode, U-OPSD remains on par with OPSD, outperforming it by 0.9% at 4B and matching it at 8B, while surpassing GRPO by 0.7% and 1.1%, respectively.
Problem

Research questions and friction points this paper is trying to address.

On-Policy Self-Distillation
Unsupervised Learning
Large Language Models
Self-Consistency
Post-Training
Innovation

Methods, ideas, or system contributions that make the work stand out.

Unsupervised On-Policy Self-Distillation
Self-Consistency
Pseudo-Solution
Internal Consistency
LLM Post-Training
🔎 Similar Papers
No similar papers found.