paper-with-me

Papers

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

2025-09-18 · Ruijie Hou, Yueyang Jiao, Hanxu Hu, Yingming Li, Wai Lam, Huajian Zhang, Hongyuan Lu 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 problem subsequently makes it hard to benchmark LLMs fairly. Instead of constructing contamination-free datasets (quite hard), we propose a novel framework, \textbf{LNE-Blocking}, to restore model performance prior to contamination on potentially leaked datasets. Our framework consists of two components: contamination detection and disruption operation. For the prompt, the framework first uses the contamination detection method, \textbf{LNE}, to assess the extent of contamination in the model. Based on this, it adjusts the intensity of the disruption operation, \textbf{Blocking}, to elicit non-memorized responses from the model. Our framework is the first to efficiently restore the model's greedy decoding performance. This comes with a strong performance on multiple datasets with potential leakage risks, and it consistently achieves stable recovery results across different models and varying levels of data contamination. We release the code at https://github.com/RuijieH/LNE-Blocking to facilitate research.

📄 PDF Abstract BibTeX arXiv:2509.15218

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Emperor's New Clothes in Benchmarking? A Rigorous Examination of Mitigation Strategies for LLM Benchmark Data Contamination

2025-03-20 · Yifan Sun, Han Wang, Dongbai Li, Gang Wang 외

Benchmark Data Contamination (BDC)-the inclusion of benchmark testing samples in the training set-has raised increasing concerns in Large Language Model (LLM) evaluation, leading to falsely inflated performance estimates…

BenchmarkingLarge Language Model

VeriContaminated: Assessing LLM-Driven Verilog Coding for Data Contamination

2025-03-17 · Zeng Wang, Minghao Shao, Jitendra Bhandari, Likhitha Mankali 외

Large Language Models (LLMs) have revolutionized code generation, achieving exceptional results on various established benchmarking frameworks. However, concerns about data contamination - where benchmark data inadverten…

BenchmarkingCode GenerationFairness

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

When Benchmarks Leak: Inference-Time Decontamination for LLMs

2026-01-27 · Jianzhe Chai, Yu Zhe, Jun Sakuma arxiv

Benchmark-based evaluation is the de facto standard for comparing large language models (LLMs). However, its reliability is increasingly threatened by test set contamination, where test samples or their close variants 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