paper-with-me

홈 › Papers

Proving membership in LLM pretraining data via data watermarks

2024-02-16 · Johnny Tian-Zheng Wei, Ryan Yixiang Wang, Robin Jia

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.

📄 PDF Abstract BibTeX arXiv:2402.10892

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Watermarking Large Language Models Prevent Copyrighted Text Generation and Hide Training Data?

2024-07-24 · Michael-Andrei Panaitescu-Liess, Zora Che, Bang An, Yuancheng Xu 외

Large Language Models (LLMs) have demonstrated impressive capabilities in generating diverse and contextually rich text. However, concerns regarding copyright infringement arise as LLMs may inadvertently produce copyrigh…

Text Generation

Robust Data Watermarking in Language Models by Injecting Fictitious Knowledge

2025-03-06 · Xinyue Cui, Johnny Tian-Zheng Wei, Swabha Swayamdipta, Robin Jia

Data watermarking in language models injects traceable signals, such as specific token sequences or stylistic patterns, into copyrighted text, allowing copyright holders to track and verify training data ownership. Previ…

Continual PretrainingMemorizationQuestion Answering

STAMP Your Content: Proving Dataset Membership via Watermarked Rephrasings

2025-04-18 · Saksham Rastogi, Pratyush Maini, Danish Pruthi

Given how large parts of publicly available text are crawled to pretrain large language models (LLMs), data creators increasingly worry about the inclusion of their proprietary data for model training without attribution…

Articles

Membership Inference Attacks for Face Images Against Fine-Tuned Latent Diffusion Models

2025-02-17 · Lauritz Christian Holme, Anton Mosquera Storgaard, Siavash Arjomand Bigdeli

The rise of generative image models leads to privacy concerns when it comes to the huge datasets used to train such models. This paper investigates the possibility of inferring if a set of face images was used for fine-t…

Inference AttackMembership Inference Attack

TMI! Finetuned Models Leak Private Information from their Pretraining Data

2023-06-01 · John Abascal, Stanley Wu, Alina Oprea, Jonathan Ullman

Transfer learning has become an increasingly popular technique in machine learning as a way to leverage a pretrained model trained for one task to assist with building a finetuned model for a related task. This paradigm …

Transfer Learning