NAACL 2022long19 citations

Dual-Channel Evidence Fusion for Fact Verification over Texts and Tables

Nan Hu, Zirui Wu, Yuxuan Lai, Xiao Liu, Yansong Feng

Abstract

Different from previous fact extraction and verification tasks that only consider evidence of a single format, FEVEROUS brings further challenges by extending the evidence format to both plain text and tables. Existing works convert all candidate evidence into either sentences or tables, thus often failing to fully capture the rich context in their original format from the converted evidence, let alone the context information lost during conversion. In this paper, we propose a Dual Channel Unified Format fact verification model (DCUF), which unifies various evidence into parallel streams, i.e., natural language sentences and a global evidence table, simultaneously. With carefully-designed evidence conversion and organization methods, DCUF makes the most of pre-trained table/language models to encourage each evidence piece to perform early and thorough interactions with other pieces in its original format. Experiments show that our model can make better use of existing pre-trained models to absorb evidence of two formats, thus outperforming previous works by a large margin. Our code and models are publicly available.

BibTeX
@inproceedings{hu-etal-2022-dual,
    title = "Dual-Channel Evidence Fusion for Fact Verification over Texts and Tables",
    author = "Hu, Nan  and
      Wu, Zirui  and
      Lai, Yuxuan  and
      Liu, Xiao  and
      Feng, Yansong",
    editor = "Carpuat, Marine  and
      de Marneffe, Marie-Catherine  and
      Meza Ruiz, Ivan Vladimir",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jul,
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.naacl-main.384/",
    doi = "10.18653/v1/2022.naacl-main.384",
    pages = "5232--5242"
}
Dual-Channel Evidence Fusion for Fact Verification over Texts and Tables · NAACL 2022