CLMar 23

Autoregressive vs. Masked Diffusion Language Models: A Controlled Comparison

arXiv:2603.220751.0
AI Analysis

This study provides a controlled comparison of generation paradigms for language modeling, offering insights into trade-offs between fluency and diversity, though it is incremental as it builds on existing methods.

The paper compared autoregressive and masked diffusion language models under identical training conditions, finding that while both had similar throughput, AR models converged faster but overfit earlier, whereas MDLM models improved longer and produced more diverse outputs at the cost of some grammatical errors.

We present a controlled empirical comparison between autoregressive (AR) and masked diffusion (MDLM) language models. Both models are trained on identical data (50M tokens from TinyStories), identical compute budget (20,000 steps, batch size 32, sequence length 512), and identical hardware (NVIDIA H100 80GB), isolating the generation paradigm as the sole variable. We report three findings. First, both paradigms achieve comparable training throughput (~50K tokens/second), with MDLM requiring only 4.7% more wall-clock time. Second, AR converges faster and begins overfitting by step 14,000, while MDLM converges more slowly and is still improving at step 20,000, suggesting different compute-optimal training regimes. Third, quantitative diversity analysis over 1,000 generated samples reveals a structural diversity-fluency trade-off: AR produces fluent but repetitive outputs (99.8% begin with the same word), while MDLM generates more diverse narratives (93.4% unique 5-word openings, higher Distinct-n, lower Self-BLEU), at the cost of occasional grammatical inconsistencies. All code, trained checkpoints, and data pipelines are released for reproducibility.

Foundations

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

Your Notes