Evidence-based Factual Error Correction

James Thorne, Andreas Vlachos


Abstract
This paper introduces the task of factual error correction: performing edits to a claim so that the generated rewrite is better supported by evidence. This extends the well-studied task of fact verification by providing a mechanism to correct written texts that are refuted or only partially supported by evidence. We demonstrate that it is feasible to train factual error correction systems from existing fact checking datasets which only contain labeled claims accompanied by evidence, but not the correction. We achieve this by employing a two-stage distant supervision approach that incorporates evidence into masked claims when generating corrections. Our approach, based on the T5 transformer and using retrieved evidence, achieved better results than existing work which used a pointer copy network and gold evidence, producing accurate factual error corrections for 5x more instances in human evaluation and a .125 increase in SARI score. The evaluation is conducted on a dataset of 65,000 instances based on a recent fact verification shared task and we release it to enable further work on the task.
Anthology ID:
2021.acl-long.256
Volume:
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:
August
Year:
2021
Address:
Online
Venues:
ACL | IJCNLP
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
3298–3309
Language:
URL:
https://aclanthology.org/2021.acl-long.256
DOI:
10.18653/v1/2021.acl-long.256
Bibkey:
Cite (ACL):
James Thorne and Andreas Vlachos. 2021. Evidence-based Factual Error Correction. In 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), pages 3298–3309, Online. Association for Computational Linguistics.
Cite (Informal):
Evidence-based Factual Error Correction (Thorne & Vlachos, ACL-IJCNLP 2021)
Copy Citation:
PDF:
https://preview.aclanthology.org/auto-file-uploads/2021.acl-long.256.pdf
Video:
 https://preview.aclanthology.org/auto-file-uploads/2021.acl-long.256.mp4
Code
 j6mes/2021-acl-factual-error-correction
Data
FEVER