English

Mitigating Hallucination in Abstractive Summarization with Domain-Conditional Mutual Information

Computation and Language 2025-06-10 v1 Artificial Intelligence

Abstract

A primary challenge in abstractive summarization is hallucination -- the phenomenon where a model generates plausible text that is absent in the source text. We hypothesize that the domain (or topic) of the source text triggers the model to generate text that is highly probable in the domain, neglecting the details of the source text. To alleviate this model bias, we introduce a decoding strategy based on domain-conditional pointwise mutual information. This strategy adjusts the generation probability of each token by comparing it with the token's marginal probability within the domain of the source text. According to evaluation on the XSUM dataset, our method demonstrates improvement in terms of faithfulness and source relevance. The code is publicly available at \url{https://github.com/qqplot/dcpmi}.

Keywords

Cite

@article{arxiv.2404.09480,
  title  = {Mitigating Hallucination in Abstractive Summarization with Domain-Conditional Mutual Information},
  author = {Kyubyung Chae and Jaepill Choi and Yohan Jo and Taesup Kim},
  journal= {arXiv preprint arXiv:2404.09480},
  year   = {2025}
}

Comments

Accepted by Findings of NAACL 2024

R2 v1 2026-06-28T15:54:07.020Z