Uncertainty-Aware Web-Conditioned Scientific Fact-Checking

arXiv cs.CL / 4/14/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces an uncertainty-aware scientific fact-checking pipeline that decomposes claims into atomic predicate-argument facts and aligns each to local evidence snippets using embeddings.
  • It uses a compact, evidence-grounded checker to produce calibrated uncertainty and triggers domain-restricted web search only when support is uncertain, reducing unnecessary browsing under cost/latency constraints.
  • The system supports both binary (e.g., supported vs not) and tri-valued classification (Supported, Refuted, NEI), abstaining as NEI when web evidence conflicts with the provided context rather than overriding it.
  • Evaluations compare Context-Only vs Context+Web modes and show improved benchmark performance, with web corroboration invoked for only a minority of atomic facts on average.
  • Overall, the approach aims to provide more interpretable, traceable rationales suitable for high-stakes, single-document verification in specialized domains like biomedicine and materials science.

Abstract

Scientific fact-checking is vital for assessing claims in specialized domains such as biomedicine and materials science, yet existing systems often hallucinate or apply inconsistent reasoning, especially when verifying technical, compositional claims against an evidence snippet under source and cost/latency constraints. We present a pipeline centered on atomic predicate-argument decomposition and calibrated, uncertainty-gated corroboration: atomic facts are aligned to local snippets via embeddings, verified by a compact evidence-grounded checker, and only facts with uncertain support trigger domain-restricted web search over authoritative sources. The system supports both binary and tri-valued classification where it predicts labels from Supported, Refuted, NEI for three-way tasks. We evaluate under two regimes, Context-Only (no web) and Context+Web (uncertainty-gated web corroboration); when retrieved evidence conflicts with the provided context, we abstain with NEI rather than overriding the context. On multiple benchmarks, our framework surpasses the strongest benchmarks. In our experiments, web corroboration was invoked for only a minority of atomic facts on average, indicating that external evidence is consulted selectively under calibrated uncertainty rather than routinely. Overall, coupling atomic granularity with calibrated, uncertainty-gated corroboration yields more interpretable and context-conditioned verification, making the approach well-suited to high-stakes, single-document settings that demand traceable rationales, predictable cost/latency, and conservative.