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

Calibrated Selective Fact-Checking via Evidence Chain Evaluation 基于证据链评估的校准选择性事实核查

Introduction of Evidence Chain Evaluation (ECE), a selective fact-checking framework allowing LLM agents to abstain from verdicts when evidence is weak or inconsistent. Implementation of a tool-using verification agent that aggregates evidence via web search, scholarly databases, and executable checks before issuing structured verdicts. Achievement of 97.8% selective accuracy on answered claims within the ECE-Bench dataset, demonstrating high reliability when the system chooses to respond. Strat 提出证据链评估(ECE)框架,允许大语言模型在证据薄弱时选择“不确定”而非强制二元判断。 构建工具使用验证智能体,整合网页搜索、学术搜索及可执行检查以收集多源证据。 在ECE-Bench基准测试中,回答类声明的选择性准确率达97.8%,标准准确率为91.6%。 放弃的6个案例主要集中在低可靠性证据设置(L4级),证实了弃权机制作为安全护栏的有效性。 尽管整体校准指标未超越最强检索基线,但实现了高准确率与可控覆盖率的平衡。

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

Analysis 深度分析

TL;DR

  • Introduction of Evidence Chain Evaluation (ECE), a selective fact-checking framework allowing LLM agents to abstain from verdicts when evidence is weak or inconsistent.
  • Implementation of a tool-using verification agent that aggregates evidence via web search, scholarly databases, and executable checks before issuing structured verdicts.
  • Achievement of 97.8% selective accuracy on answered claims within the ECE-Bench dataset, demonstrating high reliability when the system chooses to respond.
  • Strategic deferral of 6 out of 95 cases, primarily those involving low-reliability sources (Level 4), validating abstention as a safety mechanism for epistemically weak evidence.

Why It Matters

This research addresses the critical reliability gap in automated fact-checking where models often provide confident but incorrect answers due to insufficient evidence. By enabling selective abstention, AI systems can significantly reduce hallucination risks in high-stakes domains like journalism and legal analysis, offering a practical path toward safer and more trustworthy automated verification tools.

Technical Details

  • Framework: Evidence Chain Evaluation (ECE) utilizes a tool-using agent that performs multi-modal evidence gathering (web, scholarly, executable) rather than relying solely on internal knowledge.
  • Metrics: The system reports standard accuracy (91.6%), coverage (93.7%), and selective accuracy (97.8%) on the ECE-Bench dataset.
  • Abstention Logic: The model outputs an "uncertain" verdict instead of forcing a true/false decision, with deferred cases concentrated in scenarios with lower source reliability levels.
  • Calibration: While aggregate calibration metrics (ECE, Brier score) did not surpass the strongest retrieval baseline, the selective prediction trade-off effectively isolates high-confidence correct answers from ambiguous ones.

Industry Insight

  • Safety-First Design: Developers should prioritize mechanisms for uncertainty detection and abstention in production fact-checking systems to mitigate liability and trust erosion caused by confident errors.
  • Tool-Augmented Verification: Integrating external search and executable verification tools is essential for improving the factual grounding of LLMs, moving beyond pure parametric knowledge.
  • Selective Deployment: In high-risk applications, implementing selective prediction allows for human-in-the-loop review of ambiguous cases, optimizing resource allocation while maintaining high overall accuracy.

TL;DR

  • 提出证据链评估(ECE)框架,允许大语言模型在证据薄弱时选择“不确定”而非强制二元判断。
  • 构建工具使用验证智能体,整合网页搜索、学术搜索及可执行检查以收集多源证据。
  • 在ECE-Bench基准测试中,回答类声明的选择性准确率达97.8%,标准准确率为91.6%。
  • 放弃的6个案例主要集中在低可靠性证据设置(L4级),证实了弃权机制作为安全护栏的有效性。
  • 尽管整体校准指标未超越最强检索基线,但实现了高准确率与可控覆盖率的平衡。

为什么值得看

该研究解决了大模型事实核查中因强制二元决策导致的过度自信问题,为提升AI系统的可靠性提供了新的范式。通过引入选择性预测机制,它展示了如何在保持高精度的同时识别并规避低质量证据场景,对构建可信AI应用具有重要参考价值。

技术解析

  • 核心方法:采用证据链评估(ECE)框架,不强制模型对每个声明做出真/假判断,而是允许其返回“不确定” verdict,从而处理证据稀疏或不一致的情况。
  • 系统架构:评估系统为一个工具使用型验证智能体,具备调用网络搜索、学术数据库搜索以及执行代码检查的能力,以获取结构化证据。
  • 性能指标:在ECE-Bench上,系统实现了91.6%的标准准确率、93.7%的覆盖率,以及在已回答声明中高达97.8%的选择性准确率。
  • 误差分析:模型放弃判断的案例(6例)中有5例来自证据来源可靠性较低的L4级别,表明该机制能有效识别认知上薄弱的证据环境。
  • 局限性:在预期校准误差(ECE)、Brier分数等整体校准指标上,该方法并未优于最强的检索基线,主要优势体现在选择性预测的权衡上。

行业启示

  • 从强制判断转向选择性置信:在关键事实核查场景中,允许系统“拒答”比提供可能错误的高置信度答案更具安全性,应成为高可靠性AI系统的设计标准。
  • 多源证据融合的重要性:结合多种数据源(如学术搜索与可执行检查)能显著提升证据链的质量,单一来源检索难以应对复杂的事实验证需求。
  • 安全护栏的价值量化:选择性预测机制可作为有效的安全护栏,特别是在处理低可靠性证据时,能显著降低幻觉风险,建议在部署前进行此类压力测试。

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

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