paper-with-me

홈 › Papers

Watermarking Makes Language Models Radioactive

2024-02-22 · Tom Sander, Pierre Fernandez, Alain Durmus, Matthijs Douze, Teddy Furon

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.

📄 PDF Abstract BibTeX arXiv:2402.14904

Code (1)

facebookresearch/radioactive-watermark 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

On the Effectiveness of Dataset Watermarking in Adversarial Settings

2022-02-25 · Buse Gul Atli Tekgul, N. Asokan

In a data-driven world, datasets constitute a significant economic value. Dataset owners who spend time and money to collect and curate the data are incentivized to ensure that their datasets are not used in ways that th…

Model extraction

RaMark: Radioactive Watermarking for Generated Tabular Data

2026-07-10 · Xin Che, Lingyang Chu, Qiqi Zhang, Xinyu Ma 외 arxiv

Recent advances in generative modeling have made generated tabular data a practical solution for privacy-sensitive data sharing, where watermarking enables ownership verification. However, existing watermarking methods f…

HMARK: Radioactive Multi-Bit Semantic-Latent Watermarking for Diffusion Models

2025-11-26 · Kexin Li, Guozhen Ding, Ilya Grishchenko, David Lie arxiv

Modern generative diffusion models rely on vast training datasets, often including images with uncertain ownership or usage rights. Radioactive watermarks -- marks that transfer to a model's outputs -- can help detect wh…

Radioactive data: tracing through training

2020-02-03 · ICML 2020 1 · Alexandre Sablayrolles, Matthijs Douze, Cordelia Schmid, Hervé Jégou

We want to detect whether a particular image dataset has been used to train a model. We propose a new technique, \emph{radioactive data}, that makes imperceptible changes to this dataset such that any model trained on it…

Data AugmentationData Poisoning

Can LLM Watermarks Robustly Prevent Unauthorized Knowledge Distillation?

2025-02-17 · Leyi Pan, Aiwei Liu, Shiyu Huang, Yijian Lu 외

The radioactive nature of Large Language Model (LLM) watermarking enables the detection of watermarks inherited by student models when trained on the outputs of watermarked teacher models, making it a promising tool for …

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1