Research Papers 论文研究 3h ago Updated 1h ago 更新于 1小时前 52

When LLMs Agree, Are They Right? Auditing Self-Consistency and Cross-Model Agreement as Confidence Signals 当大语言模型达成一致时,它们是对的吗?审计自一致性与跨模型一致性作为置信度信号

The study challenges the fundamental assumption in LLM-as-judge systems that self-consistency or cross-model agreement reliably indicates correctness. Analysis of 265,000 samples reveals that agreement is a weak predictor of accuracy (rho 0.20-0.59) and often stems from shared biases or memorized heuristics rather than truth. Frontier models exhibit dangerous over-confidence, maintaining high agreement rates (>0.8) even when nearly half of those agreements are incorrect. Self-consistency serves 挑战了“一致性即正确性”的假设,指出模型间或模型自身的共识可能源于共享偏见而非事实真相。 在GPQA Diamond和AIME基准上进行了大规模跨运行研究,分析了26.5万个样本的一致性预测能力。 发现一致性是正确性的弱正预测因子(rho 0.20-0.59),且效用高度依赖于模型层级和场景。 前沿模型表现出严重的过度自信,尽管一致性高(>=0.8的情况占77%),但近半数错误案例中仍保持高一致性。 结论认为自我一致性仅是正确性的条件代理指标,不能单独作为置信度评分使用。

75
Hot 热度
80
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • The study challenges the fundamental assumption in LLM-as-judge systems that self-consistency or cross-model agreement reliably indicates correctness.
  • Analysis of 265,000 samples reveals that agreement is a weak predictor of accuracy (rho 0.20-0.59) and often stems from shared biases or memorized heuristics rather than truth.
  • Frontier models exhibit dangerous over-confidence, maintaining high agreement rates (>0.8) even when nearly half of those agreements are incorrect.
  • Self-consistency serves only as a conditional proxy for correctness, being most useful for mid-tier models and compute allocation, but unreliable for high-end systems.

Why It Matters

This research critically undermines the reliability of current evaluation pipelines that depend on consensus mechanisms, such as ensemble judging or self-consistency decoding, to verify AI outputs. For practitioners, it signals that high agreement scores should not be interpreted as high confidence in factual correctness, particularly when deploying state-of-the-art models. This necessitates a shift toward more robust verification methods that account for systemic biases and hallucination patterns common across different model architectures.

Technical Details

  • Dataset and Scale: The study utilized a large-scale cross-runner experiment involving 53 independent runners generating K=50 samples each on GPQA Diamond and AIME benchmarks, totaling 265,000 samples.
  • Methodology: Researchers employed majority-correctness as the ground truth label and used hierarchical runner-clustered bootstrapping to assess the correlation between agreement and accuracy.
  • Key Findings: Agreement showed a positive but weak correlation with correctness (Spearman’s rho 0.20-0.59). Frontiers models agreed on >=0.8 of GPQA entries 77% of the time, yet were wrong in 48% of those instances.
  • Cross-Family Validation: An exploratory check across three tiers of Claude models confirmed that confident errors recur across providers, indicating that the issue is not isolated to a single architecture but is a broader phenomenon among top-tier models.

Industry Insight

  • Rethink Evaluation Metrics: Organizations relying on LLM-as-judge frameworks for automated grading or quality assurance must implement additional validation layers, such as human-in-the-loop checks or external knowledge grounding, rather than trusting consensus alone.
  • Compute Allocation Strategy: While self-consistency is poor for verifying frontier model outputs, it remains a viable heuristic for optimizing inference costs on mid-tier models where agreement correlates better with correctness.
  • Bias Awareness: Developers should audit their prompt engineering and model selection processes for shared biases, as different models may converge on incorrect answers due to similar training data artifacts or positional priors.

TL;DR

  • 挑战了“一致性即正确性”的假设,指出模型间或模型自身的共识可能源于共享偏见而非事实真相。
  • 在GPQA Diamond和AIME基准上进行了大规模跨运行研究,分析了26.5万个样本的一致性预测能力。
  • 发现一致性是正确性的弱正预测因子(rho 0.20-0.59),且效用高度依赖于模型层级和场景。
  • 前沿模型表现出严重的过度自信,尽管一致性高(>=0.8的情况占77%),但近半数错误案例中仍保持高一致性。
  • 结论认为自我一致性仅是正确性的条件代理指标,不能单独作为置信度评分使用。

为什么值得看

这篇文章揭示了当前企业级AI评估中广泛使用的“LLM-as-judge”及集成方法的核心缺陷,即误将共识当作真理。对于依赖自洽性或多模型投票来校准置信度的AI从业者而言,这是一次重要的风险警示,有助于避免在关键决策中因盲目信任高一致性输出而引入系统性偏差。

技术解析

  • 研究规模与方法:由53个独立运行者参与,针对GPQA Diamond和AIME数据集,每个案例抽取K=50个样本,共计265,000个样本点。采用分层运行者聚类引导重采样(hierarchical runner-clustered bootstrap)进行统计推断。
  • 核心发现与指标:通过多数正确性作为部署标签,计算一致性(Agreement)与准确性(Accuracy)的相关系数(rho)。结果显示相关性为正但较弱(0.20-0.59),表明一致性对正确性的预测能力有限。
  • 模型层级差异:一致性在“未饱和的中层模型”和“计算资源分配”场景中相对有用;但在最一致的前沿模型中表现最差,出现“过度自信”现象,即在大量错误答案上仍表现出极高的一致性。
  • 跨家族验证:通过对三个层级的Claude模型进行探索性跨家族检查,证实了不同提供商的前沿模型均存在类似的跨提供商一致错误模式,超越了边际保留零假设。

行业启示

  • 重新评估置信度机制:企业不应仅依赖模型内部自洽性或多模型投票结果作为高置信度的唯一依据,需引入外部验证或不确定性量化模块来校正这种虚假共识。
  • 警惕前沿模型的系统性偏差:最先进的模型可能在特定领域或偏见上高度一致地犯错,因此在高风险应用中,对前沿模型的高一致性输出应保持审慎,避免“集体幻觉”。
  • 优化评估策略:在构建AI评估流水线时,应将一致性视为一种需要校准的信号而非最终判决,特别是在处理复杂推理任务(如GPQA/AIME级别)时,需结合具体领域知识或人工审核来弥补一致性指标的不足。

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

LLM 大模型 Evaluation 评测 Research 科学研究