Search papers, labs, and topics across Lattice.
This paper introduces dOPSD, an innovative approach to on-policy self-distillation for diffusion language models (dLLMs) that addresses the limitations of traditional supervised fine-tuning and reinforcement learning in enhancing reasoning capabilities. By utilizing the model's own denoising trajectory to derive privileged information for the teacher, dOPSD facilitates dense, token-level supervision without relying on external ground-truth references. The results demonstrate significant improvements in both in-domain math reasoning and out-of-domain code generation, surpassing existing supervised and on-policy methods on benchmarks like Dream and LLaDA.
dOPSD leverages a model's own decoding process to provide on-policy supervision, leading to substantial gains in reasoning performance without external labels.
Diffusion large language models (dLLMs) generate text by iteratively denoising a masked sequence, offering a parallel alternative to autoregressive models, but eliciting strong reasoning through post-training remains difficult: supervised fine-tuning is off-policy and suffers from exposure bias, while reinforcement learning gives only sparse, sequence-level rewards and is hard to apply without tractable sequence likelihoods. On-policy self-distillation (OPSD) offers a promising alternative, using one model as both student and teacher to provide dense, token-level, on-policy supervision, but its effectiveness hinges on giving the teacher privileged information (PI) - typically an instance-specific ground-truth reference unavailable at inference - so the student ends up distilling a weak PI-free consensus policy that yields little improvement on dLLM reasoning. We introduce dOPSD, which instead derives the teacher's privilege directly from the student's own denoising trajectory, evaluating masked positions using later, more-decoded steps of that same trajectory rather than an external label, so the teacher's advantage emerges from the model's own decoding process; on Dream and LLaDA, dOPSD improves both in-domain math reasoning and out-of-domain code generation, outperforming supervised and on-policy baselines.