paper-with-me

Papers

Generalization or Memorization: Data Contamination and Trustworthy Evaluation for Large Language Models

2024-02-24 · Yihong Dong, Xue Jiang, Huanyu Liu, Zhi Jin, Bin Gu, Mengfei Yang, Ge Li

Recent statements about the impressive capabilities of large language models (LLMs) are usually supported by evaluating on open-access benchmarks. Considering the vast size and wide-ranging sources of LLMs' training data, it could explicitly or implicitly include test data, leading to LLMs being more susceptible to data contamination. However, due to the opacity of training data, the black-box access of models, and the rapid growth of synthetic training data, detecting and mitigating data contamination for LLMs faces significant challenges. In this paper, we propose CDD, which stands for Contamination Detection via output Distribution for LLMs. CDD necessitates only the sampled texts to detect data contamination, by identifying the peakedness of LLM's output distribution. To mitigate the impact of data contamination in evaluation, we also present TED: Trustworthy Evaluation via output Distribution, based on the correction of LLM's output distribution. To facilitate this study, we introduce two benchmarks, i.e., DetCon and ComiEval, for data contamination detection and contamination mitigation evaluation tasks. Extensive experimental results show that CDD achieves the average relative improvements of 21.8\%-30.2\% over other contamination detection approaches in terms of Accuracy, F1 Score, and AUC metrics, and can effectively detect implicit contamination. TED substantially mitigates performance improvements up to 66.9\% attributed to data contamination across various contamination setups. In real-world applications, we reveal that ChatGPT exhibits a high potential to suffer from data contamination on HumanEval benchmark.

📄 PDF Abstract BibTeX arXiv:2402.15938

Code (1)

yihongdong/cdd-ted4llms 공식 구현

Tasks

HumanEvalMemorization

Similar Papers 제목 키워드 기반

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…

When Flores Bloomz Wrong: Cross-Direction Contamination in Machine Translation Evaluation

2026-01-28 · David Tan, Pinzhen Chen, Josef van Genabith, Koel Dutta Chowdhury arxiv

Large language models (LLMs) can be benchmark-contaminated, resulting in inflated scores that mask memorization as generalization, and in multilingual settings, this memorization can even transfer to "uncontaminated" lan…

Machine Translation

On The Fragility of Benchmark Contamination Detection in Reasoning Models

2025-09-30 · Han Wang, Haoyu Li, Brian Ko, Huan Zhang arxiv

Leaderboards for LRMs have turned evaluation into a competition, incentivizing developers to optimize directly on benchmark suites. A shortcut to achieving higher rankings is to incorporate evaluation benchmarks into the…

LLMEval-Fair: A Large-Scale Longitudinal Study on Robust and Fair Evaluation of Large Language Models

2025-08-07 · Ming Zhang, Yujiong Shen, Jingyi Deng, Yuhui Wang 외 arxiv

Existing evaluation of Large Language Models (LLMs) on static benchmarks is vulnerable to data contamination and leaderboard overfitting, critical issues that obscure true model capabilities. To address this, we introduc…

Quantifying Data Contamination in Psychometric Evaluations of LLMs

2025-10-08 · Jongwook Han, Woojung Song, Jonggeun Lee, Yohan Jo arxiv

Recent studies apply psychometric questionnaires to Large Language Models (LLMs) to assess high-level psychological constructs such as values, personality, moral foundations, and dark traits. Although prior work has rais…