CLAILGJan 22

Parallelism and Generation Order in Masked Diffusion Language Models: Limits Today, Potential Tomorrow

arXiv:2601.15593v17 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the limitations of MDLMs for researchers in natural language processing, highlighting incremental insights into their parallelism and generation order.

The study evaluated Masked Diffusion Language Models (MDLMs) on 58 benchmarks, finding they lag behind autoregressive models due to weakened inter-token dependencies, but show adaptive decoding advantages in tasks like Sudoku by filling easier blanks first.

Masked Diffusion Language Models (MDLMs) promise parallel token generation and arbitrary-order decoding, yet it remains unclear to what extent current models truly realize these capabilities. We characterize MDLM behavior along two dimensions -- parallelism strength and generation order -- using Average Finalization Parallelism (AFP) and Kendall's tau. We evaluate eight mainstream MDLMs (up to 100B parameters) on 58 benchmarks spanning knowledge, reasoning, and programming. The results show that MDLMs still lag behind comparably sized autoregressive models, mainly because parallel probabilistic modeling weakens inter-token dependencies. Meanwhile, MDLMs exhibit adaptive decoding behavior: their parallelism and generation order vary significantly with the task domain, the stage of reasoning, and whether the output is correct. On tasks that require "backward information" (e.g., Sudoku), MDLMs adopt a solution order that tends to fill easier Sudoku blanks first, highlighting their advantages. Finally, we provide theoretical motivation and design insights supporting a Generate-then-Edit paradigm, which mitigates dependency loss while retaining the efficiency of parallel decoding.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes