paper-with-me

Papers

PaCoST: Paired Confidence Significance Testing for Benchmark Contamination Detection in Large Language Models

2024-06-26 · Huixuan Zhang, Yun Lin, Xiaojun Wan

Large language models (LLMs) are known to be trained on vast amounts of data, which may unintentionally or intentionally include data from commonly used benchmarks. This inclusion can lead to cheatingly high scores on model leaderboards, yet result in disappointing performance in real-world applications. To address this benchmark contamination problem, we first propose a set of requirements that practical contamination detection methods should follow. Following these proposed requirements, we introduce PaCoST, a Paired Confidence Significance Testing to effectively detect benchmark contamination in LLMs. Our method constructs a counterpart for each piece of data with the same distribution, and performs statistical analysis of the corresponding confidence to test whether the model is significantly more confident under the original benchmark. We validate the effectiveness of PaCoST and apply it on popular open-source models and benchmarks. We find that almost all models and benchmarks we tested are suspected contaminated more or less. We finally call for new LLM evaluation methods.

📄 PDF Abstract BibTeX arXiv:2406.18326

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Exact Paired Permutation Testing Algorithms for NLP Systems

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Significance testing has played a vital role in the development of NLP systems, providing confidence that one system is indeed better than another one. However, many significance tests involve hard computation problems, …

Sentence

Exact Paired-Permutation Testing for Structured Test Statistics

2022-05-03 · NAACL 2022 7 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

Significance testing -- especially the paired-permutation test -- has played a vital role in developing NLP systems to provide confidence that the difference in performance between two systems (i.e., the test statistic) …

Please, Don't Forget the Difference and the Confidence Interval when Seeking for the State-of-the-Art Status

2022-05-23 · Yves Bestgen

This paper argues for the widest possible use of bootstrap confidence intervals for comparing NLP system performances instead of the state-of-the-art status (SOTA) and statistical significance testing. Their main benefit…

Faithful Model Evaluation for Model-Based Metrics

2023-12-19 · Palash Goyal, Qian Hu, Rahul Gupta

Statistical significance testing is used in natural language processing (NLP) to determine whether the results of a study or experiment are likely to be due to chance or if they reflect a genuine relationship. A key step…

model

When +1% Is Not Enough: A Paired Bootstrap Protocol for Evaluating Small Improvements

2025-11-24 · Wenzhang Du arxiv

Recent machine learning papers often report 1-2 percentage point improvements from a single run on a benchmark. These gains are highly sensitive to random seeds, data ordering, and implementation details, yet are rarely …