Paper proposes Evidence Chain Evaluation to improve selective fact-checking in LLMs
Evidence Chain Evaluation (ECE) enables abstention when evidence is weak, achieving 91.6% accuracy and 97.8% selective accuracy on answered claims in ECE-Bench tests.
1 source · cross-referenced
- A new arXiv paper introduces Evidence Chain Evaluation (ECE), a selective fact-checking framework that allows abstention via uncertain verdicts instead of forced binary decisions.
A new paper on arXiv proposes Evidence Chain Evaluation (ECE), a selective fact-checking framework designed to address a reliability problem in large language model (LLM) fact-checking systems. The core issue is that forced binary decisions can lead systems to issue confident verdicts even when supporting evidence is weak, sparse, or internally inconsistent.
The ECE framework permits abstention through an uncertain verdict, allowing the system to avoid making a definitive true/false decision when evidence quality is insufficient. The evaluated system is a tool-using verification agent that gathers evidence via web search, scholarly search, and executable checks, then returns a structured verdict with confidence scores and source-level metadata.
On the ECE-Bench benchmark, the system achieves 91.6% standard accuracy, 93.7% coverage, and 97.8% selective accuracy on answered claims. While ECE does not outperform the strongest retrieval baseline on aggregate calibration metrics such as Expected Calibration Error, Brier score, or AURC, it demonstrates a clear selective-prediction trade-off: high accuracy is maintained on answered claims while deferring 6 of 95 cases.
The deferred cases are concentrated in lower-reliability evidence settings, with 5 of 6 deferrals occurring at source level L4, suggesting that abstention functions as a safety mechanism for handling epistemically weak evidence.
The authors provide code for ECE at a public GitHub repository, enabling reproducibility and further research.
- Jul 21, 2026 · arXiv cs.CL
Pre-release reasoning in open-weight LLM shows persistent wrong answer commitment despite task constraints
Trust79 - Jul 21, 2026 · arXiv cs.CL
Researchers propose RIMS, a preference optimization framework for small-scale LLM retrieval-augmented generation
Trust79 - Jul 21, 2026 · arXiv cs.AI
Researchers release open dataset and compact 1D CNN model for recognizing affective touch in soft robotic companions
Trust79