Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
Sasha Luccioni commited on
Commit
ae5b732
1 Parent(s): 8005e53

Eval metadata batch 1: BillSum, CoNLL2003, CoNLLPP, CUAD, Emotion, GigaWord, GLUE, Hate Speech 18, Hate Speech (#4335)

Browse files

* adding evaluation metadata for the BillSum, BoolQ, CoNLL2003, CoNLLPP, CUAD, Emotion, GigaWord, GLUE, Hate Speech 18 and Hate Speech datasets>

* Update README.md

fixing tabs

* Update README.md

fixing tab

* Update README.md

fixing space

* Update README.md

fixing tabs

* Update README.md

changing the metric

* Update README.md

changing metric

* Update datasets/billsum/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE args

* Update datasets/cuad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/cuad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/gigaword/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE config

* 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>
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

Commit from https://github.com/huggingface/datasets/commit/14aca922c0dcf1d1fd4a36a6a84a1484bc62b7d2

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -20,6 +20,21 @@ task_ids:
20
  - extractive-qa
21
  paperswithcode_id: cuad
22
  pretty_name: CUAD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for CUAD
 
20
  - extractive-qa
21
  paperswithcode_id: cuad
22
  pretty_name: CUAD
23
+ train-eval-index:
24
+ - config: default
25
+ task: question-answering
26
+ task_id: extractive_question_answering
27
+ splits:
28
+ train_split: train
29
+ eval_split: test
30
+ col_mapping:
31
+ question: question
32
+ context: context
33
+ answers-text: answers-text
34
+ answers-answer_start: answers-answer_start
35
+ metrics:
36
+ - type: cuad
37
+ name: CUAD
38
  ---
39
 
40
  # Dataset Card for CUAD