English

PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

Artificial Intelligence 2026-07-28 v1

Abstract

Discrete masked diffusion language models support bidirectional generation and infilling, but adapting pretrained autoregressive (AR) transformers requires reconciling causal pretraining with bidirectional denoising. We study this problem at the level of attention rather than claiming AR-weight reuse itself as novel. PreDiff-LM preserves causal attention within the observed prompt while allowing full bidirectional attention within the masked target. Under a matched GPT-2 Medium, WikiText-103, 90K-step setup, this hybrid mask improves unconditional perplexity from 34.1 to 28.7 and MAUVE from 0.71 to 0.78 over uniform bidirectional attention with the same AR initialization. Attention adaptation also composes with a DiffuGPT-style objective adaptation, reaching 26.9 perplexity. Pretrained initialization reduces the steps required to reach perplexity below 50 from about 350K to 8K, although a compute-matched fine-tuned AR model remains stronger at equal scale (18.9 versus 28.7). Beyond perplexity, PreDiff-LM improves repetition, distributional quality, four zero-shot downstream tasks, and human preference over prior diffusion baselines. The results position hybrid attention as a complementary mechanism for adapting pretrained causal backbones, while making explicit the remaining quality and inference-efficiency gaps to optimized AR models.

Cite

@article{arxiv.2607.25157,
  title  = {PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention},
  author = {Zhengtao Yao and Runhao Li and Xupeng Chen and Jiayi Cheng and Chenqian Le and Michael Yue and Jesson Wang and Siheng Wang and Guang Yang and Haoyan Xu and Chenhao Wei and Zhengqing Yuan and Youran Shen and Yanfang Ye and Junhao Dong},
  journal= {arXiv preprint arXiv:2607.25157},
  year   = {2026}
}