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

ICML 2020  ยท  Jingqing Zhang, Yao Zhao, Mohammad Saleh, Peter J. Liu ยท

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.

PDF Abstract ICML 2020 PDF
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Abstractive Text Summarization AESLC PEGASUS ROUGE-1 37.68 # 1
ROUGE-2 21.25 # 1
ROUGE-L 36.51 # 1
Text Summarization Arxiv HEP-TH citation graph PEGASUS ROUGE-1 44.67 # 17
Abstractive Text Summarization CNN / Daily Mail PEGASUS ROUGE-1 44.17 # 18
ROUGE-2 21.47 # 11
ROUGE-L 41.11 # 19
Text Summarization GigaWord PEGASUS ROUGE-1 39.12 # 13
ROUGE-2 19.86 # 16
ROUGE-L 36.24 # 14
Text Summarization Pubmed PEGASUS ROUGE-1 45.09 # 17
Text Summarization X-Sum PEGASUSLARGE ROUGE-1 47.21 # 5
ROUGE-2 24.56 # 5

Methods