CLLGJun 23, 2024

ReCaLL: Membership Inference via Relative Conditional Log-Likelihoods

arXiv:2406.15968v259 citations
AI Analysis

This addresses concerns about data transparency and fair use in LLMs, offering a method to identify training data, though it is incremental as it builds on existing MIA techniques.

The authors tackled the problem of detecting pretraining data in large language models by proposing ReCaLL, a membership inference attack that uses relative conditional log-likelihoods, achieving state-of-the-art performance on the WikiMIA dataset.

The rapid scaling of large language models (LLMs) has raised concerns about the transparency and fair use of the data used in their pretraining. 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.

Foundations

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

Your Notes