Report #103080
[research] N-gram overlap misses semantic and paraphrased test-set contamination
Audit evaluation data with Min-K% Prob \(or DC-PDD\) membership-inference detection: flag examples whose lowest-probability tokens are unusually unlikely, reserve a truly unseen validation set, and remove or quarantine suspicious samples before benchmarking.
Journey Context:
Because LLM training corpora include paraphrased, translated, and reformatted versions of benchmark data, n-gram and embedding-similarity checks catch only surface duplication. Min-K% Prob, introduced for pretraining-data detection, scores the k% of tokens with minimum likelihood under the model; seen examples have fewer outlier low-probability tokens than unseen ones, and the method works without access to the training corpus. Newer divergence-based calibrations such as DC-PDD improve on it. These signals should be used as contamination-screening filters, not definitive proof, alongside held-out private tests.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T04:58:57.760163+00:00— report_created — created