AMREx: AMR for Explainable Fact Verification
Chathuri Jayaweera, Sangpil Youm, Bonnie Dorr
TL;DR
AMREx introduces an Abstract Meaning Representation–based approach to veracity prediction that outputs partially explainable justifications via AMR node mappings. The system combines AMR-based Smatch similarity with SBERT cosine similarity to assess entailment between claims and evidence, aggregating results across evidences to determine veracity on FEVER and AVeriTeC. While not always beating strong baselines, AMREx provides transparent, traceable explanations and can be used to prompt LLMs to generate faithful natural-language explanations, enhancing diagnostic insight and reducing hallucinations. The work demonstrates the value of explainability in fact verification and highlights dataset-specific considerations for thresholds and evidence types, pointing to future improvements in AMR parsing and interpretability.
Abstract
With the advent of social media networks and the vast amount of information circulating through them, automatic fact verification is an essential component to prevent the spread of misinformation. It is even more useful to have fact verification systems that provide explanations along with their classifications to ensure accurate predictions. To address both of these requirements, we implement AMREx, an Abstract Meaning Representation (AMR)-based veracity prediction and explanation system for fact verification using a combination of Smatch, an AMR evaluation metric to measure meaning containment and textual similarity, and demonstrate its effectiveness in producing partially explainable justifications using two community standard fact verification datasets, FEVER and AVeriTeC. AMREx surpasses the AVeriTec baseline accuracy showing the effectiveness of our approach for real-world claim verification. It follows an interpretable pipeline and returns an explainable AMR node mapping to clarify the system's veracity predictions when applicable. We further demonstrate that AMREx output can be used to prompt LLMs to generate natural-language explanations using the AMR mappings as a guide to lessen the probability of hallucinations.
