Multi-Evidence based Fact Verification via A Confidential Graph Neural Network
Yuqing Lan, Zhenghao Liu, Yu Gu, Xiaoyuan Yi, Xiaohua Li, Liner Yang, Ge Yu
TL;DR
CO-GAT introduces a Confidential Graph Attention Network for fact verification that pre-emptively masks noisy evidence before graph reasoning using a node confidence score (CO-SCO) computed from claim–evidence relevance. The masked node representations are then propagated via a fully connected graph with multi-head edge attention and node attention to predict claim labels, trained with a dual objective L = L_fact + L_evi. Empirical results on FEVER and SCIFACT show strong FEVER scores (notably 73.59% on the blind test) and improvements over baselines, with ablations confirming the utility of node masking and multi-task learning. The approach improves robustness to noise and demonstrates generalization to science-domain claims, offering practical gains for automated fact verification systems.
Abstract
Fact verification tasks aim to identify the integrity of textual contents according to the truthful corpus. Existing fact verification models usually build a fully connected reasoning graph, which regards claim-evidence pairs as nodes and connects them with edges. They employ the graph to propagate the semantics of the nodes. Nevertheless, the noisy nodes usually propagate their semantics via the edges of the reasoning graph, which misleads the semantic representations of other nodes and amplifies the noise signals. To mitigate the propagation of noisy semantic information, we introduce a Confidential Graph Attention Network (CO-GAT), which proposes a node masking mechanism for modeling the nodes. Specifically, CO-GAT calculates the node confidence score by estimating the relevance between the claim and evidence pieces. Then, the node masking mechanism uses the node confidence scores to control the noise information flow from the vanilla node to the other graph nodes. CO-GAT achieves a 73.59% FEVER score on the FEVER dataset and shows the generalization ability by broadening the effectiveness to the science-specific domain.
