Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
quizbowl
License:
albertvillanova HF staff commited on
Commit
717587a
1 Parent(s): d3b8d37

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 -5
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: quizbowl
 
 
 
 
 
5
  pretty_name: Quizbowl
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "qanta"
@@ -35,8 +51,8 @@ pretty_name: Quizbowl
35
 
36
  - **Homepage:** [http://www.qanta.org/](http://www.qanta.org/)
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:** 162.84 MB
41
  - **Size of the generated dataset:** 140.36 MB
42
  - **Total amount of disk used:** 303.20 MB
@@ -183,7 +199,6 @@ The data fields are the same among all splits.
183
  ### Citation Information
184
 
185
  ```
186
-
187
  @article{Rodriguez2019QuizbowlTC,
188
  title={Quizbowl: The Case for Incremental Question Answering},
189
  author={Pedro Rodriguez and Shi Feng and Mohit Iyyer and He He and Jordan L. Boyd-Graber},
@@ -191,7 +206,6 @@ The data fields are the same among all splits.
191
  year={2019},
192
  volume={abs/1904.04792}
193
  }
194
-
195
  ```
196
 
197
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: Quizbowl
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - question-answering
19
+ task_ids:
20
+ - question-answering-other-quizbowl
21
+ paperswithcode_id: quizbowl
22
  ---
23
 
24
  # Dataset Card for "qanta"
51
 
52
  - **Homepage:** [http://www.qanta.org/](http://www.qanta.org/)
53
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [Quizbowl: The Case for Incremental Question Answering](https://arxiv.org/abs/1904.04792)
55
+ - **Point of Contact:** [Jordan Boyd-Graber](mailto:jbg@umiacs.umd.edu)
56
  - **Size of downloaded dataset files:** 162.84 MB
57
  - **Size of the generated dataset:** 140.36 MB
58
  - **Total amount of disk used:** 303.20 MB
199
  ### Citation Information
200
 
201
  ```
 
202
  @article{Rodriguez2019QuizbowlTC,
203
  title={Quizbowl: The Case for Incremental Question Answering},
204
  author={Pedro Rodriguez and Shi Feng and Mohit Iyyer and He He and Jordan L. Boyd-Graber},
206
  year={2019},
207
  volume={abs/1904.04792}
208
  }
 
209
  ```
210
 
211