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

CD4LM: Consistency Distillation and aDaptive Decoding for Diffusion Language Models

About

Autoregressive large language models achieve strong results on many benchmarks, but decoding remains fundamentally latency-limited by sequential dependence on previously generated tokens. Diffusion language models (DLMs) promise parallel generation but suffer from a fundamental static-to-dynamic misalignment: Training optimizes local transitions under fixed schedules, whereas efficient inference requires adaptive "long-jump" refinements through unseen states. Our goal is to enable highly parallel decoding for DLMs with low number of function evaluations while preserving generation quality. To achieve this, we propose CD4LM, a framework that decouples training from inference via Discrete-Space Consistency Distillation (DSCD) and Confidence-Adaptive Decoding (CAD). Unlike standard objectives, DSCD trains a student to be trajectory-invariant, mapping diverse noisy states directly to the clean distribution. This intrinsic robustness enables CAD to dynamically allocate compute resources based on token confidence, aggressively skipping steps without the quality collapse typical of heuristic acceleration. On GSM8K, CD4LM matches the LLaDA baseline with a 5.18x wall-clock speedup; across code and math benchmarks, it strictly dominates the accuracy-efficiency Pareto frontier, achieving a 3.62x mean speedup while improving average accuracy. Code is available at https://github.com/yihao-liang/CDLM

Yihao Liang, Ze Wang, Hao Chen, Ximeng Sun, Jialian Wu, Xiaodong Yu, Jiang Liu, Emad Barsoum, Zicheng Liu, Niraj K. Jha• 2026

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval
Pass@140.9
1036
Code GenerationHumanEval+
Pass@132.9
383
Radiology Report GenerationMIMIC-CXR (test)--
172
Mathematical ReasoningMATH 500
MATH 500 Accuracy38.6
106
Radiology Report GenerationCheXpert Plus (test)--
88
Chest X-ray Report GenerationReXGradient (test)
ROUGE-L58.73
16
Mathematical ReasoningGSM8K zero-shot
Accuracy77.6
8
Code GenerationMBPP
Pass@139
7
Code GenerationMBPP+
Pass@147.9
2
Showing 9 of 9 rows

Other info

Follow for update