Evaluating Factuality in Generation with Dependency-level Entailment
About
Despite significant progress in text generation models, a serious limitation is their tendency to produce text that is factually inconsistent with information in the input. Recent work has studied whether textual entailment systems can be used to identify factual errors; however, these sentence-level entailment models are trained to solve a different problem than generation filtering and they do not localize which part of a generation is non-factual. In this paper, we propose a new formulation of entailment that decomposes it at the level of dependency arcs. Rather than focusing on aggregate decisions, we instead ask whether the semantic relationship manifested by individual dependency arcs in the generated output is supported by the input. Human judgments on this task are difficult to obtain; we therefore propose a method to automatically create data based on existing entailment or paraphrase corpora. Experiments show that our dependency arc entailment model trained on this data can identify factual inconsistencies in paraphrasing and summarization better than sentence-level methods or those based on question generation, while additionally localizing the erroneous parts of the generation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Abstractive Summarization | Gigaword (test) | -- | 58 | |
| Factual Consistency Evaluation | SummaC | CGS52.4 | 52 | |
| Factual Consistency Evaluation | QAGS XSUM | Spearman Correlation37.5 | 39 | |
| Factual Consistency Evaluation | QAGS CNNDM | Spearman Correlation37.1 | 38 | |
| Factual Consistency Evaluation | TRUE benchmark | PAWS (AUC-ROC)55.8 | 37 | |
| Factual Consistency Evaluation | SummEval | Spearman Correlation36.2 | 36 | |
| Factual Consistency Evaluation | FRANK-XSum (FRK-X) | Spearman Correlation32.1 | 30 | |
| Factual Consistency Evaluation | SamSum | Spearman Correlation18.6 | 30 | |
| Factual Consistency Evaluation | FRANK CNNDM | Spearman Correlation36.9 | 30 | |
| Factual Consistency Evaluation | XSumFaith (test) | Pearson Correlation Coefficient42.5 | 22 |