English

Understanding and Accelerating the Training of Masked Diffusion Language Models

Machine Learning 2026-05-14 v1 Artificial Intelligence Computation and Language

Abstract

Masked diffusion models (MDMs) have emerged as a promising alternative to autoregressive models (ARMs) for language modeling. However, MDMs are known to learn substantially more slowly than ARMs, which may become problematic when scaling MDMs to larger models. Therefore, we ask the following question: how can we accelerate standard MDM training while maintaining its final performance? To this end, we first provide a detailed analysis of why MDM training is slow. We find that the main factor is the locality bias of language: the predictive information for a token is concentrated in nearby positions. We further investigate how this bias slows learning and suggest a simple yet effective remedy: bell-shaped time sampling as a training strategy. Notably, MDMs trained with our training recipe reach the same validation negative log-likelihood (NLL) up to 4×\sim4\times faster than standard training on One Billion Word Benchmark (LM1B). We also show faster improvements in generative perplexity, zero-shot perplexity, and downstream task performance on various benchmarks.

Keywords

Cite

@article{arxiv.2605.13026,
  title  = {Understanding and Accelerating the Training of Masked Diffusion Language Models},
  author = {Chunsan Hong and Sanghyun Lee and Chieh-Hsin Lai and Satoshi Hayakawa and Yuhta Takida and Yuki Mitsufuji and Seungryong Kim and Jong Chul Ye},
  journal= {arXiv preprint arXiv:2605.13026},
  year   = {2026}
}

Comments

Preprint

R2 v1 2026-07-22T07:09:19.178Z