Research Papers 论文研究 6h ago Updated 2h ago 更新于 2小时前 46

Contamination Inflates Scores but Rarely Reorders Large Language Model Leaderboards 数据污染会虚高分数但很少重新排序大型语言模型排行榜

Benchmark contamination (test data leaking into training) inflates absolute LLM scores but rarely changes model rankings on leaderboards The authors introduce an anchor-item invariance audit using paraphrased items to isolate memorization from genuine capability Rank correlation between standard and paraphrase-controlled leaderboards is 0.997, indicating minimal reordering impact Contamination among public models is largely uniform; ranking distortion requires rare differential contamination The 论文区分了基准测试污染的两个独立问题:是否 inflate 绝对分数 vs 是否 reordering 模型排名,指出当前讨论常将二者混淆 提出基于锚定项目不变性的测量方法,通过对比原始题目与语义等价改写题目的差异功能来隔离记忆与能力 在47个公开模型和74个已知污染剂量的微调模型上验证,校正效应为+0.187准确率点,负控制模型为-0.012 标准排行榜与改写控制排行榜的排名相关系数达0.997,188个模型-基准案例中仅3个显示差异污染 结论:公开模型的污染主要是均匀的,会 inflate 绝对分数但极少 reordering 排行榜,排名扭曲需要罕见的差异污染

62
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Benchmark contamination (test data leaking into training) inflates absolute LLM scores but rarely changes model rankings on leaderboards
  • The authors introduce an anchor-item invariance audit using paraphrased items to isolate memorization from genuine capability
  • Rank correlation between standard and paraphrase-controlled leaderboards is 0.997, indicating minimal reordering impact
  • Contamination among public models is largely uniform; ranking distortion requires rare differential contamination
  • The paper releases a calibrated invariance audit as a reference implementation and recommends paraphrase-controlled rankings with confidence intervals

Why It Matters

This research directly challenges the prevailing narrative that benchmark contamination is a primary threat to LLM leaderboard reliability, showing instead that its main effect is score inflation rather than ranking manipulation. For AI practitioners and researchers, it provides a practical, calibrated methodology to audit contamination and a stronger empirical basis for interpreting leaderboard comparisons. The findings are especially relevant as the community debates benchmark integrity and the need for more robust evaluation protocols.

Technical Details

  • Method: Contamination is recast as a violation of anchor-item invariance, measured through differential functioning between original and semantically equivalent paraphrased items, holding the measured skill fixed while isolating memorization from capability
  • Datasets & Models: Evaluated 47 publicly released models and 74 finetuned models with known contamination doses across four benchmarks: ARC, GSM8K, HellaSwag, and MMLU
  • Calibration Results: The measure recovers injected contamination dose-responsively, with a corrected effect of +0.187 accuracy points for test-set leakage, and correctly flags zero contamination for a negative-control model (-0.012)
  • Leaderboard Impact: Rank correlation of 0.997 between standard and paraphrase-controlled leaderboards; only 3 of 188 model-by-benchmark cases showed corroborated differential contamination across two references
  • Deliverables: A calibrated invariance audit released as a reference implementation, with recommendations for leaderboards to report paraphrase-controlled rankings alongside confidence intervals

Industry Insight

  • Leaderboard comparisons should be interpreted with more confidence than commonly assumed; contamination is unlikely to be the driver of rank changes, so observed ranking shifts more likely reflect genuine capability differences
  • Benchmark providers and leaderboard operators should adopt paraphrase-controlled evaluations and report confidence intervals to increase transparency and trust in rankings
  • The uniform nature of contamination across public models suggests a systemic issue rather than a selective one, pointing toward the need for cleaner benchmark construction rather than model-specific audits

TL;DR

  • 论文区分了基准测试污染的两个独立问题:是否 inflate 绝对分数 vs 是否 reordering 模型排名,指出当前讨论常将二者混淆
  • 提出基于锚定项目不变性的测量方法,通过对比原始题目与语义等价改写题目的差异功能来隔离记忆与能力
  • 在47个公开模型和74个已知污染剂量的微调模型上验证,校正效应为+0.187准确率点,负控制模型为-0.012
  • 标准排行榜与改写控制排行榜的排名相关系数达0.997,188个模型-基准案例中仅3个显示差异污染
  • 结论:公开模型的污染主要是均匀的,会 inflate 绝对分数但极少 reordering 排行榜,排名扭曲需要罕见的差异污染

为什么值得看

这篇论文对LLM评估领域提出了重要修正:污染确实存在且会抬高分数,但对排行榜排名的实际影响被高估了。研究结果为评估框架设计提供了实证依据,建议排行榜应报告改写控制排名和置信区间,对AI从业者和评估机构具有直接参考价值。

技术解析

  • 方法创新:将污染重新定义为锚定项目不变性(anchor-item invariance)的违反,通过within-item对比(原始题目vs语义等价改写题目)固定被测技能,从而分离记忆与能力。
  • 实验设计:使用47个公开模型和74个已知污染剂量的微调模型,覆盖ARC、GSM8K、HellaSwag、MMLU四个基准测试,通过注入已知剂量进行校准验证。
  • 校准结果:测试集泄漏的校正效应为+0.187准确率点,负控制模型(仅用合法训练集训练)为-0.012,证明方法能有效检测污染且无假阳性。
  • 排行榜影响量化:标准排行榜与改写控制排行榜的Spearman排名相关系数为0.997,敏感性分析显示观察到的差异污染远低于移动排名所需的阈值。
  • 开源贡献:提供校准不变性审计的参考实现,建议排行榜报告改写控制排名及置信区间。

行业启示

  • 评估框架应重视绝对分数与相对排名的区分:污染对分数的影响是系统性的,但对排名的影响有限,排行榜的参考价值可能高于预期。
  • 建议评估机构采用改写控制方法作为补充指标,报告置信区间以提供更透明的评估信息,而非仅依赖原始分数。
  • 行业应关注差异污染(differential contamination)而非均匀污染:只有当不同模型受到的污染程度不同时才会扭曲排名,这为评估改进提供了更精准的方向。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Benchmark 基准测试 Evaluation 评测 Dataset 数据集 Research 科学研究