Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification

About

Fact verification (FV) is a challenging task which requires to retrieve relevant evidence from plain text and use the evidence to verify given claims. Many claims require to simultaneously integrate and reason over several pieces of evidence for verification. However, previous work employs simple models to extract information from evidence without letting evidence communicate with each other, e.g., merely concatenate the evidence for processing. Therefore, these methods are unable to grasp sufficient relational and logical information among the evidence. To alleviate this issue, we propose a graph-based evidence aggregating and reasoning (GEAR) framework which enables information to transfer on a fully-connected evidence graph and then utilizes different aggregators to collect multi-evidence information. We further employ BERT, an effective pre-trained language representation model, to improve the performance. Experimental results on a large-scale benchmark dataset FEVER have demonstrated that GEAR could leverage multi-evidence information for FV and thus achieves the promising result with a test FEVER score of 67.10%. Our code is available at https://github.com/thunlp/GEAR.

Jie Zhou, Xu Han, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li, Maosong Sun• 2019

Related benchmarks

TaskDatasetResultRank
Fact VerificationFEVER (dev)
Label Accuracy74.84
57
Fact VerificationFEVER (test)
LA Score71.6
32
Fact VerificationFEVER 1.0 (dev)
Label Accuracy74.84
23
Claim VerificationFactKG (test)
Average Accuracy77.7
20
Fact Extraction and VerificationFEVER (test)
Label Accuracy (LA)71.6
18
Fact VerificationFEVER 1.0 (test)
Label Accuracy71.6
14
Fact Extraction and VerificationFEVER (dev)
Label Accuracy (LA)73.8
9
Fact VerificationFEVER (blind test)
Label Accuracy71.6
6
Fact VerificationFEVER Loose-Multi
LA66.4
5
Document RetrievalFEVER (dev)
OFEVER93.33
3
Showing 10 of 10 rows

Other info

Code

Follow for update