Papers › Did the Neurons Read your Book? Document-level Membership Inference for Large Language Models

Did the Neurons Read your Book? Document-level Membership Inference for Large Language Models

23 Oct 2023arXiv:2310.15007archive 2025-07-28

Matthieu Meeus, Shubham Jain, Marek Rei, Yves-Alexandre de Montjoye

With large language models (LLMs) poised to become embedded in our daily lives, questions are starting to be raised about the data they learned from. These questions range from potential bias or misinformation LLMs could retain from their training data to questions of copyright and fair use of human-generated text. However, while these questions emerge, developers of the recent state-of-the-art LLMs become increasingly reluctant to disclose details on their training corpus. We here introduce the task of document-level membership inference for real-world LLMs, i.e. inferring whether the LLM has seen a given document during training or not. First, we propose a procedure for the development and evaluation of document-level membership inference for LLMs by leveraging commonly used data sources for training and the model release date. We then propose a practical, black-box method to predict document-level membership and instantiate it on OpenLLaMA-7B with both books and academic papers. We show our methodology to perform very well, reaching an AUC of 0.856 for books and 0.678 for papers. We then show our approach to outperform the sentence-level membership inference attacks used in the privacy literature for the document-level membership task. We further evaluate whether smaller models might be less sensitive to document-level inference and show OpenLLaMA-3B to be approximately as sensitive as OpenLLaMA-7B to our approach. Finally, we consider two mitigation strategies and find the AUC to slowly decrease when only partial documents are considered but to remain fairly high when the model precision is reduced. Taken together, our results show that accurate document-level membership can be inferred for LLMs, increasing the transparency of technology poised to change our lives.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.15007")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

computationalprivacy/document-level-membership-inference officialmentioned in papermentioned on GitHubMIT report
ceichler/MIA-bias-removal mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 13 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
3unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from computationalprivacy/document-level-membership-inference. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_baselines computationalprivacy/document-level-membership-inference/src/compute_baselines.py official repository ran MIT (permissive) · 650014829c70a9f8 · report
extract_features computationalprivacy/document-level-membership-inference/src/feature_extraction.py official repository ran MIT (permissive) · 19d90f1525de7b3c · report
filter_on_date computationalprivacy/document-level-membership-inference/src/split_chunks.py official repository ran MIT (permissive) · 534d1ab80c6edb56 · report
get_diff_max_token computationalprivacy/document-level-membership-inference/src/normalization.py official repository ran MIT (permissive) · 7022375f485ac9be · report
get_norm_val computationalprivacy/document-level-membership-inference/src/normalization.py official repository ran MIT (permissive) · 8fc952dbcf49f67d · report
get_token_count computationalprivacy/document-level-membership-inference/src/compute_token_freq.py official repository ran MIT (permissive) · 6dee4ea2c9310a31 · report
get_token_freq computationalprivacy/document-level-membership-inference/src/compute_token_freq.py official repository ran MIT (permissive) · 2bf9d952a5b20ff3 · report
normalize_token_loss computationalprivacy/document-level-membership-inference/src/normalization.py official repository ran MIT (permissive) · 4907842083ba956e · report
remove_small_docs computationalprivacy/document-level-membership-inference/src/split_chunks.py official repository ran MIT (permissive) · 10d15d0c9b1eb682 · report
scale_features computationalprivacy/document-level-membership-inference/src/meta_classifier.py official repository ran MIT (permissive) · f103f8afd8bf8f81 · report
simple_agg_feat_extraction computationalprivacy/document-level-membership-inference/src/feature_extraction.py official repository ran MIT (permissive) · e9631d636a73e644 · report
split_data computationalprivacy/document-level-membership-inference/src/meta_classifier.py official repository ran MIT (permissive) · d173585d2fb91fd1 · report
validate_clf computationalprivacy/document-level-membership-inference/src/meta_classifier.py official repository ran MIT (permissive) · f7625eef253c7afe · report
calculatePerplexity computationalprivacy/document-level-membership-inference/src/compute_baselines.py official repository unverified MIT (permissive) · 1183adedf54bed5a · report
compute_perplexity computationalprivacy/document-level-membership-inference/src/compute_perplexity.py official repository unverified MIT (permissive) · a2c54d95202e2509 · report
histogram_feats computationalprivacy/document-level-membership-inference/src/feature_extraction.py official repository unverified MIT (permissive) · 9b828cec3990ecfe · report

Tasks

MisinformationSentence

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections