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
This paper introduces CO-GAT, a confidential graph attention network with node masking to improve fact verification by reducing noise propagation, achieving high accuracy on the FEVER dataset and generalizing to science domains.
Contribution
It proposes a novel node masking mechanism in graph neural networks to mitigate noise in fact verification tasks, enhancing accuracy and domain generalization.
Findings
Achieved 73.59% FEVER score on the FEVER dataset.
Effectively reduces noise propagation in graph reasoning.
Demonstrates improved performance in science-specific fact verification.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Forensic and Genetic Research · Digital and Cyber Forensics
