Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models
Linhao Zhong, Linyu Wu, Bozhen Fang, Tianjian Feng, Chenchen Jing, Wen Wang, Jiaheng Zhang, Hao Chen, Chunhua Shen
TL;DR
EvoToken-DLM tackles inefficiencies in masked diffusion language models by replacing hard mask transitions with evolving soft token distributions, enabling progressive and revisable decoding. The approach introduces continuous trajectory supervision to align training with iterative probabilistic updates in a continuous embedding space, while preserving architectural compatibility with KV-caching and blockwise diffusion. It defines a progressive inference process with four token states and blockwise decoding, plus a training scheme that simulates refinement trajectories. Empirical results across multiple backbones and benchmarks show substantial improvements over strong masked DLM baselines, demonstrating improved reasoning and generation quality with minimal latency overhead. Overall, EvoToken-DLM offers a general, practical enhancement to diffusion language models, enabling robust token evolution and revisable decoding in realistic deployment settings.
Abstract
Diffusion Language Models (DLMs) offer a promising alternative for language modeling by enabling parallel decoding through iterative refinement. However, most DLMs rely on hard binary masking and discrete token assignments, which hinder the revision of early decisions and underutilize intermediate probabilistic representations. In this paper, we propose EvoToken-DLM, a novel diffusion-based language modeling approach that replaces hard binary masks with evolving soft token distributions. EvoToken-DLM enables a progressive transition from masked states to discrete outputs, supporting revisable decoding. To effectively support this evolution, we introduce continuous trajectory supervision, which aligns training objectives with iterative probabilistic updates. Extensive experiments across multiple benchmarks show that EvoToken-DLM consistently achieves superior performance, outperforming strong diffusion-based and masked DLM baselines. Project webpage: https://aim-uofa.github.io/EvoTokenDLM.
