paper-with-me

홈 › Papers

Stability-Weighted Decoding for Diffusion Language Models

2026-04-18 · Yue Wu, Jian Huang arxiv

Diffusion large language models (dLLMs) enable parallel text generation by iteratively denoising a fully masked sequence, unmasking a subset of masked tokens at each step. Existing decoding strategies rely on static confidence metrics computed at a single denoising step, ignoring temporal history and often leading to premature unmasking of unstable tokens. In this work, we theoretically establish that a token's temporal instability, quantified by the KL divergence between consecutive prediction distributions, provides a strict lower bound on its mutual information with the remaining masked context, indicating that temporally unstable tokens are inherently unsafe to unmask. Based on this insight, we propose Stability-Weighted Decoding (SWD), a training-free, plug-and-play strategy that incorporates temporal stability into token scoring and acts as a universal modulator for arbitrary score-based decoding policies. Experiments on code generation and mathematical reasoning benchmarks demonstrate that SWD consistently improves generation accuracy across representative scoring metrics and selection policies, and exhibits exceptional robustness, maintaining a significant performance lead over standard baselines across varying acceleration ratios.

📄 PDF Abstract BibTeX arXiv:2604.17068

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode GenerationText Generation

Similar Papers 제목 키워드 기반

Breaking Block Boundaries: Anchor-based History-stable Decoding for Diffusion Large Language Models

2026-04-10 · Shun Zou, Yong Wang, Zehui Chen, Lin Chen 외 arxiv

Diffusion Large Language Models (dLLMs) have recently become a promising alternative to autoregressive large language models (ARMs). Semi-autoregressive (Semi-AR) decoding is widely employed in base dLLMs and advanced de…

Critic-Guided Decoding for Controlled Text Generation

2022-12-21 · Minbeom Kim, Hwanhee Lee, Kang Min Yoo, Joonsuk Park 외

Steering language generation towards objectives or away from undesired content has been a long-standing goal in utilizing language models (LM). Recent work has demonstrated reinforcement learning and weighted decoding as…

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning+2

FAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language Models

2026-06-04 · Haoyu Huang, Linlin Yang, Sheng Xu, Boyu Liu 외 arxiv

Diffusion Large Language Models (dLLMs) refine tokens iteratively but commit them irreversibly, leading to a "stability lag" where early decisions remain fragile even after being written. We reveal that Post-Training Qua…

LESS Is More: Mutual-Stability Sampling for Diffusion Language Models

2026-06-15 · Amr Mohamed, Guokan Shang, Michalis Vazirgiannis arxiv

Diffusion large language models (dLLMs) offer a promising alternative to autoregressive decoding by iteratively refining masked sequences, enabling parallel token updates and bidirectional conditioning. Their practical e…

General Knowledge

STDec: Spatio-Temporal Stability Guided Decoding for dLLMs

2026-04-07 · Yuzhe Chen, Jiale Cao, Xuyang Liu, Jin Xie 외 arxiv

Diffusion Large Language Models (dLLMs) have achieved rapid progress, viewed as a promising alternative to the autoregressive paradigm. However, most dLLM decoders still adopt a global confidence threshold, and do not ex…