CLNov 22, 2022

Converge to the Truth: Factual Error Correction via Iterative Constrained Editing

CMU
arXiv:2211.12130v314 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses factual error correction for applications like misinformation detection, but it is incremental as it builds on existing distantly-supervised approaches.

The paper tackles the problem of automatically correcting false claim sentences with minimal edits by proposing VENCE, a method that iteratively samples editing actions based on truthfulness scores, resulting in an 11.8% relative improvement in SARI metric over previous methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes