paper-with-me

홈 › Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2504.13416

Code (1)

codeboy5/stamp 공식 구현

Tasks

Articles

Similar Papers 제목 키워드 기반

Membership Inference Attacks Cannot Prove that a Model Was Trained On Your Data

2024-09-29 · Jie Zhang, Debeshee Das, Gautam Kamath, Florian Tramèr

We consider the problem of a training data proof, where a data creator or owner wants to demonstrate to a third party that some machine learning model was trained on their data. Training data proofs play a key role in re…

Membership Inference Attacks on Sequence-to-Sequence Models: Is My Data In Your Machine Translation System?

2019-04-11 · TACL 2020 1 · Sorami Hisamoto, Matt Post, Kevin Duh

Data privacy is an important issue for "machine learning as a service" providers. We focus on the problem of membership inference attacks: given a data sample and black-box access to a model's API, determine whether the …

Machine TranslationTranslationVideo Captioning

Self-Supervised Learning for Android Malware Detection on a Time-Stamped Dataset

2026-04-24 · Annan Fu, Hao Pei, Maryam Tanha arxiv

Android malware detectors built with machine learning often suffer from temporal bias: models are trained and evaluated without respecting apps' actual release times, inflating accuracy and weakening real-world robustnes…

Self-Supervised LearningMalware Detection

Viewstamped Replication Revisited

2012-07-23 · MIT-CSAIL-TR 2012 7 · Barbara Liskov, James Cowling

This paper presents an updated version of Viewstamped Replication, a replication technique that handles failures in which nodes crash. It describes how client requests are handled, how the group reorganizes when a replic…

Does Your Neural Code Completion Model Use My Code? A Membership Inference Approach

2024-04-22 · Yao Wan, Guanghua Wan, Shijie Zhang, Hongyu Zhang 외

Recent years have witnessed significant progress in developing deep learning-based models for automated code completion. Although using source code in GitHub has been a common practice for training deep-learning-based mo…

Code CompletionMemorization