Language model developers should report train-test overlap
Andy K Zhang, Kevin Klyman, Yifan Mai, Yoav Levine, Yian Zhang, Rishi Bommasani, Percy Liang
TL;DR
This paper argues that train-test overlap undermines the interpretability of benchmark results for language models and advocates for transparency through public reporting of overlap statistics or release of training data. It surveys current practices across 30 flagship developers, finding only 9 with adequate overlap disclosure, and reviews existing strategies (black-box estimation, private sets, novel data, canary strings) while highlighting their limitations. The authors propose a public protocol and standardization effort to improve comparability of overlap statistics, aiming to increase trust in evaluation results. The work highlights the practical impact of transparent reporting on accountability and progress in the AI evaluation ecosystem.
Abstract
Language models are extensively evaluated, but correctly interpreting evaluation results requires knowledge of train-test overlap which refers to the extent to which the language model is trained on the very data it is being tested on. The public currently lacks adequate information about train-test overlap: most models have no public train-test overlap statistics, and third parties cannot directly measure train-test overlap since they do not have access to the training data. To make this clear, we document the practices of 30 model developers, finding that just 9 developers report train-test overlap: 4 developers release training data under open-source licenses, enabling the community to directly measure train-test overlap, and 5 developers publish their train-test overlap methodology and statistics. By engaging with language model developers, we provide novel information about train-test overlap for three additional developers. Overall, we take the position that language model developers should publish train-test overlap statistics and/or training data whenever they report evaluation results on public test sets. We hope our work increases transparency into train-test overlap to increase the community-wide trust in model evaluations.
