Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Data-Efficient Autoregressive-to-Diffusion Language Models via On-Policy Distillation

About

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.

Xingyu Su, Jacob Helwig, Shubham Parashar, Atharv Chagi, Lakshmi Jotsna, Degui Zhi, James Caverlee, Dileep Kalathil, Shuiwang Ji• 2026

Related benchmarks

TaskDatasetResultRank
General KnowledgeMMLU
MMLU General Knowledge Accuracy70.9
373
Language UnderstandingMMLU-Pro
Accuracy31.1
130
MathematicsAIME 2024
Accuracy7.9
87
Scientific ReasoningGPQA Diamond
Accuracy26.8
73
General KnowledgeMMLU-Pro
Accuracy53.7
67
General ReasoningLiveBench
Accuracy27.8
55
Code GenerationLCB v6
Accuracy10.4
54
Logic Puzzle SolvingZebraLogic
Accuracy12.9
25
General Knowledge EvaluationCEval
Accuracy73.3
23
General KnowledgeGPQA Diamond
Accuracy36.1
22
Showing 10 of 21 rows

Other info

GitHub

Follow for update