English

Simple and Effective Masked Diffusion Language Models

Computation and Language 2024-11-12 v2 Artificial Intelligence Machine Learning

Abstract

While diffusion models excel at generating high-quality images, prior work reports a significant performance gap between diffusion and autoregressive (AR) methods in language modeling. In this work, we show that simple masked discrete diffusion is more performant than previously thought. We apply an effective training recipe that improves the performance of masked diffusion models and derive a simplified, Rao-Blackwellized objective that results in additional improvements. Our objective has a simple form -- it is a mixture of classical masked language modeling losses -- and can be used to train encoder-only language models that admit efficient samplers, including ones that can generate arbitrary lengths of text semi-autoregressively like a traditional language model. On language modeling benchmarks, a range of masked diffusion models trained with modern engineering practices achieves a new state-of-the-art among diffusion models, and approaches AR perplexity. We provide the code, along with a blog post and video tutorial on the project page: https://s-sahoo.com/mdlm

Keywords

Cite

@article{arxiv.2406.07524,
  title  = {Simple and Effective Masked Diffusion Language Models},
  author = {Subham Sekhar Sahoo and Marianne Arriola and Yair Schiff and Aaron Gokaslan and Edgar Marroquin and Justin T Chiu and Alexander Rush and Volodymyr Kuleshov},
  journal= {arXiv preprint arXiv:2406.07524},
  year   = {2024}
}

Comments

NeurIPS 2024. We provide the code at https://github.com/kuleshov-group/mdlm

R2 v1 2026-06-28T17:01:58.205Z