Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
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 <42851186+lhoestq@users.noreply.github.com>

* 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 <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

Commit from https://github.com/huggingface/datasets/commit/095d12ff7414df118f60e00cd6494299a881743a

Files changed (1) hide show
  1. README.md +13 -0
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