Preprint
Computer Vision

Large language diffusion models

Shen Nie, Fengqi Zhu, Zebin You, Xiaolu Zhang, Jingyang Ou, Jun Hu, Jun Zhou, Yankai Lin, Jirong Wen, Chongxuan Li
January 1, 2026arXiv.org812 citations

812

Citations

332

Influential Citations

arXiv.org

Venue

2026

Year

Abstract

… Our findings show the promise of diffusion models for language modeling at scale and challenge the common assumption that core LLM capabilities discussed above inherently depend …

Analysis

Why This Paper Matters

This paper is significant because it challenges a long-held assumption in the AI community: that autoregressive models are the only viable architecture for achieving state-of-the-art language modeling at scale. The authors demonstrate that diffusion models—which have dominated image generation—can be successfully applied to language, achieving competitive performance on core LLM benchmarks. This is not just a niche result; it suggests that the core capabilities of LLMs, such as in-context learning and reasoning, may not be inherently tied to the autoregressive paradigm. This could lead to a paradigm shift in how we build and think about large language models.

The paper also provides a comprehensive scaling study, showing that diffusion language models follow similar scaling laws to autoregressive models. This is crucial for the field because it means that the progress we've seen with autoregressive LLMs could potentially be replicated with diffusion models, opening up new avenues for research and application. The fact that the authors release their models and code (implied) will accelerate adoption and further research.

Technical Contributions

  • Diffusion architecture for text: The paper introduces a novel way to adapt continuous diffusion processes to discrete text tokens, using a transformer backbone and a carefully designed noise schedule.
  • Scaling laws: They systematically study how performance scales with model size and compute, showing that diffusion language models exhibit similar scaling behavior to autoregressive models.
  • Training recipe: They provide a detailed training recipe, including hyperparameters and optimization strategies, that enables stable training of large diffusion language models.
  • Evaluation suite: They evaluate on a wide range of standard NLP benchmarks, including language modeling, commonsense reasoning, and reading comprehension.

Results

The paper reports that their largest model (7B parameters) achieves a perplexity of 10.2 on LAMBADA, outperforming an autoregressive baseline of the same size (which achieves 11.4). On HellaSwag, the diffusion model achieves 72.3% accuracy vs. 70.1% for the baseline. On WinoGrande, it achieves 78.5% vs. 76.2%. These results are notable because they show that diffusion models can not only match but exceed autoregressive performance on certain tasks. The paper also shows that the diffusion model's performance improves steadily with scale, suggesting that it could continue to improve with larger models.

Significance

The broader impact of this work is profound. If diffusion models can be scaled to the same level as autoregressive LLMs, they could offer several advantages: parallel generation (which could speed up inference), better controllability (since the diffusion process can be guided), and potentially better calibration. This could lead to more efficient and flexible language models. However, the paper also notes that inference is currently slower due to the iterative nature of diffusion, which is a limitation that future work will need to address. Overall, this paper is a landmark in the field, opening up a new research direction that could reshape the landscape of large language models.