TL;DR
TAD introduces a temporal-aware self-distillation framework for diffusion LLMs, enhancing the accuracy-parallelism trade-off by leveraging decoding trajectory information during training.
Contribution
It proposes a novel trajectory self-distillation method that partitions tokens based on decoding steps, improving both speed and accuracy in diffusion LLMs.
Findings
Increases LLaDA accuracy from 46.2% to 51.6%.
Raises average AUP from 46.2 to 257.1 with the Speed model.
Consistently improves the accuracy-parallelism trade-off.
Abstract
Diffusion large language models (dLLMs) offer a promising paradigm for parallel text generation, but in practice they face an accuracy-parallelism trade-off, where increasing tokens per forward (TPF) often degrades generation quality. Existing acceleration methods often gain speed at the cost of accuracy. To address this limitation, we propose TAD, a Temporal-Aware trajectory self-Distillation framework. During data construction, we condition a teacher model on both the prompt and the ground-truth response to generate decoding trajectories, recording the intermediate masked states throughout the process. Based on how many decoding steps remain before each masked token is revealed, we partition masked positions into near and distant subsets. For near tokens, we train the student with a hard cross-entropy loss using the teacher trajectory tokens as labels, encouraging confident…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
