Paper Overview
- Field: Machine Learning
- Authors: Andrei Liviu Nicolicioiu, Mohammad Pezeshki, Aaron Courville
- arXiv: 2606.19228
- Self-distillation with sampled demonstrations boosts pass@1 but flattens pass@k curves.
- The root cause is compounding bias: the teacher conditions on a sampled correct rollout and routes feedback through the model's own biases.
- Theoretically, the optimal self-distillation policy reweights by a pointwise conditional mutual information score, favoring dominant modes.
- Empirically, self-distillation matches RL on average accuracy but sacrifices functional/semantic diversity and OOD robustness.
Abstract (translated)
On-policy self-distillation achieves strong pass@1 accuracy by using a single model as both teacher and student, with the teacher conditioned on a correct demonstration to provide dense token-level feedback. We show that this could come at a hidden cost: rollout diversity decreases and pass@k curves flatten (i.e., generating more rollouts fails to improve accuracy).
We trace this to compounding biases in the design of self-distillation with sampled demonstrations. The teacher scores each student rollout while conditioned on a sampled correct rollout, channeling its feedback through the model's own biases.
We theoretically analyze the optimal self-distillation policy and show that it tilts the base distribution by a pointwise conditional mutual information score between the student's rollout and the correct rollout used as context. Unlike ideal optimal on-policy reinforcement learning (RL), which preserves probability ratios among equally correct rollouts, self-distillation can amplify existing probability gaps, concentrating mass on already dominant modes.
On a controlled graph pathfinding task and scientific QA benchmarks, self-distilled models match or exceed RL in average performance, but exhibit significantly lower functional and semantic diversity, failing in out-of-distribution settings that require diverse strategies.