Towards Anytime-Valid Statistical Watermarking
Baihe Huang, Eric Xu, Kannan Ramchandran, Jiantao Jiao, Michael I. Jordan
TL;DR
The paper proposes Anchored E-Watermarking, an e-value–based framework that enables anytime-valid sequential detection of LLM-generated text by coupling with an anchor distribution $p_0$ and a robustness radius $\delta$. It derives the optimal one-step e-value $e^*$ and the worst-case log-growth rate $J^*$, yielding a stopping-time scaling of $\mathcal{O}(\log(1/\alpha)/J^*)$ and improving sample efficiency by $13$–$15\%$ over strong baselines. The authors prove that the fundamental limit on detection efficiency is achieved by the closed-form $e^*$ and demonstrate the approach on synthetic tests and real-world data (MarkMyWords) using Llama2-7B-chat with a Phi-3 anchor, achieving substantial token-budget reductions while preserving text quality. These results establish a principled, sequentially valid watermarking paradigm that is robust to adaptive challenges and offers practical gains for provenance auditing of language models.
Abstract
The proliferation of Large Language Models (LLMs) necessitates efficient mechanisms to distinguish machine-generated content from human text. While statistical watermarking has emerged as a promising solution, existing methods suffer from two critical limitations: the lack of a principled approach for selecting sampling distributions and the reliance on fixed-horizon hypothesis testing, which precludes valid early stopping. In this paper, we bridge this gap by developing the first e-value-based watermarking framework, Anchored E-Watermarking, that unifies optimal sampling with anytime-valid inference. Unlike traditional approaches where optional stopping invalidates Type-I error guarantees, our framework enables valid, anytime-inference by constructing a test supermartingale for the detection process. By leveraging an anchor distribution to approximate the target model, we characterize the optimal e-value with respect to the worst-case log-growth rate and derive the optimal expected stopping time. Our theoretical claims are substantiated by simulations and evaluations on established benchmarks, showing that our framework can significantly enhance sample efficiency, reducing the average token budget required for detection by 13-15% relative to state-of-the-art baselines.
