paper-with-me

홈 › Papers

ReCaLL: Membership Inference via Relative Conditional Log-Likelihoods

2024-06-23 · Roy Xie, Junlin Wang, Ruomin Huang, Minxing Zhang, Rong Ge, Jian Pei, Neil Zhenqiang Gong, Bhuwan Dhingra

The rapid scaling of large language models (LLMs) has raised concerns about the transparency and fair use of the pretraining data used for training them. Detecting such content is challenging due to the scale of the data and limited exposure of each instance during training. We propose ReCaLL (Relative Conditional Log-Likelihood), a novel membership inference attack (MIA) to detect LLMs' pretraining data by leveraging their conditional language modeling capabilities. ReCaLL examines the relative change in conditional log-likelihoods when prefixing target data points with non-member context. Our empirical findings show that conditioning member data on non-member prefixes induces a larger decrease in log-likelihood compared to non-member data. We conduct comprehensive experiments and show that ReCaLL achieves state-of-the-art performance on the WikiMIA dataset, even with random and synthetic prefixes, and can be further improved using an ensemble approach. Moreover, we conduct an in-depth analysis of LLMs' behavior with different membership contexts, providing insights into how LLMs leverage membership information for effective inference at both the sequence and token level.

📄 PDF Abstract BibTeX arXiv:2406.15968

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackLanguage ModelingLanguage ModellingMembership Inference Attack

Similar Papers 제목 키워드 기반

What happens to diffusion model likelihood when your model is conditional?

2024-09-10 · Mattias Cross, Anton Ragni

Diffusion Models (DMs) iteratively denoise random samples to produce high-quality data. The iterative sampling process is derived from Stochastic Differential Equations (SDEs), allowing a speed-quality trade-off chosen a…

domain classificationmodelSpeech Synthesistext-to-speech+2

A Tutorial on Deep Latent Variable Models of Natural Language

2018-12-17 · Yoon Kim, Sam Wiseman, Alexander M. Rush

There has been much recent, exciting work on combining the complementary strengths of latent variable models and deep learning. Latent variable modeling makes it easy to explicitly specify model constraints through condi…

Deep LearningVariational Inference

Efficient Membership Inference Attacks by Bayesian Neural Network

2025-03-10 · Zhenlong Liu, Wenyu Jiang, Feng Zhou, Hongxin Wei

Membership Inference Attacks (MIAs) aim to estimate whether a specific data point was used in the training of a given model. Previous attacks often utilize multiple reference models to approximate the conditional score d…

Bayesian InferenceInference AttackMembership Inference Attackquantile regression

MRMMIA: Membership Inference Attacks on Memory in Chat Agents

2026-05-27 · Kai Chen, Yan Pang, Tianhao Wang arxiv

Membership inference attacks (MIAs) test whether a target data record belongs to a system's private data, and have become a standard tool to measure privacy leakage in machine learning systems. Prior work has primarily f…

Sampling-based Pseudo-Likelihood for Membership Inference Attacks

2024-04-17 · Masahiro Kaneko, Youmi Ma, Yuki Wata, Naoaki Okazaki

Large Language Models (LLMs) are trained on large-scale web data, which makes it difficult to grasp the contribution of each text. This poses the risk of leaking inappropriate data such as benchmarks, personal informatio…