🤖 AI Summary
This study addresses the pervasive issue of data contamination in existing fact-checking benchmarks, which inflates model performance and undermines the evaluation of models’ ability to verify novel claims. The authors introduce ClaimReview2025Q4, a dynamic benchmark, and empirically demonstrate significant contamination risks—ranging from 17.09% to 29.30%—in both static and dynamic settings. They propose a rigorous decontamination-aware evaluation framework that integrates benchmark construction, contamination detection, multimodal reasoning, and external evidence retrieval. Re-evaluating prominent large language models under this framework reveals that contamination can artificially inflate Macro-F1 scores by up to 11.34 points and distort model rankings. Based on these findings, the work establishes guidelines for trustworthy fact-checking evaluations.
📝 Abstract
Multimodal automated fact-checking (MAFC) verifies claims by retrieving and reasoning over external evidence. However, most existing static benchmarks risk contamination: they primarily consist of outdated claims verifiable using an LLM's internal knowledge without external evidence. This can inflate performance estimates and fail to reflect true capability on novel claims that require up-to-date information. To address this, emerging dynamic benchmarks collect claims published after LLMs' knowledge cut-off dates, assuming they are uncontaminated. This work revisits this assumption by empirically studying contamination risks in both the state-of-the-art (SOTA) static AVeriTeC benchmark and our newly constructed dynamic ClaimReview2025Q4 benchmark, as well as their impact on MAFC evaluation. Our experiments yield 16 findings, highlighting three key results: (1) Dynamic evaluation reduces but does not eliminate contamination risks, as 17.09\%--29.30\% of post-cut-off claims remain potentially contaminated; (2) Many newly published claims can be verified either directly or by synthesizing multiple pieces of public knowledge available before the cut-off; and (3) Contamination can induce statistically significant inflation in MAFC performance, increasing Macro-F1 by up to 11.34 points and distorting system rankings. In light of these findings, we re-evaluate SOTA LLMs under a strictly contamination-controlled setting. Our study provides practical guidelines for trustworthy MAFC evaluation.