Datasets:
Tasks:
Summarization
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Sasha Luccioni
commited on
Commit
·
979cc14
1
Parent(s):
208785c
Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, Poem Sentiment (#4336)
Browse files* Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, PiQA, Poem Sentiment, QAsper
* Update README.md
fixing header
* Update datasets/piqa/README.md
Co-authored-by: Quentin Lhoest <[email protected]>
* Update README.md
changing MSRA NER metric to `seqeval`
* Update README.md
removing ROUGE args
* Update README.md
removing duplicate information
* Update README.md
removing eval for now
* Update README.md
removing eval for now
Co-authored-by: sashavor <[email protected]>
Co-authored-by: Quentin Lhoest <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/095d12ff7414df118f60e00cd6494299a881743a
README.md
CHANGED
@@ -19,6 +19,19 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- news-articles-summarization
|
21 |
paperswithcode_id: multi-news
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Multi-News
|
|
|
19 |
task_ids:
|
20 |
- news-articles-summarization
|
21 |
paperswithcode_id: multi-news
|
22 |
+
train-eval-index:
|
23 |
+
- config: default
|
24 |
+
task: summarization
|
25 |
+
task_id: summarization
|
26 |
+
splits:
|
27 |
+
train_split: train
|
28 |
+
eval_split: test
|
29 |
+
col_mapping:
|
30 |
+
document: text
|
31 |
+
summary: target
|
32 |
+
metrics:
|
33 |
+
- type: rouge
|
34 |
+
name: Rouge
|
35 |
---
|
36 |
|
37 |
# Dataset Card for Multi-News
|