From 36010cb1e2bce127196bc09066f17d14c400cb1f Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 17 Aug 2020 12:24:43 +0200 Subject: [PATCH] fix pegasus doc (#6533) --- docs/source/model_doc/pegasus.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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