Program Enhanced Fact Verification with Verbalization and Graph Attention Network
Xiaoyu Yang, Feng Nie, Yufei Feng, Quan Liu, Zhigang Chen, Xiaodan Zhu

TL;DR
This paper introduces ProgVGAT, a novel framework combining verbalization, program execution, and graph attention networks to improve fact verification from structured data, achieving state-of-the-art accuracy on TABFACT.
Contribution
It presents a new integrated model that combines program execution and verbalization with graph attention mechanisms for enhanced fact verification.
Findings
Achieves 74.4% accuracy on TABFACT, setting a new state-of-the-art.
Demonstrates the effectiveness of program selection with margin loss.
Shows improved evidence integration from multiple sources.
Abstract
Performing fact verification based on structured data is important for many real-life applications and is a challenging research problem, particularly when it involves both symbolic operations and informal inference based on language understanding. In this paper, we present a Program-enhanced Verbalization and Graph Attention Network (ProgVGAT) to integrate programs and execution into textual inference models. Specifically, a verbalization with program execution model is proposed to accumulate evidences that are embedded in operations over the tables. Built on that, we construct the graph attention verification networks, which are designed to fuse different sources of evidences from verbalized program execution, program structures, and the original statements and tables, to make the final verification decision. To support the above framework, we propose a program selection module…
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 · Natural Language Processing Techniques · Software Engineering Research
