Exploring Decomposition for Table-based Fact Verification
Xiaoyu Yang, Xiaodan Zhu

TL;DR
This paper introduces a program-guided decomposition approach to improve table-based fact verification, achieving state-of-the-art accuracy by breaking down complex statements into simpler subproblems.
Contribution
It presents a novel method that uses synthesized programs to decompose complex verification tasks, enhancing model understanding and performance.
Findings
Achieves 82.7% accuracy on TabFact benchmark.
Outperforms previous state-of-the-art methods.
Demonstrates effectiveness of decomposition in complex fact verification.
Abstract
Fact verification based on structured data is challenging as it requires models to understand both natural language and symbolic operations performed over tables. Although pre-trained language models have demonstrated a strong capability in verifying simple statements, they struggle with complex statements that involve multiple operations. In this paper, we improve fact verification by decomposing complex statements into simpler subproblems. Leveraging the programs synthesized by a weakly supervised semantic parser, we propose a program-guided approach to constructing a pseudo dataset for decomposition model training. The subproblems, together with their predicted answers, serve as the intermediate evidence to enhance our fact verification model. Experiments show that our proposed approach achieves the new state-of-the-art performance, an 82.7\% accuracy, on the TabFact benchmark.
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 · Data Quality and Management
