Investigating Data Contamination for Pre-training Language Models
Minhao Jiang, Ken Ziyu Liu, Ming Zhong, Rylan Schaeffer, Siru Ouyang, Jiawei Han, Sanmi Koyejo
TL;DR
This work investigates data contamination at the pre-training stage by injecting evaluation data into pre-training corpora in two forms: text contamination (inputs) and ground-truth contamination (prompts and answers). By pre-training GPT-2 models from scratch and evaluating on SST-2, MMLU, CNN/DM, and SQuAD, it finds ground-truth leakage often yields larger performance gains than text leakage, with task-specific sensitivity. It further reveals a non-monotonic, U-shaped relationship when contamination is repeated and shows that common $n$-gram based contamination definitions can misrepresent true leakage, even at scale with GPT-2-large. The study argues for independent, rigorous contamination assessments in LLM research and highlights the limitations of evaluation-level analyses in proving robustness to contamination.
Abstract
Language models pre-trained on web-scale corpora demonstrate impressive capabilities on diverse downstream tasks. However, there is increasing concern whether such capabilities might arise from evaluation datasets being included in the pre-training corpus -- a phenomenon known as \textit{data contamination} -- in a manner that artificially increases performance. There has been little understanding of how this potential contamination might influence LMs' performance on downstream tasks. In this paper, we explore the impact of data contamination at the pre-training stage by pre-training a series of GPT-2 models \textit{from scratch}. We highlight the effect of both text contamination (\textit{i.e.}\ input text of the evaluation samples) and ground-truth contamination (\textit{i.e.}\ the prompts asked on the input and the desired outputs) from evaluation data. We also investigate the effects of repeating contamination for various downstream tasks. Additionally, we examine the prevailing n-gram-based definitions of contamination within current LLM reports, pinpointing their limitations and inadequacy. Our findings offer new insights into data contamination's effects on language model capabilities and underscore the need for independent, comprehensive contamination assessments in LLM studies.
