ACL 2023long32 citations

Counterfactual Debiasing for Fact Verification

Weizhi Xu, Qiang Liu, Shu Wu, Liang Wang

Abstract

Fact verification aims to automatically judge the veracity of a claim according to several pieces of evidence. Due to the manual construction of datasets, spurious correlations between claim patterns and its veracity (i.e., biases) inevitably exist. Recent studies show that models usually learn such biases instead of understanding the semantic relationship between the claim and evidence. Existing debiasing works can be roughly divided into data-augmentation-based and weight-regularization-based pipeline, where the former is inflexible and the latter relies on the uncertain output on the training stage. Unlike previous works, we propose a novel method from a counterfactual view, namely CLEVER, which is augmentation-free and mitigates biases on the inference stage. Specifically, we train a claim-evidence fusion model and a claim-only model independently. Then, we obtain the final prediction via subtracting output of the claim-only model from output of the claim-evidence fusion model, which counteracts biases in two outputs so that the unbiased part is highlighted. Comprehensive experiments on several datasets have demonstrated the effectiveness of CLEVER.

BibTeX
@inproceedings{xu-etal-2023-counterfactual,
    title = "Counterfactual Debiasing for Fact Verification",
    author = "Xu, Weizhi  and
      Liu, Qiang  and
      Wu, Shu  and
      Wang, Liang",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-long.374/",
    doi = "10.18653/v1/2023.acl-long.374",
    pages = "6777--6789"
}
Counterfactual Debiasing for Fact Verification · ACL 2023