paper-with-me

Papers

Search-Time Data Contamination

2025-08-12 · Ziwen Han, Meher Mankikar, Julian Michael, Zifan Wang arxiv

Data contamination refers to the leakage of evaluation data into model training data, resulting in overfitting to supposedly held-out test sets and compromising test validity. We identify an analogous issue, search-time contamination (STC), in evaluating search-based LLM agents which use tools to gather information from online sources when answering user queries. STC occurs when the retrieval step surfaces a source containing the test question (or a near-duplicate) alongside its answer, enabling agents to copy rather than genuinely infer or reason, undermining benchmark integrity. We find that HuggingFace, an online platform hosting evaluation datasets, appears among retrieved sources in search based agent logs. Consequently, agents often explicitly acknowledge discovering question answer pairs from HuggingFace within their reasoning chains. On three commonly used capability benchmarks: Humanity's Last Exam (HLE), SimpleQA, and GPQA, we demonstrate that for approximately 3% of questions, search-based agents directly find the datasets with ground truth labels on HuggingFace. When millions of evaluation queries target the same benchmark, even small, repeated leaks can accelerate the benchmark's obsolescence, shortening its intended lifecycle. After HuggingFace is blocked, we observe a drop in accuracy on the contaminated subset of approximately 15%. We further show through ablation experiments that publicly accessible evaluation datasets on HuggingFace may not be the sole source of STC. To this end, we conclude by proposing best practices for benchmark design and result reporting to address this novel form of leakage and ensure trustworthy evaluation of search-based LLM agents. To facilitate the auditing of evaluation results, we also publicly release the complete logs from our experiments.

📄 PDF Abstract BibTeX arXiv:2508.13180

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Search-Time Contamination in Deep Research Agents: Measuring Performance Inflation in Public Benchmark Evaluation

2026-06-03 · Yongjie Wang, Xinyue Zhang, Kunhong Yao, Zhiwei Zeng 외 arxiv

Public benchmarks enable fair and reproducible evaluation of LLM reasoning, but they become fragile for deep research agents that actively search the web during inference. Such agents may retrieve public benchmark metada…

Unveiling the Spectrum of Data Contamination in Language Models: A Survey from Detection to Remediation

2024-06-20 · Chunyuan Deng, Yilun Zhao, Yuzhao Heng, Yitong Li 외

Data contamination has garnered increased attention in the era of large language models (LLMs) due to the reliance on extensive internet-derived training corpora. The issue of training corpus overlap with evaluation benc…

Survey

Debugging Tests for Model Explanations

2020-11-10 · NeurIPS 2020 12 · Julius Adebayo, Michael Muelly, Ilaria Liccardi, Been Kim

We investigate whether post-hoc model explanations are effective for diagnosing model errors--model debugging. In response to the challenge of explaining a model's prediction, a vast array of explanation methods have bee…

model

Quantifying the Effect of Test Set Contamination on Generative Evaluations

2026-01-07 · Rylan Schaeffer, Joshua Kazdan, Baber Abbasi, Ken Ziyu Liu 외 arxiv

As frontier AI systems are pretrained on web-scale data, test set contamination has become a critical concern for accurately assessing their capabilities. While research has thoroughly investigated the impact of test set…

Towards Data Contamination Detection for Modern Large Language Models: Limitations, Inconsistencies, and Oracle Challenges

2024-09-16 · Vinay Samuel, Yue Zhou, Henry Peng Zou

As large language models achieve increasingly impressive results, questions arise about whether such performance is from generalizability or mere data memorization. Thus, numerous data contamination detection methods hav…

Memorization