LGJun 16

CheckMIABench: Firm Foundations For Membership Inference Attacks on Language Models

arXiv:2606.1746416.0Has Code
Predicted impact top 15% in LG · last 90 daysOriginality Incremental advance
AI Analysis

Provides a principled evaluation framework for MIA research, addressing a known bottleneck of distribution shift that invalidated previous benchmarks.

The paper constructs a benchmark (CheckMIABench) for evaluating membership inference attacks (MIAs) on language models by using intermediate checkpoints to avoid distribution shifts. They test six published attacks on Pythia and OLMo models (70M-7B parameters) and open-source a modular library for further research.

Membership inference attacks (MIAs) are a canonical way to assess a machine learning model's privacy properties. Although several attempts have been made to evaluate MIAs on language models, the extant literature has suffered numerous difficulties in constructing clean evaluations to test new techniques. In particular, subtle distribution shifts between member and non-member sets can undermine the statistical validity of MIAs; recent work has underscored this by showing that "blind" methods with no access to the underlying model can perform far better than published methods on the same benchmarks. This paper constructs a benchmark for principled evaluation of MIAs against LLMs, by leveraging the insight that training data before and after a fixed point during training are drawn from the same distribution. Therefore, all open-source models with intermediate checkpoints and public training data can be converted into MIA testbeds. We apply our framework to a half-dozen published attacks on the Pythia and OLMo family of models, from 70M to 7B parameters. To facilitate further privacy research, we open-source a modular library for designing and implementing attacks in this setting: https://github.com/safr-ai-lab/pandora_llm.

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