SOTAVerified

A DQN-based Approach to Finding Precise Evidences for Fact Verification

2021-08-01ACL 2021Code Available0· sign in to hype

Hai Wan, Haicheng Chen, Jianfeng Du, Weilin Luo, Rongzhen Ye

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Computing precise evidences, namely minimal sets of sentences that support or refute a given claim, rather than larger evidences is crucial in fact verification (FV), since larger evidences may contain conflicting pieces some of which support the claim while the other refute, thereby misleading FV. Despite being important, precise evidences are rarely studied by existing methods for FV. It is challenging to find precise evidences due to a large search space with lots of local optimums. Inspired by the strong exploration ability of the deep Q-learning network (DQN), we propose a DQN-based approach to retrieval of precise evidences. In addition, to tackle the label bias on Q-values computed by DQN, we design a post-processing strategy which seeks best thresholds for determining the true labels of computed evidences. Experimental results confirm the effectiveness of DQN in computing precise evidences and demonstrate improvements in achieving accurate claim verification.

Tasks

Reproductions