Learning with Rejection for Abstractive Text Summarization
Meng Cao, Yue Dong, Jingyi He, Jackie Chi Kit Cheung

TL;DR
This paper introduces a rejection learning approach for abstractive summarization that reduces hallucinations and improves factuality by learning to reject noisy tokens during training and penalizing non-factual summaries during inference.
Contribution
It proposes a novel rejection learning training objective and a regularized decoding method to enhance factuality and abstractiveness in summarization models.
Findings
Significant improvement in factuality of summaries
Increased abstractiveness of generated summaries
Outperforms five baseline models in evaluations
Abstract
State-of-the-art abstractive summarization systems frequently hallucinate content that is not supported by the source document, mainly due to noise in the training dataset. Existing methods opt to drop the noisy samples or tokens from the training set entirely, reducing the effective training set size and creating an artificial propensity to copy words from the source. In this work, we propose a training objective for abstractive summarization based on rejection learning, in which the model learns whether or not to reject potentially noisy tokens. We further propose a regularized decoding objective that penalizes non-factual candidate summaries during inference by using the rejection probability learned during training. We show that our method considerably improves the factuality of generated summaries in automatic and human evaluations when compared to five baseline models and that it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsOPT
