LGFeb 3

Reasoning with Latent Tokens in Diffusion Language Models

arXiv:2602.03769v12 citationsh-index: 34
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency in diffusion models for language modeling, with incremental improvements for tasks requiring global coherence.

The paper tackled the trade-off between inference speed and sample quality in diffusion language models by identifying that joint prediction of undecoded tokens is crucial for performance, and introduced a method to modulate latent tokens, enabling a smooth speed-quality tradeoff and improving autoregressive models on reasoning tasks.

Discrete diffusion models have recently become competitive with autoregressive models for language modeling, even outperforming them on reasoning tasks requiring planning and global coherence, but they require more computation at inference time. We trace this trade-off to a key mechanism: diffusion models are trained to jointly predict a distribution over all unknown tokens, including those that will not actually be decoded in the current step. Ablating this joint prediction yields faster inference but degrades performance, revealing that accurate prediction at the decoded position relies on joint reasoning about the distribution of undecoded tokens. We interpret these as latent tokens and introduce a method for modulating their number, demonstrating empirically that this enables a smooth tradeoff between inference speed and sample quality. Furthermore, we demonstrate that latent tokens can be introduced into autoregressive models through an auxiliary multi-token prediction objective, yielding substantial improvements on the same reasoning tasks where they have traditionally struggled. Our results suggest that latent tokens, while arising naturally in diffusion, represent a general mechanism for improving performance on tasks requiring global coherence or lookahead.

Foundations

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

Your Notes