Converge to the Truth: Factual Error Correction via Iterative Constrained Editing
Abstract
Given a possibly false claim sentence, how can we automatically correct it with minimal editing? Existing methods either require a large number of pairs of false and corrected claims for supervised training or do not handle well errors spanning over multiple tokens within an utterance. In this paper, we propose VENCE, a novel method for factual error correction (FEC) with minimal edits. VENCE formulates the FEC problem as iterative sampling editing actions with respect to a target density function. We carefully design the target function with predicted truthfulness scores from an offline trained fact verification model. VENCE samples the most probable editing positions based on back-calculated gradients of the truthfulness score concerning input tokens and the editing actions using a distantly-supervised language model (T5). Experiments on a public dataset show that VENCE improves the well-adopted SARI metric by 5.3 (or a relative improvement of 11.8%) over the previous best distantly-supervised methods.
Cite
Text
Chen et al. "Converge to the Truth: Factual Error Correction via Iterative Constrained Editing." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I11.26485Markdown
[Chen et al. "Converge to the Truth: Factual Error Correction via Iterative Constrained Editing." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/chen2023aaai-converge/) doi:10.1609/AAAI.V37I11.26485BibTeX
@inproceedings{chen2023aaai-converge,
title = {{Converge to the Truth: Factual Error Correction via Iterative Constrained Editing}},
author = {Chen, Jiangjie and Xu, Rui and Zeng, Wenxuan and Sun, Changzhi and Li, Lei and Xiao, Yanghua},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {12616-12625},
doi = {10.1609/AAAI.V37I11.26485},
url = {https://mlanthology.org/aaai/2023/chen2023aaai-converge/}
}