CLAIJan 27

When Benchmarks Leak: Inference-Time Decontamination for LLMs

arXiv:2601.19334v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue in evaluating LLMs for researchers and practitioners, though it is an incremental improvement over existing mitigation methods.

The paper tackles the problem of test set contamination in benchmark evaluations of large language models, which artificially inflates performance, by proposing DeconIEP, a framework that applies small perturbations during inference to steer models away from memorization, achieving strong decontamination with minimal performance degradation.

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 leak into training data and artificially inflate reported performance. To address this issue, prior work has explored two main lines of mitigation. One line attempts to identify and remove contaminated benchmark items before evaluation, but this inevitably alters the evaluation set itself and becomes unreliable when contamination is moderate or severe. The other line preserves the benchmark and instead suppresses contaminated behavior at evaluation time; however, such interventions often interfere with normal inference and lead to noticeable performance degradation on clean inputs. We propose DeconIEP, a decontamination framework that operates entirely during evaluation by applying small, bounded perturbations in the input embedding space. Guided by a relatively less-contaminated reference model, DeconIEP learns an instance-adaptive perturbation generator that steers the evaluated model away from memorization-driven shortcut pathways. Across multiple open-weight LLMs and benchmarks, extensive empirical results show that DeconIEP achieves strong decontamination effectiveness while incurring only minimal degradation in benign utility.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes