EMNLP 2022main6 citations

Improving Faithfulness by Augmenting Negative Summaries from Fake Documents

Tianshu Wang, Faisal Ladhak, Esin Durmus, He He

Abstract

Current abstractive summarization systems tend to hallucinate content that is unfaithful to the source document, posing a risk of misinformation. To mitigate hallucination, we must teach the model to distinguish hallucinated summaries from faithful ones. However, the commonly used maximum likelihood training does not disentangle factual errors from other model errors. To address this issue,we propose a back-translation-style approach to augment negative samples that mimic factual errors made by the model. Specifically, we train an elaboration model that generates hallucinated documents given the reference summaries, and then generates negative summaries from the fake documents. We incorporate the negative samples into training through a controlled generator, which produces faithful/unfaithful summaries conditioned on the control codes. Additionally, we find that adding textual entailment data through multitasking further boosts the performance. Experiments on three datasets (XSum, Gigaword, and WikiHow) show that our method consistently improves faithfulness without sacrificing informativeness according to both human and automatic evaluation

BibTeX
@inproceedings{wang-etal-2022-improving,
    title = "Improving Faithfulness by Augmenting Negative Summaries from Fake Documents",
    author = "Wang, Tianshu  and
      Ladhak, Faisal  and
      Durmus, Esin  and
      He, He",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.816/",
    doi = "10.18653/v1/2022.emnlp-main.816",
    pages = "11913--11921"
}