English

BRIO: Bringing Order to Abstractive Summarization

Computation and Language 2022-04-01 v1

Abstract

Abstractive summarization models are commonly trained using maximum likelihood estimation, which assumes a deterministic (one-point) target distribution in which an ideal model will assign all the probability mass to the reference summary. This assumption may lead to performance degradation during inference, where the model needs to compare several system-generated (candidate) summaries that have deviated from the reference summary. To address this problem, we propose a novel training paradigm which assumes a non-deterministic distribution so that different candidate summaries are assigned probability mass according to their quality. Our method achieves a new state-of-the-art result on the CNN/DailyMail (47.78 ROUGE-1) and XSum (49.07 ROUGE-1) datasets. Further analysis also shows that our model can estimate probabilities of candidate summaries that are more correlated with their level of quality.

Keywords

Cite

@article{arxiv.2203.16804,
  title  = {BRIO: Bringing Order to Abstractive Summarization},
  author = {Yixin Liu and Pengfei Liu and Dragomir Radev and Graham Neubig},
  journal= {arXiv preprint arXiv:2203.16804},
  year   = {2022}
}

Comments

ACL 2022

R2 v1 2026-06-24T10:32:53.260Z