Data-Efficient Autoregressive-to-Diffusion Language Models via On-Policy Distillation
Quick Answer
This paper shows that The On-Policy Diffusion Language Model (OPDLM) transforms autoregressive models into diffusion models using On-Policy Distillation, achieving 15x to 7,000x fewer training tokens while maintaining strong performance across various tasks.
Quick Take
The On-Policy Diffusion Language Model (OPDLM) transforms autoregressive models into diffusion models using On-Policy Distillation, achieving 15x to 7,000x fewer training tokens while maintaining strong performance across various tasks. This method addresses distribution shifts and train-inference mismatches inherent in standard DLMs, enhancing knowledge retention from the original ARLM.
Key Points
- OPDLM uses self-OPD for efficient ARLM-to-DLM transformation.
- It reduces training token requirements significantly, from 15x to 7,000x.
- The model eliminates train-inference mismatches found in standard DLMs.
- Knowledge retention from the original ARLM is enhanced through distillation.
- Empirical results show strong performance across a variety of tasks.
Article Content
From source RSS / original summaryarXiv:2606. 06712v1 Announce Type: new Abstract: We study the transformation of autoregressive models (ARLMs) into diffusion language models (DLMs). Rather than pretraining from scratch, prior work replaces the causal attention in ARLMs with bidirectional attention and then trains the resulting model using a DLM objective. However, these approaches incur two distribution shifts. First, transitioning from a next-token prediction objective to a DLM objective can discard knowledge acquired by the ARLM during training.
Second, standard DLMs suffer from a train-inference mismatch, as the training loss is defined on randomly masked sequences rather than the trajectories encountered at inference produced by confidence-based decoding. To address both challenges, we introduce an On-Policy Diffusion Language Model (OPDLM) in which On-Policy Distillation (OPD) is employed for ARLM-to-DLM transformation.
Specifically, OPDLM is trained via self-OPD, where the student, an ARLM with bidirectional attention, generates its own trajectories, and the teacher, the original frozen ARLM, distills its knowledge by providing target logits on these trajectories. By training directly in an on-policy manner, OPDLM eliminates the train-inference mismatch in DLMs, while distillation from the original model enhances knowledge retention from the ARLM.
Empirical results demonstrate that OPDLM requires 15x to 7,000x fewer training tokens with strong performance across a wide variety of tasks. OPDLM avoids the prohibitive cost of DLM pretraining and positions DLM transformation as a form of ARLM post-training.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?
The REFLECT benchmark reveals that current LLM judges are unreliable, achieving below 55% accuracy in evaluating reasoning and evidence use, highlighting the need for improved evaluation methods for deep research agents.