Improving Detection of Watermarked Language Models
Dara Bahri, John Wieting
TL;DR
This work investigates improving first-party AI-generated content detection by fusing watermark-based and non-watermark detectors into hybrid schemes. It demonstrates that hybrids, especially using a two-sided cascade or logistic regression, outperform either approach alone across entropy levels, text lengths, and attack conditions. The study reveals that watermark strength and available entropy critically influence detector performance, with RoBERTa-based detectors offering strong complementary signals in low-entropy regimes; however, attacks like paraphrasing can largely erase watermark signals. Practically, the results provide actionable guidance for deploying efficient, robust AGC detectors in real-world settings, highlighting trade-offs between accuracy, compute, and resilience to manipulation. Overall, hybrid detection emerges as a promising path to robustly identify LLM-generated content in diverse and adversarial contexts.
Abstract
Watermarking has recently emerged as an effective strategy for detecting the generations of large language models (LLMs). The strength of a watermark typically depends strongly on the entropy afforded by the language model and the set of input prompts. However, entropy can be quite limited in practice, especially for models that are post-trained, for example via instruction tuning or reinforcement learning from human feedback (RLHF), which makes detection based on watermarking alone challenging. In this work, we investigate whether detection can be improved by combining watermark detectors with non-watermark ones. We explore a number of hybrid schemes that combine the two, observing performance gains over either class of detector under a wide range of experimental conditions.
