Paper Overview
Research Area: Machine Learning Authors: Yunhe Li, Hao Shi, Wenhao Liu Published: 2026-07-04 arXiv: 2507.03244
Background
On-policy self-distillation (OPSD) has become a practical method for training large language models (LLMs) to reason, where a single model acts as both the teacher and the student with different levels of information access. However, recent studies have found that the teacher's dense token-level supervision, conditioned on privileged information, can lead to:
- Overfitting to in-domain patterns
- Suppression of exploration
- Hurt cross-domain generalization
- Privileged information leakage — the student encodes answer-dependent shortcuts that are unavailable at test time
- Outperforms GRPO and SDPO
- Maintains higher training entropy
- Shows robust generalization to the out-of-distribution GPQA benchmark
The DemoPSD Approach
DemoPSD resolves these problems through the idea of selective adoption of teacher guidance. Instead of fitting the full teacher distribution, DemoPSD steers the student toward a reverse-KL barycenter target: a weighted geometric combination of the teacher and student distributions that naturally balances learning from the teacher while preserving the student's own reasoning ability.
The method measures the disagreement between the two distributions and adaptively controls the mixing weight at each token position.
Theoretical Guarantees
The paper proves two key properties:
1. Leakage attenuation — effectively mitigates privileged information leakage 2. Exploration preservation — maintains exploration under dense token-level distillation
Experimental Results
Extensive experiments on four scientific domains of SciKnowEval show that DemoPSD:
*Auto-collected on 2026-07-05*