SJTU-DENG-Lab/MBD-Code-SDAR-8B-Chat-b32
Multi-Block Diffusion Language Models (MBD-LMs)
This repository contains the model weights for Multi-Block Diffusion Language Models (MBD-LMs), as presented in the paper Multi-Block Diffusion Language Models.
- Project Page: sjtu-deng-lab.github.io/mbd-lms
- GitHub Repository: SJTU-DENG-Lab/mbd-lms
- Inference Engine (Diffulex): SJTU-DENG-Lab/Diffulex
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), where a running-set of consecutive blocks is decoded concurrently for inter-block parallelism.
This model is post-trained using Multi-block Teacher Forcing (MultiTF), which integrates teacher forcing and diffusion forcing by training on bounded noise-groups conditioned on clean prefixes, with randomized noise-schedulers that better match MultiBD inference states.
Citation
If you find this work useful, please cite:
@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}
}