CLFeb 16, 2023

Learning with Rejection for Abstractive Text Summarization

MILA
arXiv:2302.08531v1292 citationsh-index: 29Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of factual inaccuracies in summarization for users relying on automated systems, though it is an incremental improvement over existing methods.

The paper tackles the problem of hallucinated content in abstractive text summarization by introducing a rejection learning objective that allows the model to reject noisy tokens during training and penalize non-factual summaries during inference, resulting in improved factuality and increased abstractiveness in generated summaries.

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 does so while increasing the abstractiveness of the generated summaries.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes