Datasets:
Commit
•
ffd96bd
1
Parent(s):
210a4d2
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +12 -5
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +65 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: DROP
|
3 |
annotations_creators:
|
4 |
- crowdsourced
|
5 |
language_creators:
|
@@ -21,6 +20,7 @@ task_ids:
|
|
21 |
- extractive-qa
|
22 |
- abstractive-qa
|
23 |
paperswithcode_id: drop
|
|
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: section_id
|
@@ -39,13 +39,20 @@ dataset_info:
|
|
39 |
dtype: string
|
40 |
splits:
|
41 |
- name: train
|
42 |
-
num_bytes:
|
43 |
num_examples: 77400
|
44 |
- name: validation
|
45 |
-
num_bytes:
|
46 |
num_examples: 9535
|
47 |
-
download_size:
|
48 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# Dataset Card for "drop"
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
language_creators:
|
|
|
20 |
- extractive-qa
|
21 |
- abstractive-qa
|
22 |
paperswithcode_id: drop
|
23 |
+
pretty_name: DROP
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: section_id
|
|
|
39 |
dtype: string
|
40 |
splits:
|
41 |
- name: train
|
42 |
+
num_bytes: 105572506
|
43 |
num_examples: 77400
|
44 |
- name: validation
|
45 |
+
num_bytes: 11737755
|
46 |
num_examples: 9535
|
47 |
+
download_size: 11538387
|
48 |
+
dataset_size: 117310261
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path: data/train-*
|
54 |
+
- split: validation
|
55 |
+
path: data/validation-*
|
56 |
---
|
57 |
|
58 |
# Dataset Card for "drop"
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abb5e578c2156a61f83b56c066a922ec1c7c5140638a3f0f2a7c348fafe1cb35
|
3 |
+
size 10333127
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f9a3bdbb1b5909abfa25cbab693f89f47568c98e6e03473500d604f044c8f68
|
3 |
+
size 1205260
|
dataset_infos.json
CHANGED
@@ -1 +1,65 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs.\n. DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a\nquestion, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or\n sorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was\n necessary for prior datasets.\n",
|
4 |
+
"citation": "@inproceedings{Dua2019DROP,\n author={Dheeru Dua and Yizhong Wang and Pradeep Dasigi and Gabriel Stanovsky and Sameer Singh and Matt Gardner},\n title={DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs},\n booktitle={Proc. of NAACL},\n year={2019}\n}\n",
|
5 |
+
"homepage": "https://allennlp.org/drop",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"section_id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"query_id": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"passage": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"question": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"answers_spans": {
|
25 |
+
"feature": {
|
26 |
+
"spans": {
|
27 |
+
"dtype": "string",
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"types": {
|
31 |
+
"dtype": "string",
|
32 |
+
"_type": "Value"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"_type": "Sequence"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"builder_name": "drop",
|
39 |
+
"dataset_name": "drop",
|
40 |
+
"config_name": "default",
|
41 |
+
"version": {
|
42 |
+
"version_str": "0.1.0",
|
43 |
+
"major": 0,
|
44 |
+
"minor": 1,
|
45 |
+
"patch": 0
|
46 |
+
},
|
47 |
+
"splits": {
|
48 |
+
"train": {
|
49 |
+
"name": "train",
|
50 |
+
"num_bytes": 105572506,
|
51 |
+
"num_examples": 77400,
|
52 |
+
"dataset_name": null
|
53 |
+
},
|
54 |
+
"validation": {
|
55 |
+
"name": "validation",
|
56 |
+
"num_bytes": 11737755,
|
57 |
+
"num_examples": 9535,
|
58 |
+
"dataset_name": null
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"download_size": 11538387,
|
62 |
+
"dataset_size": 117310261,
|
63 |
+
"size_in_bytes": 128848648
|
64 |
+
}
|
65 |
+
}
|