ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2023
Year
… In this work, we study benchmark contamination in the context of large language models and evaluate existing decontamination methods. We show that existing detection methods can …
Benchmark contamination is a growing concern in the era of large language models (LLMs). As models are trained on increasingly massive web-scale datasets, it is inevitable that test samples from popular benchmarks leak into the training data. This leads to inflated performance numbers and unfair comparisons. Existing decontamination methods attempt to detect and remove such overlaps, but they often rely on exact or near-exact string matching. This paper reveals a critical blind spot: when test samples are rephrased, these methods fail to detect contamination, meaning that models can still be trained on semantically equivalent but lexically different versions of the test data. This undermines the validity of many published benchmark results and calls for more robust decontamination strategies.
The paper's focus on rephrased samples is particularly timely because LLMs themselves can be used to paraphrase text at scale, making it easy to create contaminated training data that evades current filters. By systematically studying this issue, the authors provide a much-needed wake-up call to the community. Their work not only exposes the vulnerability of existing methods but also offers a potential solution, which is essential for maintaining the integrity of AI evaluation.
The abstract states that existing detection methods can be fooled by rephrased samples, but specific quantitative results are not provided in the abstract. However, the paper likely reports detection accuracy (e.g., precision, recall, F1) for various methods on contaminated vs. clean datasets. It probably shows that while traditional methods achieve near-perfect detection on exact matches, their performance drops significantly (e.g., from >95% to <50%) when samples are rephrased. The proposed method is expected to restore high detection accuracy, perhaps by leveraging semantic embeddings or fine-tuned classifiers. Without the full text, we can only infer these trends, but the core message is clear: current decontamination is insufficient.
This work has profound implications for the evaluation of LLMs. If benchmark contamination goes undetected, the research community may draw incorrect conclusions about model capabilities, leading to misguided research directions and wasted resources. By highlighting the rephrasing vulnerability, the paper encourages the development of more sophisticated decontamination techniques that go beyond surface-level matching. It also raises awareness about the need for dynamic benchmarks that are less susceptible to contamination, such as those that generate new test items on the fly. Ultimately, this research contributes to the trustworthiness of AI evaluation, which is essential for the responsible deployment of LLMs in real-world applications.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba