English

Enhancing Factuality through Consensus and Consistency in Summarization Using Minimum Bayes Risk Decoding

Computation and Language 2026-05-29 v1

Abstract

Improving the quality of model-generated summaries, especially factuality, the accuracy of a summary with respect to its source content, remains a challenge. While reranking could select the optimal output from multiple generated candidates, it is limited to only using the source as guidance, resulting in unreliable summaries. To address this limitation, we propose ConSUM that reranks candidate summaries by considering two factors: consistency to the source document and consensus among the other candidates. Consensus is established using Minimum Bayes Risk (MBR) decoding over the set of generated summaries, while ensuring consistency by employing factuality-aware metrics that compare the summary against the source. Rigorous testing demonstrates that our system is competitive with existing methods, with human evaluations further confirming that its generated summaries are preferred over those from other systems. Our code is available at https://github.com/naist-nlp/ConSUM .

Keywords

Cite

@article{arxiv.2605.29336,
  title  = {Enhancing Factuality through Consensus and Consistency in Summarization Using Minimum Bayes Risk Decoding},
  author = {Riza Setiawan Soetedjo and Yusuke Sakai and Hidetaka Kamigaito and Jingun Kwon and Manabu Okumura and Taro Watanabe},
  journal= {arXiv preprint arXiv:2605.29336},
  year   = {2026}
}

Comments

Accepted to ACL 2026 Findings