Proving membership in LLM pretraining data via data watermarks
Johnny Tian-Zheng Wei, Ryan Yixiang Wang, Robin Jia
TL;DR
This work tackles proving that copyright holders’ data were used to train LLMs by introducing data watermarks that enable statistical detection under a hypothesis-testing framework with black-box access. It proposes two watermark families—random sequence additions and Unicode lookalike substitutions—and analyzes how watermark design, scaling, and interference affect detection power. The study demonstrates that watermark strength generally scales with model size and can be maintained under data growth, with empirical validation on BLOOM-176B using natural hash occurrences as a post-hoc watermark. The results support the feasibility of data watermarks for real-world rights enforcement, including a practical demonstration that hashes duplicated sufficiently often can be robustly detected in large models.
Abstract
Detecting whether copyright holders' works were used in LLM pretraining is poised to be an important problem. This work proposes using data watermarks to enable principled detection with only black-box model access, provided that the rightholder contributed multiple training documents and watermarked them before public release. By applying a randomly sampled data watermark, detection can be framed as hypothesis testing, which provides guarantees on the false detection rate. We study two watermarks: one that inserts random sequences, and another that randomly substitutes characters with Unicode lookalikes. We first show how three aspects of watermark design -- watermark length, number of duplications, and interference -- affect the power of the hypothesis test. Next, we study how a watermark's detection strength changes under model and dataset scaling: while increasing the dataset size decreases the strength of the watermark, watermarks remain strong if the model size also increases. Finally, we view SHA hashes as natural watermarks and show that we can robustly detect hashes from BLOOM-176B's training data, as long as they occurred at least 90 times. Together, our results point towards a promising future for data watermarks in real world use.
