← Latest papers
💬 NLP

Stability-Aware Feature Design for Robust Watermark Detection in Machine-Generated Text

This paper introduces the Pattern Stability Score (PSS), a novel watermark detection framework that leverages local statistical features and stability dynamics across paraphrased variants to significantly improve robustness against multiple rounds of paraphrasing and short texts, achieving over 10–15 percentage points higher AUC than existing methods while maintaining strong generalization across diverse models and domains without retraining.

Original authors: Sina Mansouri, Mohit Marvania, Abolfazl Safikhani

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Sina Mansouri, Mohit Marvania, Abolfazl Safikhani

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the modern digital landscape, large language models have become ubiquitous tools, capable of generating text that mimics human writing with startling accuracy. As these systems integrate into schools, newsrooms, and scientific research, a critical challenge has emerged: how to distinguish between content written by a person and content generated by a machine. One promising solution involves "watermarking," a technique where the machine subtly biases its word choices during the writing process. Imagine the model as a writer who, while composing a story, is secretly instructed to favor a specific, hidden list of words. To a casual reader, the story reads normally, but to a detector knowing the secret list, the text reveals a statistical pattern that proves its artificial origin. However, this method faces a significant hurdle. If a human or another computer rewrites the text to change the wording while keeping the meaning the same—a process known as paraphrasing—the hidden pattern can become diluted or scattered, causing the detector to fail. This vulnerability is particularly acute when the text is short or when it has been rewritten multiple times, leaving a gap in our ability to verify the source of information.

Researchers at George Mason University have developed a new approach to close this gap, shifting the focus from trying to make the watermark harder to break to making the detector smarter at finding it. Instead of looking at the entire text as a single block of data, their method, called the Pattern Stability Score, breaks the text into small, overlapping windows to examine the local structure of the writing. They observed that while a machine-generated watermark creates a specific statistical signature, human writing does not. When a machine rewrites its own text, the underlying statistical bias often persists in certain pockets, even as the surface words change. In contrast, when a human rewrites a text, the statistical patterns fluctuate randomly because there is no hidden signal to maintain. The researchers built a system that tracks these local patterns across multiple versions of the same text. By measuring how stable these patterns remain as the text is rewritten, the system can identify the watermark even after it has been heavily altered.

The team tested this method on three distinct types of writing: long-form books, news articles, and encyclopedia entries. They used several different large language models to generate the original text and then subjected those texts to up to eight rounds of rewriting by different AI systems. In these rigorous tests, the new method proved remarkably resilient. While traditional detectors that look at the text as a whole saw their accuracy drop significantly after just a few rounds of rewriting, the new approach maintained high performance. Specifically, the system achieved an accuracy rate of over 91 percent even after the text had been rewritten eight times, whereas other leading methods, including complex deep learning models, saw their accuracy collapse to near-random guessing levels. The researchers also found that their system worked well on short texts, a scenario where previous methods often struggled, and that a single version of their detector could handle different types of writing and different AI models without needing to be retrained.

A key insight driving this success was the realization that global averages hide the truth. When a text is rewritten, the hidden signal is not erased evenly; some parts of the text retain the watermark's fingerprint while others lose it. A detector that only looks at the total count of watermarked words across the whole document misses these concentrated pockets of evidence. By sliding a window across the text and analyzing the local statistics within each section, the new method captures these hidden concentrations. Furthermore, by comparing how these local patterns behave across different versions of the text, the system can distinguish between the consistent, albeit subtle, persistence of a machine watermark and the chaotic variation of human rewriting. This stability-aware design allows the detector to ignore the noise introduced by rewriting and focus on the signal that remains.

The implications of this work extend beyond simple detection. The researchers demonstrated that their method is practical for real-world use, requiring only a fraction of the computing power needed by more complex systems. It can process thousands of documents daily and operates quickly enough to be used in time-sensitive situations. Importantly, the method does not require changes to the machines that generate the text; it works as a standalone tool that can be applied to content already in existence. This means that vast archives of machine-generated text could be re-evaluated for authenticity without needing to regenerate the content. The study suggests that by focusing on the stability of local patterns rather than global averages, we can build more robust tools for verifying the origin of text, offering a reliable way to navigate a world increasingly filled with machine-generated content.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →