Datasets:

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

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +186 -0
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "qanta"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [http://www.qanta.org/](http://www.qanta.org/)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 162.84 MB
37
+ - **Size of the generated dataset:** 140.36 MB
38
+ - **Total amount of disk used:** 303.20 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The Qanta dataset is a question answering dataset based on the academic trivia game Quizbowl.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### mode=first,char_skip=25
59
+
60
+ - **Size of downloaded dataset files:** 162.84 MB
61
+ - **Size of the generated dataset:** 140.36 MB
62
+ - **Total amount of disk used:** 303.20 MB
63
+
64
+ An example of 'guessdev' looks as follows.
65
+ ```
66
+ This example was too long and was cropped:
67
+
68
+ {
69
+ "answer": "Apollo_program",
70
+ "category": "History",
71
+ "char_idx": -1,
72
+ "dataset": "quizdb.org",
73
+ "difficulty": "easy_college",
74
+ "first_sentence": "As part of this program, William Anders took a photo that Galen Rowell called \"the most influential environmental photograph ever taken.\"",
75
+ "fold": "guessdev",
76
+ "full_question": "\"As part of this program, William Anders took a photo that Galen Rowell called \\\"the most influential environmental photograph e...",
77
+ "gameplay": false,
78
+ "id": "127028-first",
79
+ "page": "Apollo_program",
80
+ "proto_id": "",
81
+ "qanta_id": 127028,
82
+ "qdb_id": 126689,
83
+ "raw_answer": "Apollo program [or Project Apollo; accept Apollo 8; accept Apollo 1; accept Apollo 11; prompt on landing on the moon]",
84
+ "sentence_idx": -1,
85
+ "subcategory": "American",
86
+ "text": "As part of this program, William Anders took a photo that Galen Rowell called \"the most influential environmental photograph ever taken.\"",
87
+ "tokenizations": [[0, 137], [138, 281], [282, 412], [413, 592], [593, 675]],
88
+ "tournament": "ACF Fall",
89
+ "year": 2016
90
+ }
91
+ ```
92
+
93
+ ### [Data Fields](#data-fields)
94
+
95
+ The data fields are the same among all splits.
96
+
97
+ #### mode=first,char_skip=25
98
+ - `id`: a `string` feature.
99
+ - `qanta_id`: a `int32` feature.
100
+ - `proto_id`: a `string` feature.
101
+ - `qdb_id`: a `int32` feature.
102
+ - `dataset`: a `string` feature.
103
+ - `text`: a `string` feature.
104
+ - `full_question`: a `string` feature.
105
+ - `first_sentence`: a `string` feature.
106
+ - `char_idx`: a `int32` feature.
107
+ - `sentence_idx`: a `int32` feature.
108
+ - `tokenizations`: a dictionary feature containing:
109
+ - `feature`: a `int32` feature.
110
+ - `answer`: a `string` feature.
111
+ - `page`: a `string` feature.
112
+ - `raw_answer`: a `string` feature.
113
+ - `fold`: a `string` feature.
114
+ - `gameplay`: a `bool` feature.
115
+ - `category`: a `string` feature.
116
+ - `subcategory`: a `string` feature.
117
+ - `tournament`: a `string` feature.
118
+ - `difficulty`: a `string` feature.
119
+ - `year`: a `int32` feature.
120
+
121
+ ### [Data Splits Sample Size](#data-splits-sample-size)
122
+
123
+ | name |adversarial|buzzdev|buzztrain|guessdev|guesstrain|buzztest|guesstest|
124
+ |-----------------------|----------:|------:|--------:|-------:|---------:|-------:|--------:|
125
+ |mode=first,char_skip=25| 1145| 1161| 16706| 1055| 96221| 1953| 2151|
126
+
127
+ ## [Dataset Creation](#dataset-creation)
128
+
129
+ ### [Curation Rationale](#curation-rationale)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### [Source Data](#source-data)
134
+
135
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
+
137
+ ### [Annotations](#annotations)
138
+
139
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
+
141
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
142
+
143
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
+
145
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
146
+
147
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
148
+
149
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
+
151
+ ### [Discussion of Biases](#discussion-of-biases)
152
+
153
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
+
155
+ ### [Other Known Limitations](#other-known-limitations)
156
+
157
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
+
159
+ ## [Additional Information](#additional-information)
160
+
161
+ ### [Dataset Curators](#dataset-curators)
162
+
163
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
+
165
+ ### [Licensing Information](#licensing-information)
166
+
167
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
168
+
169
+ ### [Citation Information](#citation-information)
170
+
171
+ ```
172
+
173
+ @article{Rodriguez2019QuizbowlTC,
174
+ title={Quizbowl: The Case for Incremental Question Answering},
175
+ author={Pedro Rodriguez and Shi Feng and Mohit Iyyer and He He and Jordan L. Boyd-Graber},
176
+ journal={ArXiv},
177
+ year={2019},
178
+ volume={abs/1904.04792}
179
+ }
180
+
181
+ ```
182
+
183
+
184
+ ### Contributions
185
+
186
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.