One Token Is Enough: Improving Diffusion Language Models with a Sink Token
Zihou Zhang, Zheyong Xie, Li Zhong, Haifeng Liu, Shaosheng Cao
TL;DR
This work tackles the moving-sink instability in diffusion language models by analyzing sink tokens in value space and showing they occupy low-$L_2$ norm regions to absorb excess attention. It proposes a simple, position-stable extra sink token with a constrained attention mask that acts as a dedicated structural sink, improving stability and generation quality across initialization regimes and model scales. The method delivers consistent gains on a broad suite of benchmarks, remains effective even when the sink token carries negligible semantic content, and is robust to sink placement and quantity, making it a practical augmentation for DLMs. Overall, the paper advances understanding of attention dynamics in diffusion models and offers a lightweight architectural fix with tangible performance benefits.
Abstract
Diffusion Language Models (DLMs) have emerged as a compelling alternative to autoregressive approaches, enabling parallel text generation with competitive performance. Despite these advantages, there is a critical instability in DLMs: the moving sink phenomenon. Our analysis indicates that sink tokens exhibit low-norm representations in the Transformer's value space, and that the moving sink phenomenon serves as a protective mechanism in DLMs to prevent excessive information mixing. However, their unpredictable positions across diffusion steps undermine inference robustness. To resolve this, we propose a simple but effective extra sink token implemented via a modified attention mask. Specifically, we introduce a special token constrained to attend solely to itself, while remaining globally visible to all other tokens. Experimental results demonstrate that introducing a single extra token stabilizes attention sinks, substantially improving model performance. Crucially, further analysis confirms that the effectiveness of this token is independent of its position and characterized by negligible semantic content, validating its role as a robust and dedicated structural sink.
