On the Empirical Power of Goodness-of-Fit Tests in Watermark Detection
Weiqing He, Xiang Li, Tianqi Shang, Li Shen, Weijie Su, Qi Long
TL;DR
This work investigates the applicability of classical goodness-of-fit (GoF) tests to watermark detection in large language models. By empirically evaluating eight GoF detectors across three unbiased watermarking schemes, three open-source LLMs, two datasets, multiple temperatures, and various edits, the authors show that GoF tests can improve detection power and robustness compared to baseline sum-based detectors. A key finding is that text repetition at low temperatures creates distributional structure that GoF tests exploit, while at high temperatures GoF tests leverage pronounced shifts in the empirical CDF of pivotal statistics. The study demonstrates that GoF-based watermark detection is simple, robust, and complementary to existing methods, and highlights future directions including theoretical analysis, adaptive test selection, and applications to higher-dimensional statistics. The work provides practical insights for deploying watermark detectors and underscores the value of distribution-level testing in NLP.
Abstract
Large language models (LLMs) raise concerns about content authenticity and integrity because they can generate human-like text at scale. Text watermarks, which embed detectable statistical signals into generated text, offer a provable way to verify content origin. Many detection methods rely on pivotal statistics that are i.i.d. under human-written text, making goodness-of-fit (GoF) tests a natural tool for watermark detection. However, GoF tests remain largely underexplored in this setting. In this paper, we systematically evaluate eight GoF tests across three popular watermarking schemes, using three open-source LLMs, two datasets, various generation temperatures, and multiple post-editing methods. We find that general GoF tests can improve both the detection power and robustness of watermark detectors. Notably, we observe that text repetition, common in low-temperature settings, gives GoF tests a unique advantage not exploited by existing methods. Our results highlight that classic GoF tests are a simple yet powerful and underused tool for watermark detection in LLMs.
