paper-with-me

Papers

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 have been proposed. However, these approaches are often validated with traditional benchmarks and early-stage LLMs, leaving uncertainty about their effectiveness when evaluating state-of-the-art LLMs on the contamination of more challenging benchmarks. To address this gap and provide a dual investigation of SOTA LLM contamination status and detection method robustness, we evaluate five contamination detection approaches with four state-of-the-art LLMs across eight challenging datasets often used in modern LLM evaluation. Our analysis reveals that (1) Current methods have non-trivial limitations in their assumptions and practical applications; (2) Notable difficulties exist in detecting contamination introduced during instruction fine-tuning with answer augmentation; and (3) Limited consistencies between SOTA contamination detection techniques. These findings highlight the complexity of contamination detection in advanced LLMs and the urgent need for further research on robust and generalizable contamination evaluation. Our code is available at https://github.com/vsamuel2003/data-contamination.

📄 PDF Abstract BibTeX arXiv:2409.09927

Code (1)

vsamuel2003/data-contamination 공식 구현

Tasks

Memorization

Similar Papers 제목 키워드 기반

RN-F: A Novel Approach for Mitigating Contaminated Data in Large Language Models

2025-05-19 · Le Vu Anh, Dinh Duc Nha Nguyen, Phi Long Nguyen

Large Language Models (LLMs) have become foundational in modern artificial intelligence, powering a wide range of applications from code generation and virtual assistants to scientific research and enterprise automation.…

Code Generation

Evading Data Contamination Detection for Language Models is (too) Easy

2024-02-05 · Jasper Dekoninck, Mark Niklas Müller, Maximilian Baader, Marc Fischer 외

Large language models are widespread, with their performance on benchmarks frequently guiding user preferences for one model over another. However, the vast amount of data these models are trained on can inadvertently le…

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

2024-02-24 · Yihong Dong, Xue Jiang, Huanyu Liu, Zhi Jin 외

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…

HumanEvalMemorization

A Taxonomy for Data Contamination in Large Language Models

2024-07-11 · Medha Palavalli, Amanda Bertsch, Matthew R. Gormley

Large language models pretrained on extensive web corpora demonstrate remarkable performance across a wide range of downstream tasks. However, a growing concern is data contamination, where evaluation datasets may be con…

Question Answering

LNE-Blocking: An Efficient Framework for Contamination Mitigation Evaluation on Large Language Models

2025-09-18 · Ruijie Hou, Yueyang Jiao, Hanxu Hu, Yingming Li 외 arxiv

The problem of data contamination is now almost inevitable during the development of large language models (LLMs), with the training data commonly integrating those evaluation benchmarks even unintentionally. This proble…