CLMay 15

Dynamic Chunking for Diffusion Language Models

arXiv:2605.1567686.0
Predicted impact top 48% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in language modeling and diffusion models, DCDM offers a principled way to leverage semantic structure, improving generation quality without scaling model size.

The paper introduces Dynamic Chunking Diffusion Model (DCDM), which replaces fixed positional blocks with content-defined semantic chunks for discrete diffusion language models, achieving consistent improvements over baselines at scales up to 1.5B parameters.

Block discrete diffusion language models factorize a sequence autoregressively over fixed-size positional blocks, decoupling within-block parallel denoising from across-block conditioning. We argue that this rigid partition wastes structure already present in the sequence: blocks defined by position rather than by content separate semantically coherent tokens and group unrelated ones together. We introduce the \textbf{D}ynamic \textbf{C}hunking \textbf{D}iffusion \textbf{M}odel (DCDM), which replaces positional blocks with content-defined semantic chunks. At its core is Chunking Attention, a differentiable layer that routes tokens into $K$ clusters parameterized by learnable subspaces and shaped end-to-end by the diffusion objective. The resulting cluster assignments induce a chunk-causal attention mask under which a discrete diffusion denoiser factorizes the sequence likelihood autoregressively over semantic chunks, strictly generalizing block discrete diffusion. On downstream benchmarks at parameter scales up to 1.5B, DCDM consistently improves over both unstructured and positional-block diffusion baselines, with the advantage stable across scales and visible early in training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes