Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
heyjoonkim commited on
Commit
5366057
·
verified ·
1 Parent(s): fdc9d82

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -21,6 +21,85 @@ task_categories:
21
  task_ids:
22
  - closed-domain-qa
23
  paperswithcode_id: qasper
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for Qasper
 
21
  task_ids:
22
  - closed-domain-qa
23
  paperswithcode_id: qasper
24
+ configs:
25
+ - config_name: qasper
26
+ data_files:
27
+ - split: train
28
+ path: qasper/train-*
29
+ - split: validation
30
+ path: qasper/validation-*
31
+ - split: test
32
+ path: qasper/test-*
33
+ default: true
34
+ dataset_info:
35
+ config_name: qasper
36
+ features:
37
+ - name: id
38
+ dtype: string
39
+ - name: title
40
+ dtype: string
41
+ - name: abstract
42
+ dtype: string
43
+ - name: full_text
44
+ sequence:
45
+ - name: section_name
46
+ dtype: string
47
+ - name: paragraphs
48
+ list: string
49
+ - name: qas
50
+ sequence:
51
+ - name: question
52
+ dtype: string
53
+ - name: question_id
54
+ dtype: string
55
+ - name: nlp_background
56
+ dtype: string
57
+ - name: topic_background
58
+ dtype: string
59
+ - name: paper_read
60
+ dtype: string
61
+ - name: search_query
62
+ dtype: string
63
+ - name: question_writer
64
+ dtype: string
65
+ - name: answers
66
+ sequence:
67
+ - name: answer
68
+ struct:
69
+ - name: unanswerable
70
+ dtype: bool
71
+ - name: extractive_spans
72
+ sequence: string
73
+ - name: yes_no
74
+ dtype: bool
75
+ - name: free_form_answer
76
+ dtype: string
77
+ - name: evidence
78
+ sequence: string
79
+ - name: highlighted_evidence
80
+ sequence: string
81
+ - name: annotation_id
82
+ dtype: string
83
+ - name: worker_id
84
+ dtype: string
85
+ - name: figures_and_tables
86
+ sequence:
87
+ - name: caption
88
+ dtype: string
89
+ - name: file
90
+ dtype: string
91
+ splits:
92
+ - name: train
93
+ num_bytes: 28466446
94
+ num_examples: 888
95
+ - name: validation
96
+ num_bytes: 9900193
97
+ num_examples: 281
98
+ - name: test
99
+ num_bytes: 15488891
100
+ num_examples: 416
101
+ download_size: 25910558
102
+ dataset_size: 53855530
103
  ---
104
 
105
  # Dataset Card for Qasper
