On The Fragility of Benchmark Contamination Detection in Reasoning Models
Han Wang, Haoyu Li, Brian Ko, Huan Zhang
TL;DR
The work investigates benchmark contamination in LRMs, revealing two critical failure modes: contamination signals can be concealed during RL-based fine-tuning after SFT (Stage I) due to PPO-style clipping and importance sampling, and extensive CoT contamination at the final training stage (Stage II) leaves almost no detectable traces for memorization-based detectors. The authors provide both a theoretical account (contracting the log-likelihood gap $G_k$ and reducing the per-prompt drift $Δ_x$) and extensive empirical evidence (AUROC declines, converging log-prob distributions, near-random detection under CoT) across multiple datasets. These findings challenge the reliability of current contamination-detection approaches and undermine the fairness of public leaderboards, underscoring the need for contamination-robust evaluation protocols and detection methods that account for long CoT reasoning and distributional generalization. The paper suggests practical directions, including more intermediate checkpoints and moving beyond memorization-based signals to ensure trustworthy evaluation of LRMs.
Abstract
Leaderboards for LRMs have turned evaluation into a competition, incentivizing developers to optimize directly on benchmark suites. A shortcut to achieving higher rankings is to incorporate evaluation benchmarks into the training data, thereby yielding inflated performance, known as benchmark contamination. Surprisingly, our studies find that evading contamination detections for LRMs is alarmingly easy. We focus on the two scenarios where contamination may occur in practice: (I) when the base model evolves into LRM via SFT and RL, we find that contamination during SFT can be originally identified by contamination detection methods. Yet, even a brief GRPO training can markedly conceal contamination signals that most detection methods rely on. Further empirical experiments and theoretical analysis indicate that PPO style importance sampling and clipping objectives are the root cause of this detection concealment, indicating that a broad class of RL methods may inherently exhibit similar concealment capability; (II) when SFT contamination with CoT is applied to advanced LRMs as the final stage, most contamination detection methods perform near random guesses. Without exposure to non-members, contaminated LRMs would still have more confidence when responding to those unseen samples that share similar distributions to the training set, and thus, evade existing memorization-based detection methods. Together, our findings reveal the unique vulnerability of LRMs evaluations: Model developers could easily contaminate LRMs to achieve inflated leaderboards performance while leaving minimal traces of contamination, thereby strongly undermining the fairness of evaluation and threatening the integrity of public leaderboards. This underscores the urgent need for advanced contamination detection methods and trustworthy evaluation protocols tailored to LRMs.
