English

On the Trainability of Masked Diffusion Language Models via Blockwise Locality

Machine Learning 2026-04-29 v1 Artificial Intelligence

Abstract

Masked diffusion language models (MDMs) have recently emerged as a promising alternative to standard autoregressive large language models (AR-LLMs), yet their optimization can be substantially less stable. We study blockwise MDMs and compare them with AR-LLMs on three controlled tasks that stress different aspects of structured generation: in-context linear regression, graph path-finding, and Sudoku solving. We find that standard random-masking MDMs fail to reliably learn linear regression, exhibit high variance training dynamics on graph path-finding, while outperforming AR-LLMs on Sudoku. To mitigate these instabilities, we propose two locality aware blockwise models, namely Jigsaw and Scatter, that inject left-to-right inductive bias by enforcing autoregressive locality within blocks while preserving iterative refinement at the block level. Empirically, Jigsaw matches AR-LLM stability on linear regression and remains strong on Sudoku, while Scatter retains diffusion's planning advantage on path-finding. Our results indicate that standard random-masking MDMs, even with blockwise variants, may be a suboptimal instantiation of diffusion LMs for ordered generation, motivating models beyond random masking.

Keywords

Cite

@article{arxiv.2604.24832,
  title  = {On the Trainability of Masked Diffusion Language Models via Blockwise Locality},
  author = {Yuxiang Wang and Yu Xiang and Baojian Zhou and Qifang Zhao and Keyue Jiang and Yanghua Xiao and Xiaoxiao Xu},
  journal= {arXiv preprint arXiv:2604.24832},
  year   = {2026}
}
R2 v1 2026-07-01T12:37:52.865Z