FACTS&EVIDENCE: An Interactive Tool for Transparent Fine-Grained Factual Verification of Machine-Generated Text
Varich Boonsanong, Vidhisha Balachandran, Xiaochuang Han, Shangbin Feng, Lucy Lu Wang, Yulia Tsvetkov
TL;DR
Facts&Evidence introduces an interactive, transparent framework for fine-grained factual verification of AI-generated text by decomposing input into atomic claims, retrieving diverse web evidence for each claim, and computing credibility at the sentence and claim levels with explanations. The system provides a user-driven UI with a credibility visualization and configurable evidence sources, backed by a backend pipeline of atomic claim generation, evidence retrieval, source categorization, and factuality judgement with an open API. Evaluations on the FavaBench dataset show that Facts&Evidence outperforms strong baselines, highlighting the benefits of multi-evidence verification and per-claim explanations for consumer trust. While offering improved transparency and user agency, the work acknowledges latency and dependency on external models, with future directions including efficiency gains and explicit confidence measures.
Abstract
With the widespread consumption of AI-generated content, there has been an increased focus on developing automated tools to verify the factual accuracy of such content. However, prior research and tools developed for fact verification treat it as a binary classification or a linear regression problem. Although this is a useful mechanism as part of automatic guardrails in systems, we argue that such tools lack transparency in the prediction reasoning and diversity in source evidence to provide a trustworthy user experience. We develop Facts&Evidence - an interactive and transparent tool for user-driven verification of complex text. The tool facilitates the intricate decision-making involved in fact-verification, presenting its users a breakdown of complex input texts to visualize the credibility of individual claims along with an explanation of model decisions and attribution to multiple, diverse evidence sources. Facts&Evidence aims to empower consumers of machine-generated text and give them agency to understand, verify, selectively trust and use such text.
