diff --git a/docs/source/model_doc/pegasus.rst b/docs/source/model_doc/pegasus.rst index b69e96ddc3..2bac0d3f79 100644 --- a/docs/source/model_doc/pegasus.rst +++ b/docs/source/model_doc/pegasus.rst @@ -8,13 +8,14 @@ file a `Github Issue `_ by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019. +The Pegasus model was proposed in `PEGASUS: Pre-training with Extracted Gap-sentences for +Abstractive Summarization `_ by Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019. According to the abstract, - Pegasus' pretraining task is intentionally similar to summarization: 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. - Pegasus achieves SOTA summarization performance on all 12 downstream tasks, as measured by ROUGE and human eval. -The Authors' code can be found `here `_ +The Authors' code can be found `here `_. Checkpoints