dataset_infos.json CHANGED
@@ -7,73 +7,59 @@
7
  "features": {
8
  "id": {
9
  "dtype": "string",
10
- "id": null,
11
  "_type": "Value"
12
  },
13
  "title": {
14
  "dtype": "string",
15
- "id": null,
16
  "_type": "Value"
17
  },
18
  "abstract": {
19
  "dtype": "string",
20
- "id": null,
21
  "_type": "Value"
22
  },
23
  "full_text": {
24
  "feature": {
25
  "section_name": {
26
  "dtype": "string",
27
- "id": null,
28
  "_type": "Value"
29
  },
30
  "paragraphs": [
31
  {
32
  "dtype": "string",
33
- "id": null,
34
  "_type": "Value"
35
  }
36
  ]
37
  },
38
- "length": -1,
39
- "id": null,
40
  "_type": "Sequence"
41
  },
42
  "qas": {
43
  "feature": {
44
  "question": {
45
  "dtype": "string",
46
- "id": null,
47
  "_type": "Value"
48
  },
49
  "question_id": {
50
  "dtype": "string",
51
- "id": null,
52
  "_type": "Value"
53
  },
54
  "nlp_background": {
55
  "dtype": "string",
56
- "id": null,
57
  "_type": "Value"
58
  },
59
  "topic_background": {
60
  "dtype": "string",
61
- "id": null,
62
  "_type": "Value"
63
  },
64
  "paper_read": {
65
  "dtype": "string",
66
- "id": null,
67
  "_type": "Value"
68
  },
69
  "search_query": {
70
  "dtype": "string",
71
- "id": null,
72
  "_type": "Value"
73
  },
74
  "question_writer": {
75
  "dtype": "string",
76
- "id": null,
77
  "_type": "Value"
78
  },
79
  "answers": {
@@ -81,95 +67,71 @@
81
  "answer": {
82
  "unanswerable": {
83
  "dtype": "bool",
84
- "id": null,
85
  "_type": "Value"
86
  },
87
  "extractive_spans": {
88
  "feature": {
89
  "dtype": "string",
90
- "id": null,
91
  "_type": "Value"
92
  },
93
- "length": -1,
94
- "id": null,
95
  "_type": "Sequence"
96
  },
97
  "yes_no": {
98
  "dtype": "bool",
99
- "id": null,
100
  "_type": "Value"
101
  },
102
  "free_form_answer": {
103
  "dtype": "string",
104
- "id": null,
105
  "_type": "Value"
106
  },
107
  "evidence": {
108
  "feature": {
109
  "dtype": "string",
110
- "id": null,
111
  "_type": "Value"
112
  },
113
- "length": -1,
114
- "id": null,
115
  "_type": "Sequence"
116
  },
117
  "highlighted_evidence": {
118
  "feature": {
119
  "dtype": "string",
120
- "id": null,
121
  "_type": "Value"
122
  },
123
- "length": -1,
124
- "id": null,
125
  "_type": "Sequence"
126
  }
127
  },
128
  "annotation_id": {
129
  "dtype": "string",
130
- "id": null,
131
  "_type": "Value"
132
  },
133
  "worker_id": {
134
  "dtype": "string",
135
- "id": null,
136
  "_type": "Value"
137
  }
138
  },
139
- "length": -1,
140
- "id": null,
141
  "_type": "Sequence"
142
  }
143
  },
144
- "length": -1,
145
- "id": null,
146
  "_type": "Sequence"
147
  },
148
  "figures_and_tables": {
149
  "feature": {
150
  "caption": {
151
  "dtype": "string",
152
- "id": null,
153
  "_type": "Value"
154
  },
155
  "file": {
156
  "dtype": "string",
157
- "id": null,
158
  "_type": "Value"
159
  }
160
  },
161
- "length": -1,
162
- "id": null,
163
  "_type": "Sequence"
164
  }
165
  },
166
- "post_processed": null,
167
- "supervised_keys": null,
168
- "builder_name": "qasper",
169
  "config_name": "qasper",
170
  "version": {
171
  "version_str": "0.3.0",
172
- "description": null,
173
  "major": 0,
174
  "minor": 3,
175
  "patch": 0
@@ -177,36 +139,25 @@
177
  "splits": {
178
  "train": {
179
  "name": "train",
180
- "num_bytes": 27277970,
181
  "num_examples": 888,
182
- "dataset_name": "qasper"
183
  },
184
  "validation": {
185
  "name": "validation",
186
- "num_bytes": 9535330,
187
  "num_examples": 281,
188
- "dataset_name": "qasper"
189
  },
190
  "test": {
191
  "name": "test",
192
- "num_bytes": 9535330,
193
  "num_examples": 416,
194
- "dataset_name": "qasper"
195
  }
196
  },
197
- "download_checksums": {
198
- "https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-train-dev-v0.3.tgz": {
199
- "num_bytes": 10835856,
200
- "checksum": "a28fdf966db827bcee3d873107d6b6669864fb7ca8fbf73a192f5e39191bdb5a"
201
- },
202
- "https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-test-and-evaluator-v0.3.tgz": {
203
- "num_bytes": 3865061,
204
- "checksum": "72a52a41193e2838b8074f80ac074b94f956b84886c36a61c58a7df4171bdd72"
205
- }
206
- },
207
- "download_size": 14700917,
208
- "post_processing_size": null,
209
- "dataset_size": 36813300,
210
- "size_in_bytes": 68556447
211
  }
212
- }
 
