paper-with-me

홈 › Papers

Estimating Contamination via Perplexity: Quantifying Memorisation in Language Model Evaluation

2023-09-19 · Yucheng Li

Data contamination in model evaluation is getting increasingly prevalent as the massive training corpora of large language models often unintentionally include benchmark samples. Therefore, contamination analysis has became an inevitable part of reliable model evaluation. However, existing method of contamination analysis requires the access of the entire training data which is often confidential for recent models. This prevent the community to rigorously audit these models and conduct accurate assessment of their capability. In this paper, we propose a novel method to quantify contamination without the access of the full training set, that measure the extent of contamination with perplexity. Our analysis provides evidence of significant memorisation of recent foundation models in popular reading comprehension, summarisation benchmarks, while multiple choice appears less contaminated.

📄 PDF Abstract BibTeX arXiv:2309.10677

Code (1)

liyucheng09/contamination_detector 공식 구현

Tasks

Language Model EvaluationLanguage ModelingLanguage ModellingMultiple-choiceReading Comprehension

Similar Papers 제목 키워드 기반

Early Detection and Reduction of Memorisation for Domain Adaptation and Instruction Tuning

2025-10-13 · Dean L. Slack, Noura Al Moubayed arxiv

Although large language models excel across many tasks, they can memorise training data and thereby expose private or copyrighted text. Most defences target the pre-training stage, leaving memorisation during fine-tuning…

Domain Adaptation

An Open Source Data Contamination Report for Large Language Models

2023-10-26 · Yucheng Li, Frank Guerin, Chenghua Lin

Data contamination in model evaluation has become increasingly prevalent with the growing popularity of large language models. It allows models to "cheat" via memorisation instead of displaying true capabilities. Therefo…

HellaSwagLanguage ModelingLanguage ModellingLarge Language Model+2

SoK: Memorisation in machine learning

2023-11-06 · Dmitrii Usynin, Moritz Knolle, Georgios Kaissis

Quantifying the impact of individual data samples on machine learning models is an open research problem. This is particularly relevant when complex and high-dimensional relationships have to be learned from a limited sa…

LatestEval: Addressing Data Contamination in Language Model Evaluation through Dynamic and Time-Sensitive Test Construction

2023-12-19 · Yucheng Li, Frank Guerin, Chenghua Lin

Data contamination in evaluation is getting increasingly prevalent with the emergence of language models pre-trained on super large, automatically crawled corpora. This problem leads to significant challenges in the accu…

Language Model EvaluationLanguage ModelingLanguage ModellingReading Comprehension

LINGOLY: A Benchmark of Olympiad-Level Linguistic Reasoning Puzzles in Low-Resource and Extinct Languages

2024-06-10 · Andrew M. Bean, Simi Hellsten, Harry Mayne, Jabez Magomere 외

In this paper, we present the LingOly benchmark, a novel benchmark for advanced reasoning abilities in large language models. Using challenging Linguistic Olympiad puzzles, we evaluate (i) capabilities for in-context ide…

Logical Reasoning