A DQN-based Approach to Finding Precise Evidences for Fact Verification
Hai Wan, Haicheng Chen, Jianfeng Du, Weilin Luo, Rongzhen Ye
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.
BibTeX
@inproceedings{wan-etal-2021-dqn,
title = "A {DQN}-based Approach to Finding Precise Evidences for Fact Verification",
author = "Wan, Hai and
Chen, Haicheng and
Du, Jianfeng and
Luo, Weilin and
Ye, Rongzhen",
editor = "Zong, Chengqing and
Xia, Fei and
Li, Wenjie and
Navigli, Roberto",
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
month = aug,
year = "2021",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2021.acl-long.83/",
doi = "10.18653/v1/2021.acl-long.83",
pages = "1030--1039"
}