Autoregressive vs. Masked Diffusion Language Models: A Controlled Comparison
Caio Vicentino

TL;DR
This study provides a controlled empirical comparison between autoregressive and masked diffusion language models, revealing differences in training speed, convergence, diversity, and fluency under identical conditions.
Contribution
It is the first to compare AR and MDLM models under identical training data, compute, and hardware, isolating the generation paradigm as the key variable.
Findings
AR converges faster and overfits earlier
MDLM produces more diverse outputs
AR outputs are more fluent but less diverse
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLanguage and cultural evolution · Natural Language Processing Techniques · Topic Modeling
