CLEAN-EVAL: Clean Evaluation on Contaminated Large Language Models
Wenhong Zhu, Hongkun Hao, Zhiwei He, Yunze Song, Yumeng Zhang, Hanxu Hu, Yiran Wei, Rui Wang, Hongyuan Lu
TL;DR
Data contamination can inflate LLM benchmark performance, obscuring true capabilities. Clean-Eval presents a three-stage pipeline (paraphrase, back-translation, semantic filtering) to generate semantically equivalent, surface-diverse benchmark variants and selects the best candidate using BLEURT. The method is validated across 20 datasets in both in-context learning and fine-tuning settings, showing calibration that aligns model performance with clean baselines and reduces contamination-driven inflation. This approach enhances reliability and transparency in evaluating rapidly evolving LLMs, with practical implications for benchmark design and model comparison.
Abstract
We are currently in an era of fierce competition among various large language models (LLMs) continuously pushing the boundaries of benchmark performance. However, genuinely assessing the capabilities of these LLMs has become a challenging and critical issue due to potential data contamination, and it wastes dozens of time and effort for researchers and engineers to download and try those contaminated models. To save our precious time, we propose a novel and useful method, Clean-Eval, which mitigates the issue of data contamination and evaluates the LLMs in a cleaner manner. Clean-Eval employs an LLM to paraphrase and back-translate the contaminated data into a candidate set, generating expressions with the same meaning but in different surface forms. A semantic detector is then used to filter the generated low-quality samples to narrow down this candidate set. The best candidate is finally selected from this set based on the BLEURT score. According to human assessment, this best candidate is semantically similar to the original contamination data but expressed differently. All candidates can form a new benchmark to evaluate the model. Our experiments illustrate that Clean-Eval substantially restores the actual evaluation results on contaminated LLMs under both few-shot learning and fine-tuning scenarios.
