DemoPSD: Mitigating Privileged Information Leakage in Large Models via Divergence-Modulated Self-Distillation

This paper addresses the shortcomings of online policy self-distillation (OPSD), a widely adopted approach in large language model reasoning training. In existing OPSD methods, the teacher model provides dense token-level supervision using privileged information, which often causes the student model to overfit in-distribution patterns, suppress exploration, and suffer from severe privileged information leakage — encoding answer-dependent shortcuts unavailable at test time. The proposed DemoPSD framework guides the student model toward a reverse KL barycenter objective, a weighted geometric combination of teacher and student distributions, through the principle of "selective adoption of teacher guidance." By measuring distributional discrepancies, DemoPSD adaptively controls the mixing degree at each token position. Theoretical analysis demonstrates that this approach effectively mitigates information leakage while preserving exploration capacity. Experiments across four scientific domains on SciKnowEval and the GPQA benchmark show that DemoPSD outperforms GRPO and SDPO while maintaining higher training entropy, exhibiting stronger cross-domain generalization robustness.

Background and Context

In the domain of reinforcement learning for large language model reasoning, Online Policy Self-Distillation (OPSD) has emerged as a prominent training paradigm due to its computational efficiency. The core mechanism involves a single model assuming dual roles: acting as a teacher in one phase and a student in another, leveraging varying levels of information access to facilitate self-improvement. While this approach promises streamlined training, recent deep-dive analyses have uncovered significant structural vulnerabilities inherent in the OPSD framework. The primary issue arises when the teacher model, equipped with privileged information such as final answers or complete reasoning chains, imposes dense, token-level supervision on the student model. This heavy-handed guidance creates a dangerous learning trap where the student does not genuinely acquire logical reasoning capabilities but instead memorizes surface-level patterns or shortcuts that are strongly correlated with the provided answers.

This phenomenon, identified as privileged information leakage, represents a critical failure mode in current training methodologies. By encoding answer-dependent shortcuts that are unavailable during the testing phase, the student model develops a false sense of competence that collapses when faced with out-of-distribution data. Furthermore, the excessive reliance on the teacher's high-confidence outputs severely suppresses the student's natural exploration capacity. The training process becomes rigid and stagnant, rendering the model ill-equipped to handle the complex, unpredictable nature of real-world problem-solving scenarios. Consequently, the central scientific challenge has shifted from merely implementing self-distillation to developing mechanisms that can sever these harmful information shortcuts without sacrificing the efficiency gains of the distillation process.

Deep Analysis

To address these systemic flaws, the proposed DemoPSD framework introduces a novel strategy centered on the "selective adoption of teacher guidance." Unlike traditional self-distillation methods that force the student to blindly fit the teacher's entire output distribution, DemoPSD guides the student toward a more nuanced target: the reverse Kullback-Leibler (KL) barycenter objective. This objective is mathematically defined as a weighted geometric combination of the teacher's and student's distributions. This formulation is critical because it strikes a delicate balance, allowing the student to extract valuable knowledge from the teacher while simultaneously preserving its own independent reasoning capabilities. The framework effectively transforms the training dynamic from one of imitation to one of adaptive alignment.

The technical innovation within DemoPSD lies in its adaptive mechanism for controlling this mixture. The system continuously measures the distributional discrepancies between the current student output and the target barycenter at each token position. This divergence metric serves as a real-time signal to dynamically adjust the weight of the teacher's guidance. When the student model exhibits high uncertainty regarding its output, it increases its reliance on the teacher's instructions. Conversely, when the student demonstrates strong reasoning confidence or detects potential risks of overfitting to privileged information, it autonomously reduces its dependence on the teacher. This divergence-modulated approach ensures that the model flexibly switches learning modes across different tokens and training stages, effectively isolating the student from direct information leakage while still benefiting from high-quality supervision.

Theoretical analysis supports the efficacy of this approach, demonstrating that the reverse KL barycenter objective inherently mitigates information leakage while maintaining exploration capacity. By avoiding the direct minimization of the KL divergence from the teacher, the student is prevented from collapsing into the teacher's specific, potentially shortcut-laden distribution. Instead, it converges toward a balanced state that retains the diversity of its own policy. This theoretical grounding provides a robust justification for the empirical results observed in subsequent evaluations, highlighting the method's ability to solve the fundamental tension between supervised learning efficiency and exploratory robustness.

Industry Impact

The implications of DemoPSD extend significantly beyond theoretical improvements, offering tangible benefits for the broader AI industry and open-source community. By providing a viable technical solution to the pervasive issue of privileged information leakage, DemoPSD helps enhance the genuine reasoning capabilities of models trained via self-distillation. This is particularly crucial for reducing the phenomenon of "false prosperity," where models appear competent on standard benchmarks but fail in practical applications due to overfitting to training shortcuts. For industries with high stakes in accuracy and generalization, such as healthcare, legal analysis, and scientific computation, DemoPSD offers a pathway to build more reliable and less overfit specialized models. These sectors demand robust reasoning that can adapt to novel situations, a capability that DemoPSD explicitly aims to preserve.

Moreover, the adaptive mixing mechanism and distribution difference monitoring introduced by DemoPSD serve as a new inspiration for future research in policy distillation. The framework suggests that dynamic weight adjustment based on real-time divergence metrics could be a generalizable strategy for improving various distillation-based training methods. As large language models continue to tackle increasingly complex reasoning tasks, the ability to balance supervision intensity with exploration capacity will become a central议题 (issue) in model development. DemoPSD provides a critical reference example for this balance, potentially accelerating the development of more robust and general-purpose AI reasoning systems. Its success indicates a shift away from static distillation protocols toward more dynamic, context-aware training architectures.

Outlook

Empirical validation of DemoPSD was conducted across high-standard scientific reasoning benchmarks, including SciKnowEval, which covers four distinct scientific domains, and the GPQA benchmark, designed to test out-of-distribution generalization. The results demonstrate that DemoPSD significantly outperforms mainstream reinforcement learning algorithms such as GRPO and SDPO. A key metric of success is the maintenance of higher training entropy, indicating that the model retained greater diversity in its exploration and avoided premature convergence to local optima. This higher entropy is directly linked to the model's improved robustness in handling unseen, complex problems, confirming the effectiveness of the divergence-modulated self-distillation approach in suppressing information leakage.

Ablation studies further corroborate these findings, identifying the introduction of the reverse KL barycenter objective and the adaptive mixing mechanism as the primary drivers of performance improvement. The superior performance on out-of-distribution benchmarks like GPQA underscores the model's enhanced cross-domain generalization robustness. These results not only validate the theoretical derivations but also highlight the practical potential of DemoPSD in real-world applications. As the field moves toward more sophisticated reasoning tasks, the ability to maintain exploration while leveraging teacher guidance will be paramount. DemoPSD stands as a significant step forward in this direction, offering a scalable and theoretically sound method for enhancing the reliability and generalization of large language models in scientific and complex reasoning domains.

Sources