Search papers, labs, and topics across Lattice.
This paper investigates the phenomenon of "Thinking Collapse" in On-Policy Self-Distillation (OPSD), where aggressive teacher gradients lead to a decline in a model's intermediate reasoning capabilities. By employing entropy-based gradient masking and token-level target analysis, the authors identify the conditions under which this collapse occurs and propose a solution called Adaptive Dual-Perspective OPSD (AD-OPSD). Experimental results show that AD-OPSD enhances performance by up to 4.1% in accuracy across various benchmarks, effectively mitigating the negative effects of Thinking Collapse while maintaining the benefits of OPSD.
Thinking Collapse can severely impair reasoning in LLMs, but a new adaptive framework boosts accuracy by over 4% while preserving cognitive capacity.
On-Policy Self-Distillation (OPSD) has emerged as a crucial paradigm for enhancing and aligning Large Language Models (LLMs). However, in complex reasoning tasks, OPSD paradoxically degrades downstream performance. In this paper, we systematically investigate this pathology and identify a severe optimization trap we define as \textbf{Thinking Collapse} -- a sharp decline in the model's native intermediate reasoning behavior, measured by epistemic-token density (ET per 1k). Through entropy-based gradient masking and token-level target analysis, we show that this collapse is triggered by aggressive teacher gradients at high-student-entropy decision forks, where student epistemic tokens are frequently suppressed into teacher non-epistemic targets and are highly concentrated in high pointwise student-teacher divergence regions. To resolve this optimization pathology, we propose \textbf{Adaptive Dual-Perspective OPSD (AD-OPSD)}, a robust control framework that dynamically moderates the self-distillation objective. AD-OPSD selectively anchors high-suppression-risk sandboxed tokens to a reference prior derived from the frozen base model via an asymmetrical pointwise divergence gate, preserving native thinking capacity while retaining OPSD's error-correcting power. Extensive experiments across competitive mathematical benchmarks show that AD-OPSD improves over standard OPSD by up to \textbf{+4.1\%} absolute average accuracy across diverse model scales and datasets. Further analysis demonstrates that AD-OPSD mitigates thinking collapse and generalizes robustly to different post-training paradigms.