Watermarking Makes Language Models Radioactive
Tom Sander, Pierre Fernandez, Alain Durmus, Matthijs Douze, Teddy Furon
TL;DR
<3-5 sentence high-level summary> The paper investigates whether training a language model on text produced by a watermarked LLM leaves detectable traces, a phenomenon they term radioactivity. They develop statistically rigorous detectors for radioactivity across open/closed-model and supervised/unsupervised scenarios, leveraging watermarking signals and careful de-duplication to produce valid p-values. The experiments show strong, reliable detection even when only a small fraction of the fine-tuning data is watermarked, with open-model access providing the most powerful signals. The work highlights practical implications for IP protection and points to potential defenses, such as purification via successive fine-tuning, while emphasizing the need for careful handling of watermark design to sustain detectability. It demonstrates that watermarked training data can effectively contaminate downstream models, enabling high-confidence inferences about data provenance in real-world settings.
Abstract
We investigate the radioactivity of text generated by large language models (LLM), i.e. whether it is possible to detect that such synthetic input was used to train a subsequent LLM. Current methods like membership inference or active IP protection either work only in settings where the suspected text is known or do not provide reliable statistical guarantees. We discover that, on the contrary, it is possible to reliably determine if a language model was trained on synthetic data if that data is output by a watermarked LLM. Our new methods, specialized for radioactivity, detects with a provable confidence weak residuals of the watermark signal in the fine-tuned LLM. We link the radioactivity contamination level to the following properties: the watermark robustness, its proportion in the training set, and the fine-tuning process. For instance, if the suspect model is open-weight, we demonstrate that training on watermarked instructions can be detected with high confidence ($p$-value $< 10^{-5}$) even when as little as $5\%$ of training text is watermarked.
