CLMay 30, 2025

Simulating Training Data Leakage in Multiple-Choice Benchmarks for LLM Evaluation

arXiv:2505.24263v13 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses data contamination concerns for researchers and practitioners using LLM benchmarks, offering incremental improvements to existing detection techniques.

The study tackled the problem of training data leakage in LLM benchmarks by simulating leakage scenarios and comparing detection methods, finding that an n-gram method achieved the highest F1-score and enabling cleaned versions of MMLU and HellaSwag for more reliable model evaluations.

The performance of large language models (LLMs) continues to improve, as reflected in rising scores on standard benchmarks. However, the lack of transparency around training data raises concerns about potential overlap with evaluation sets and the fairness of reported results. Although prior work has proposed methods for detecting data leakage, these approaches primarily focus on identifying outliers and have not been evaluated under controlled simulated leakage conditions. In this work, we compare existing leakage detection techniques, namely permutation and n-gram-based methods, under a continual pretraining setup that simulates real-world leakage scenarios, and additionally explore a lightweight method we call semi-half question. Although semi-half offers a low-cost alternative, our analysis shows that the n-gram method consistently achieves the highest F1-score. We also refine these techniques to support instance-level detection and reduce computational overhead. Leveraging the best-performing method, we create cleaned versions of MMLU and HellaSwag, and re-evaluate several LLMs. Our findings present a practical path toward more reliable and transparent evaluations, and we recommend contamination checks as a standard step before releasing benchmark results.

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