This commit is contained in:
dayihengliu 2020-11-02 11:45:37 +00:00
Родитель bf34d621f9
Коммит 68d4d54f4c
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -31,7 +31,7 @@ Gigaword `\cite{rush2015neural}` contains 4M examples extracted from the news ar
#### XSUM
XSUM `\cite{narayan2018don}` consists of 227K online articles from the British Broadcasting Corporation (BBC), which contains professionally written single-sentence summaries. After the pre-processing, there are 226,677 <article, summary> data pairs, where the source input is the the news article, and the target output is a single summary sentence. ROUGE-1, ROUGE-2, and ROUGE-L are used as the metrics.
### MSNews
#### MSNews
We collect 202K online news articles from a real world search engine. Each article contains a professionally written single-sentence headline. After the pre-processing, there are 201,947 <article, headline> data pairs, where the source input is the news article, and the target output is a news headline. ROUGE-1, ROUGE-2, and ROUGE-L are used as the evaluation metrics.
### Answer-aware Question Generation Tasks
@ -57,7 +57,7 @@ In order to use our dataset, please navigate to [GLGE Leaderboard](https://micro
## Get Baselines
We put the baselines to ProphetNet [repo](https://github.com/microsoft/ProphetNet). It contains the pre-trained models, fine-tuning scripts, and evaluation scripts for GLGE.
We put the baselines to ProphetNet [repo](https://github.com/microsoft/ProphetNet/GLGE_baselines). It contains the pre-trained models, fine-tuning scripts, and evaluation scripts for GLGE.
## Leaderboard Submission

Просмотреть файл

@ -86,7 +86,7 @@
</div>
<div class="row" style="color:red;">
<ul>
<li>2020-11-02: We update the evaluation scripts and ProphetNet baselines on <a href="https://github.com/microsoft/ProphetNet">Link</a>.</li>
<li>2020-11-02: We update the evaluation scripts and ProphetNet baselines on <a href="https://github.com/microsoft/ProphetNet/GLGE_baselines">Link</a>.</li>
</ul>
<p></p>
</div>
@ -124,7 +124,7 @@
<h4>Relevant Links</h4>
<a class="btn btn-primary btn-md" style='margin-right: 3px;' href="https://github.com/microsoft/GLGE">GLGE Submission Guideline/Github</a>
<a class="btn btn-primary btn-md" style='margin-right: 3px;' href="https://arxiv.org/abs/">GLGE Paper</a>
<a class="btn btn-primary btn-md" style='margin-right: 3px;' href="https://github.com/microsoft/ProphetNet">ProphetNet Baseline</a>
<a class="btn btn-primary btn-md" style='margin-right: 3px;' href="https://github.com/microsoft/ProphetNet/GLGE_baselines">ProphetNet Baseline</a>
<div class="row">&nbsp;</div>
<div id="glgedata"> </div>
<div class="row">&nbsp;</div>