LGCLCRApr 18, 2025

STAMP Your Content: Proving Dataset Membership via Watermarked Rephrasings

CMU
arXiv:2504.13416v210 citationsh-index: 15ICML
Originality Highly original
AI Analysis

This addresses concerns for data creators and benchmark curators about unauthorized use of their content in AI training, offering a practical detection method.

The paper tackles the problem of detecting whether proprietary datasets have been used to train large language models without permission, by introducing STAMP, a framework that uses watermarked rephrasings and statistical tests to prove dataset membership, achieving successful detection across four benchmarks with contamination as low as less than 0.001% of total tokens.

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 or licensing. Their concerns are also shared by benchmark curators whose test-sets might be compromised. In this paper, we present STAMP, a framework for detecting dataset membership-i.e., determining the inclusion of a dataset in the pretraining corpora of LLMs. Given an original piece of content, our proposal involves first generating multiple rephrases, each embedding a watermark with a unique secret key. One version is to be released publicly, while others are to be kept private. Subsequently, creators can compare model likelihoods between public and private versions using paired statistical tests to prove membership. We show that our framework can successfully detect contamination across four benchmarks which appear only once in the training data and constitute less than 0.001% of the total tokens, outperforming several contamination detection and dataset inference baselines. We verify that STAMP preserves both the semantic meaning and utility of the original data. We apply STAMP to two real-world scenarios to confirm the inclusion of paper abstracts and blog articles in the pretraining corpora.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes