LGAICLMEMay 23, 2025

How Can I Publish My LLM Benchmark Without Giving the True Answers Away?

arXiv:2505.18102v62 citationsh-index: 8
Originality Highly original
AI Analysis

This addresses the issue of data contamination for researchers and organizations publishing LLM benchmarks, offering a practical solution to maintain evaluation integrity, though it is incremental as it builds on existing mitigation strategies.

The paper tackles the problem of benchmark contamination in large language models by proposing a method to publish benchmarks without revealing ground-truth answers, using randomized correct answers to reduce Bayes accuracy and detect contamination, with experimental evidence showing accurate detection across various benchmarks and models.

Publishing a large language model (LLM) benchmark on the Internet risks contaminating future LLMs: the benchmark may be unintentionally (or intentionally) used to train or select a model. A common mitigation is to keep the benchmark private and let participants submit their models or predictions to the organizers. However, this strategy will require trust in a single organization and still permits test-set overfitting through repeated queries. To overcome this issue, we propose a way to publish benchmarks without completely disclosing the ground-truth answers to the questions, while still maintaining the ability to openly evaluate LLMs. The main underlying idea is to reduces the best possible accuracy, i.e., Bayes accuracy, by injecting randomness to the answers by preparing several logically correct answers, and only include one of them as the solution in the benchmark. Not only is this helpful to keep us from disclosing the ground truth, but this also offers a test for detecting data contamination. In principle, even fully capable models should not surpass the Bayes accuracy. If a model surpasses this ceiling despite this expectation, this is a strong signal of data contamination. We present experimental evidence that our method can detect data contamination accurately on a wide range of benchmarks, models, and training methodologies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes