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

Diffusion LLM with Native Variable Generation Lengths: Let [EOS] Lead the Way

About

Diffusion-based large language models (dLLMs) have exhibited substantial potential for parallel text generation, which may enable more efficient generation compared to autoregressive models. However, current dLLMs suffer from fixed generation lengths, which indicates the generation lengths of dLLMs have to be determined before decoding as a hyper-parameter, leading to issues in efficiency and flexibility. To solve these problems, in this work, we propose to train a diffusion LLM with native variable generation lengths, abbreviated as dLLM-Var. Concretely, we aim to train a model to accurately predict the [EOS] token in the generated text, which makes a dLLM be able to natively infer in a block diffusion manner, while still maintaining the ability of global bi-directional (full) attention and high parallelism. Experiments on standard benchmarks demonstrate that our method achieves a 30.1x speedup over traditional dLLM inference paradigms and a 2.4x speedup relative to autoregressive models such as Qwen and Llama. Our method achieves higher accuracy and faster inference, elevating dLLMs beyond mere academic novelty and supporting their practical use in real-world applications. Codes and models have been released.

Yicun Yang, Cong Wang, Shaobo Wang, Zichen Wen, Biqing Qi, Hanlin Xu, Linfeng Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy70.9
1398
CodingHumanEval
Pass@134.76
168
MathematicsMATH 500
Pass@134
122
CodeMBPP
Pass@140.2
73
General KnowledgeHellaSwag
Accuracy71.48
36
General KnowledgeMMLU
pass@161.71
31
Math & ScienceGPQA Diamond
Accuracy (Pass@1)23.73
9
Math & ScienceGSM8K
Pass@1 Accuracy73.92
9
Code GenerationHumanEval dLLM-Var
Pass@117.7
2
Mathematical ReasoningMATH500 dLLM-Var
Accuracy18.4
2
Showing 10 of 10 rows

Other info

Follow for update