Adaptive Testing for Segmenting Watermarked Texts From Language Models
Xingchi Li, Xiaochi Liu, Guanxun Li
TL;DR
The paper tackles the challenge of distinguishing watermarked from non-watermarked text generated by large language models (LLMs) and, more ambitiously, segmenting mixed-content texts into watermarked and non-watermarked substrings. It generalizes likelihood-based watermark detection to adaptive test statistics for EMS and ITS and develops a randomization-based framework that does not require exact prompt estimation. A change-point detection approach with moving windows and robust statistical tests enables accurate substring segmentation, validated on multiple LLMs and watermark schemes. The findings show that adaptive statistics outperform baselines in identifying watermarked segments and are robust to edits, with practical implications for watermarking in real-world, mixed-content scenarios.
Abstract
The rapid adoption of large language models (LLMs), such as GPT-4 and Claude 3.5, underscores the need to distinguish LLM-generated text from human-written content to mitigate the spread of misinformation and misuse in education. One promising approach to address this issue is the watermark technique, which embeds subtle statistical signals into LLM-generated text to enable reliable identification. In this paper, we first generalize the likelihood-based LLM detection method of a previous study by introducing a flexible weighted formulation, and further adapt this approach to the inverse transform sampling method. Moving beyond watermark detection, we extend this adaptive detection strategy to tackle the more challenging problem of segmenting a given text into watermarked and non-watermarked substrings. In contrast to the approach in a previous study, which relies on accurate estimation of next-token probabilities that are highly sensitive to prompt estimation, our proposed framework removes the need for precise prompt estimation. Extensive numerical experiments demonstrate that the proposed methodology is both effective and robust in accurately segmenting texts containing a mixture of watermarked and non-watermarked content.
