TL;DR
DeFactoNLP is a system for fact verification that combines entity recognition, TFIDF vector comparison, and decomposable attention to assess claims and retrieve supporting evidence from Wikipedia, achieving competitive scores on the FEVER dataset.
Contribution
The paper introduces a novel fact verification system that integrates entity recognition, TFIDF similarity, and textual entailment within a unified framework for the FEVER task.
Findings
Achieved 0.4277 evidence F1-score
Achieved 0.5136 label accuracy
Achieved 0.3833 FEVER score
Abstract
In this paper, we describe DeFactoNLP, the system we designed for the FEVER 2018 Shared Task. The aim of this task was to conceive a system that can not only automatically assess the veracity of a claim but also retrieve evidence supporting this assessment from Wikipedia. In our approach, the Wikipedia documents whose Term Frequency-Inverse Document Frequency (TFIDF) vectors are most similar to the vector of the claim and those documents whose names are similar to those of the named entities (NEs) mentioned in the claim are identified as the documents which might contain evidence. The sentences in these documents are then supplied to a textual entailment recognition module. This module calculates the probability of each sentence supporting the claim, contradicting the claim or not providing any relevant information to assess the veracity of the claim. Various features computed using…
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.
