DemoPSD: Disagreement-Modulated Policy Self-Distillation

Generative AI & LLMs
Published: arXiv: 2607.02502v1
Authors

Yunhe Li Hao Shi Wenhao Liu Mengzhe Ruan Hanxu Hou Zhongxiang Dai Shuang Qiu Linqi Song

Abstract

On-policy self-distillation (OPSD) has emerged as 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, suppress exploration, and hurt cross-domain generalization, while also introducing a more fundamental issue: *privileged information leakage*, where the student encodes answer-dependent shortcuts that are unavailable at test time. We introduce **DemoPSD**, a novel framework that resolves such 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 with preserving the student's own reasoning capacity. We measure the difference between their distributions and use such a discrepancy to adaptively control the blending at each token position. We provably show that DemoPSD achieves **(1)** *leakage attenuation*, i.e., effective mitigation of privileged information leakage; and **(2)** *exploration preservation*, i.e., preservation of exploration capacity under dense token-level distillation. Extensive experiments on SciKnowEval across four scientific fields show that DemoPSD outperforms both GRPO and SDPO while maintaining higher training entropy and robustly generalizing to out-of-distribution GPQA benchmarks.

Paper Summary

Problem
Large language models (LLMs) are trained to reason using reinforcement learning with verifiable rewards (RLVR), but this method has a fundamental problem: standard RLVR methods distribute a rollout-level reward uniformly among all tokens in a rollout, offering coarse token-level credit signals that fail to distinguish individual token contributions. This can lead to overfitting to in-domain patterns, suppress exploration, and hurt cross-domain generalization.
Key Innovation
The researchers introduce DemoPSD, a novel on-policy self-distillation algorithm that effectively prevents the student model from overfitting the teacher's 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 with preserving the student's own reasoning capacity.
Practical Impact
DemoPSD can be applied in the real world by improving the training of large language models for reasoning tasks. By preventing overfitting and suppressing exploration, DemoPSD can lead to better in-domain and cross-domain reasoning capabilities. This can be particularly useful in applications such as question-answering, text classification, and sentiment analysis. Additionally, DemoPSD can reduce privileged information leakage during self-distillation, making it a more robust and reliable method for training LLMs.
Analogy / Intuitive Explanation
Imagine you're learning a new language by listening to a native speaker. At first, you try to mimic their pronunciation and grammar, but as you get more confident, you start to use your own words and expressions. DemoPSD works in a similar way, allowing the student model to learn from the teacher's guidance, but also to develop its own reasoning capacity and not overfit to the teacher's distribution. This is achieved by adaptively controlling the blending of the teacher's guidance with the student's own reasoning, ensuring that the student doesn't become too reliant on the teacher's privileged information.
Paper Information
Categories:
cs.LG cs.AI
Published Date:

arXiv ID:

2607.02502v1

Quick Actions