English

LR-DWM: Efficient Watermarking for Diffusion Language Models

Computation and Language 2026-01-21 v1

Abstract

Watermarking (WM) is a critical mechanism for detecting and attributing AI-generated content. Current WM methods for Large Language Models (LLMs) are predominantly tailored for autoregressive (AR) models: They rely on tokens being generated sequentially, and embed stable signals within the generated sequence based on the previously sampled text. Diffusion Language Models (DLMs) generate text via non-sequential iterative denoising, which requires significant modification to use WM methods designed for AR models. Recent work proposed to watermark DLMs by inverting the process when needed, but suffers significant computational or memory overhead. We introduce Left-Right Diffusion Watermarking (LR-DWM), a scheme that biases the generated token based on both left and right neighbors, when they are available. LR-DWM incurs minimal runtime and memory overhead, remaining close to the non-watermarked baseline DLM while enabling reliable statistical detection under standard evaluation settings. Our results demonstrate that DLMs can be watermarked efficiently, achieving high detectability with negligible computational and memory overhead.

Keywords

Cite

@article{arxiv.2601.12376,
  title  = {LR-DWM: Efficient Watermarking for Diffusion Language Models},
  author = {Ofek Raban and Ethan Fetaya and Gal Chechik},
  journal= {arXiv preprint arXiv:2601.12376},
  year   = {2026}
}

Comments

Submitted to ACL Rolling Review (ARR). 7 pages, 4 figures

R2 v1 2026-07-01T09:09:27.730Z