7
  "features": {
8
  "id": {
9
  "dtype": "string",
 
10
  "_type": "Value"
11
  },
12
  "title": {
13
  "dtype": "string",
 
14
  "_type": "Value"
15
  },
16
  "abstract": {
17
  "dtype": "string",
 
18
  "_type": "Value"
19
  },
20
  "full_text": {
21
  "feature": {
22
  "section_name": {
23
  "dtype": "string",
 
24
  "_type": "Value"
25
  },
26
  "paragraphs": [
27
  {
28
  "dtype": "string",
 
29
  "_type": "Value"
30
  }
31
  ]
32
  },
 
 
33
  "_type": "Sequence"
34
  },
35
  "qas": {
36
  "feature": {
37
  "question": {
38
  "dtype": "string",
 
39
  "_type": "Value"
40
  },
41
  "question_id": {
42
  "dtype": "string",
 
43
  "_type": "Value"
44
  },
45
  "nlp_background": {
46
  "dtype": "string",
 
47
  "_type": "Value"
48
  },
49
  "topic_background": {
50
  "dtype": "string",
 
51
  "_type": "Value"
52
  },
53
  "paper_read": {
54
  "dtype": "string",
 
55
  "_type": "Value"
56
  },
57
  "search_query": {
58
  "dtype": "string",
 
59
  "_type": "Value"
60
  },
61
  "question_writer": {
62
  "dtype": "string",
 
63
  "_type": "Value"
64
  },
65
  "answers": {
 
67
  "answer": {
68
  "unanswerable": {
69
  "dtype": "bool",
 
70
  "_type": "Value"
71
  },
72
  "extractive_spans": {
73
  "feature": {
74
  "dtype": "string",
 
75
  "_type": "Value"
76
  },
 
 
77
  "_type": "Sequence"
78
  },
79
  "yes_no": {
80
  "dtype": "bool",
 
81
  "_type": "Value"
82
  },
83
  "free_form_answer": {
84
  "dtype": "string",
 
85
  "_type": "Value"
86
  },
87
  "evidence": {
88
  "feature": {
89
  "dtype": "string",
 
90
  "_type": "Value"
91
  },
 
 
92
  "_type": "Sequence"
93
  },
94
  "highlighted_evidence": {
95
  "feature": {
96
  "dtype": "string",
 
97
  "_type": "Value"
98
  },
 
 
99
  "_type": "Sequence"
100
  }
101
  },
102
  "annotation_id": {
103
  "dtype": "string",
 
104
  "_type": "Value"
105
  },
106
  "worker_id": {
107
  "dtype": "string",
 
108
  "_type": "Value"
109
  }
110
  },
 
 
111
  "_type": "Sequence"
112
  }
113
  },
 
 
114
  "_type": "Sequence"
115
  },
116
  "figures_and_tables": {
117
  "feature": {
118
  "caption": {
119
  "dtype": "string",
 
120
  "_type": "Value"
121
  },
122
  "file": {
123
  "dtype": "string",
 
124
  "_type": "Value"
125
  }
126
  },
 
 
127
  "_type": "Sequence"
128
  }
129
  },
130
+ "builder_name": "parquet",
131
+ "dataset_name": "qasper",
 
132
  "config_name": "qasper",
133
  "version": {
134
  "version_str": "0.3.0",
 
135
  "major": 0,
136
  "minor": 3,
137
  "patch": 0
 
139
  "splits": {
140
  "train": {
141
  "name": "train",
142
+ "num_bytes": 28466446,
143
  "num_examples": 888,
144
+ "dataset_name": null
145
  },
146
  "validation": {
147
  "name": "validation",
148
+ "num_bytes": 9900193,
149
  "num_examples": 281,
150
+ "dataset_name": null
151
  },
152
  "test": {
153
  "name": "test",
154
+ "num_bytes": 15488891,
155
  "num_examples": 416,
156
+ "dataset_name": null
157
  }
158
  },
159
+ "download_size": 25910558,
160
+ "dataset_size": 53855530,
161
+ "size_in_bytes": 79766088
 
 
 
 
 
 
 
 
 
 
 
162
  }
163
+ }
qasper/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392c87418681177ae7e8759b4d2456564c0d3487d61a27b76b39d5ba26859c20
3
+ size 6997135
qasper/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bbfd2dcdeabdb01166ea57dded320889a8e4b8a0dbe66f1c068b26f1d8b45c1
3
+ size 14218069
qasper/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bc8c13ba866b599c08b01fc6e9e9cf02b17b4999d506567f3602332eeed20b
3
+ size 4695354