albertvillanova HF staff commited on
Commit
ab379b0
1 Parent(s): e14fa19

Fix missing tags in dataset cards (#4921)

Browse files

* Fix missing tags in dataset cards

* Force CI re-run

Commit from https://github.com/huggingface/datasets/commit/a0b6402e8f32a806b1ef0ff4b99fd58e54232d49

Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: quoref
 
 
 
 
 
5
  pretty_name: Quoref
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "quoref"
@@ -33,9 +49,9 @@ pretty_name: Quoref
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://leaderboard.allenai.org/quoref/submissions/get-started](https://leaderboard.allenai.org/quoref/submissions/get-started)
37
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 4.84 MB
41
  - **Size of the generated dataset:** 47.51 MB
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: Quoref
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - question-answering
19
+ task_ids:
20
+ - question-answering-other-coreference-resolution
21
+ paperswithcode_id: quoref
22
  ---
23
 
24
  # Dataset Card for "quoref"
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Homepage:** https://allenai.org/data/quoref
53
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [Quoref: A Reading Comprehension Dataset with Questions Requiring Coreferential Reasoning](https://aclanthology.org/D19-1606/)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 4.84 MB
57
  - **Size of the generated dataset:** 47.51 MB