Combining Fact Extraction and Verification with Neural Semantic Matching Networks
Yixin Nie, Haonan Chen, Mohit Bansal

TL;DR
This paper introduces a neural semantic matching approach for fact verification that jointly handles document retrieval, sentence selection, and claim verification, achieving state-of-the-art results on the FEVER dataset.
Contribution
It presents a unified neural semantic matching framework for all three fact verification subtasks, integrating evidence retrieval and claim verification with enhanced semantic features.
Findings
Neural semantic matching outperforms TF-IDF and encoder models in evidence retrieval.
Adding relatedness scores and WordNet features improves NLI claim verification.
The integrated model achieves state-of-the-art results on FEVER dataset.
Abstract
The increasing concern with misinformation has stimulated research efforts on automatic fact checking. The recently-released FEVER dataset introduced a benchmark fact-verification task in which a system is asked to verify a claim using evidential sentences from Wikipedia documents. In this paper, we present a connected system consisting of three homogeneous neural semantic matching models that conduct document retrieval, sentence selection, and claim verification jointly for fact extraction and verification. For evidence retrieval (document retrieval and sentence selection), unlike traditional vector space IR models in which queries and sources are matched in some pre-designed term vector space, we develop neural models to perform deep semantic matching from raw textual input, assuming no intermediate term representation and no access to structured external knowledge bases. We also show…
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 · Misinformation and Its Impacts
