CLDec 18, 2019

PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization

arXiv:1912.08777v32476 citations
Originality Highly original
AI Analysis

This work addresses the problem of improving abstractive summarization across diverse domains for NLP researchers and practitioners, representing a novel method rather than an incremental improvement.

The authors tackled the lack of pre-training objectives for abstractive text summarization by proposing PEGASUS, a Transformer-based model pre-trained with a gap-sentence generation objective, which achieved state-of-the-art ROUGE scores on all 12 evaluated datasets and human-level performance on multiple tasks.

Recent work pre-training Transformers with self-supervised objectives on large text corpora has shown great success when fine-tuned on downstream NLP tasks including text summarization. However, pre-training objectives tailored for abstractive text summarization have not been explored. Furthermore there is a lack of systematic evaluation across diverse domains. In this work, we propose pre-training large Transformer-based encoder-decoder models on massive text corpora with a new self-supervised objective. In PEGASUS, important sentences are removed/masked from an input document and are generated together as one output sequence from the remaining sentences, similar to an extractive summary. We evaluated our best PEGASUS model on 12 downstream summarization tasks spanning news, science, stories, instructions, emails, patents, and legislative bills. Experiments demonstrate it achieves state-of-the-art performance on all 12 downstream datasets measured by ROUGE scores. Our model also shows surprising performance on low-resource summarization, surpassing previous state-of-the-art results on 6 datasets with only 1000 examples. Finally we validated our results using human evaluation and show that our model summaries achieve human performance on multiple datasets.

Code Implementations19 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes