Evidence Chain Evaluation, a new arXiv preprint framework, posts 97.8% accuracy on the 89 of 95 claims it actually answers, deferring the rest when evidence is thin.
Most AI fact-checkers issue a confident true/false call even when the underlying evidence is thin. A new framework, Evidence Chain Evaluation (ECE), is built to do something different: it can return an "uncertain" verdict instead. On the 89 of 95 test claims it does answer, the system posts 97.8% accuracy.
Evidence Chain Evaluation is one team's answer to a question most verification systems avoid: what should a fact-checker do when the evidence chain is too weak to defend a verdict? The agent is built around a large language model (the class of AI systems that generate text after training on broad corpora) and is tool-using: it searches the web, pulls scholarly sources, and runs executable checks before returning a structured verdict that includes confidence and source-level metadata. The authors, Yang and colleagues, also release the reference implementation on GitHub, so the trade-off is testable, not theoretical.
Selective prediction, the formal term for letting a model abstain on cases it cannot defend, treats deferral as a safety mechanism rather than a failure mode. On ECE-Bench, the authors' 95-claim evaluation set, the system reaches 91.6% standard accuracy, 93.7% coverage (the share of claims the system doesn't defer), and 97.8% selective accuracy on the claims it does answer. Five of the six deferrals land at source level L4, the lowest-reliability evidence tier in the paper's own grading scheme, consistent with abstention firing on epistemically weak inputs rather than on arbitrary difficulty.
The strongest retrieval baseline in the comparison reaches 97.9% standard accuracy, ahead of ECE's 91.6%, and also posts better numbers on all three aggregate calibration metrics the paper measures: Expected Calibration Error (how closely predicted confidence tracks empirical accuracy), Brier score (mean squared error between predicted probabilities and outcomes), and AURC (area under the risk-coverage curve, the canonical selective-prediction trade-off). If the goal is being right when the system speaks, the existing tool-using baseline wins. If the goal is a system that knows when not to speak, the trade-off becomes defensible.
The category is AI verification research, not a product launch; the paper makes no claim of business, platform, or deployment impact, and the source set contains no third-party reproduction of ECE-Bench numbers. The work is an arXiv preprint, not peer-reviewed, and every percentage in this piece is the authors' claim. "State of the art" framing would overreach; the honest angle is the selective-mechanism trade-off.
The next test is whether the abstention behavior survives outside the benchmark the authors built. Conformal-style abstention, prediction-set methods, and human-in-the-loop routing are adjacent lanes, and no comparison to them appears in the source set. Yang and colleagues have put the code and ECE-Bench in public. The work that would actually settle the trade-off has not yet been written.