--- license: mit library_name: transformers pipeline_tag: text-generation --- # Multi-Block Diffusion Language Models (MBD-LMs) This repository contains the model weights for **Multi-Block Diffusion Language Models (MBD-LMs)**, presented in the paper [Multi-Block Diffusion Language Models](https://huggingface.co/papers/2606.29215). - **Project Page:** [sjtu-deng-lab.github.io/mbd-lms](https://sjtu-deng-lab.github.io/mbd-lms/) - **GitHub Repository:** [SJTU-DENG-Lab/mbd-lms](https://github.com/SJTU-DENG-Lab/mbd-lms) - **Paper:** [arXiv:2606.29215](https://huggingface.co/papers/2606.29215) ## Introduction Block Diffusion Language Models (BD-LMs) improve diffusion-based text generation with KV caching and flexible-length generation. MBD-LMs extend them from Single-Block Diffusion (SingleBD) to Multi-Block Diffusion (MultiBD), allowing a running-set of consecutive blocks to be decoded concurrently for inter-block parallelism. To train these models, the authors propose **Multi-block Teacher Forcing (MultiTF)**, which post-trains BD-LMs with randomized noise-schedulers that better match MultiBD inference states. ## Citation If you find this work useful, please consider citing the paper: ```bibtex @article{jin2026multiblock, title={Multi-Block Diffusion Language Models}, author={Jin, Yijie and Xu, Jiajun and Liu, Yuxuan and Xu, Chenkai and Tu, Yi and Li, Jiajun and Tu, Dandan and Yan, Xiaohui and Yu, Kai and Liu, Pengfei and Deng, Zhijie}, journal={arXiv preprint arXiv:2606.29215}, year={2026} } ```