From Next-Token to Next-Block: A Principled Adaptation Path for Diffusion LLMs
Abstract
Adapting autoregressive models to block-wise diffusion enables parallel generation and retains pretrained knowledge, achieving state-of-the-art performance among 7B-class diffusion language models.
Large language models (LLMs) excel at generation but dominant autoregressive (AR) decoding is inherently sequential, creating a throughput bottleneck. Diffusion Language Models (DLMs)--especially block-wise variants--enable parallel generation and intra-block bidirectional reasoning, yet training large DLMs from scratch is costly and wastes the knowledge in mature AR checkpoints. Prior "adaptation" attempts either modify logits or randomly grow attention masks to full-sequence diffusion, or simply transplant AR weights into a block-diffusion recipe, leaving a fundamental mismatch between AR causality and block-wise bidirectionality unaddressed. We reframe adaptation as a intra-paradigm path from AR to Block-Diffusion by viewing AR as Block-Diffusion with blocksize=1. Concretely, we design the pathway of adaptation as follows: we use a context-causal attention mask (causal in context, bidirectional only within the active block), an efficient parallel adaptation procedure, an auxiliary AR loss to maximize data utilization and retain pretrained knowledge, and gradual increment of the generation block size. The recipe integrates cleanly with masked block-diffusion and maintains train-inference consistency. Built on these components, NBDiff-7B (Base and Instruct) could inherit the long-context modeling and reasoning capabilities, and achieve state-of-the-art performance among the 7B-class DLMs, delivering strong gains on general-knowledge, math, and code benchmarks over strong baselines. These results demonstrate that principled AR-to-block-diffusion adaptation is an effective and compute-efficient alternative to training DLMs from scratch. Codes: https://github.com/YuchuanTian/NBDiff.
Community
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- CDLM: Consistency Diffusion Language Models For Faster Sampling (2025)
- Diffusion LLM with Native Variable Generation Lengths: Let [EOS] Lead the Way (2025)
- Encoder-Decoder Diffusion Language Models for Efficient Training and Inference (2025)
- DiSTAR: Diffusion over a Scalable Token Autoregressive Representation for Speech Generation (2025)
- Breaking the Bottleneck with DiffuApriel: High-Throughput Diffusion LMs with Mamba Backbone (2025)
- Fast-Decoding Diffusion Language Models via Progress-Aware Confidence Schedules (2025)
- Diffusion Language Models are Super Data Learners (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Excellent work on showing that adding AR loss would provide benefits on pure diffusion objectives!
Would recommend checking out two relevant works that also demonstrate that:
- TiDAR: https://tidarlm.github.io (sequence hybrid architecture with parallel diffusion drafting and AR verification all in one forward -> 4.71x to 5.91x higher tokens per second throughput)
- Set Block Decoding: https://arxiv.org/abs/2509.04185 (3x-5x reduction in forward passes compared to NTP training objective)
Looking forward to the code release!
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
