Commit
•
7510be0
1
Parent(s):
29c8a87
Add predictor_format data files
Browse files
README.md
CHANGED
@@ -42,16 +42,16 @@ dataset_info:
|
|
42 |
dtype: string
|
43 |
splits:
|
44 |
- name: train
|
45 |
-
num_bytes:
|
46 |
num_examples: 23587
|
47 |
- name: test
|
48 |
-
num_bytes:
|
49 |
num_examples: 2126
|
50 |
- name: validation
|
51 |
-
num_bytes:
|
52 |
num_examples: 1304
|
53 |
-
download_size:
|
54 |
-
dataset_size:
|
55 |
- config_name: snli_format
|
56 |
features:
|
57 |
- name: sentence1_binary_parse
|
@@ -109,6 +109,14 @@ configs:
|
|
109 |
path: dgem_format/test-*
|
110 |
- split: validation
|
111 |
path: dgem_format/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
- config_name: snli_format
|
113 |
data_files:
|
114 |
- split: train
|
|
|
42 |
dtype: string
|
43 |
splits:
|
44 |
- name: train
|
45 |
+
num_bytes: 8864108
|
46 |
num_examples: 23587
|
47 |
- name: test
|
48 |
+
num_bytes: 795275
|
49 |
num_examples: 2126
|
50 |
- name: validation
|
51 |
+
num_bytes: 510140
|
52 |
num_examples: 1304
|
53 |
+
download_size: 2169238
|
54 |
+
dataset_size: 10169523
|
55 |
- config_name: snli_format
|
56 |
features:
|
57 |
- name: sentence1_binary_parse
|
|
|
109 |
path: dgem_format/test-*
|
110 |
- split: validation
|
111 |
path: dgem_format/validation-*
|
112 |
+
- config_name: predictor_format
|
113 |
+
data_files:
|
114 |
+
- split: train
|
115 |
+
path: predictor_format/train-*
|
116 |
+
- split: test
|
117 |
+
path: predictor_format/test-*
|
118 |
+
- split: validation
|
119 |
+
path: predictor_format/validation-*
|
120 |
- config_name: snli_format
|
121 |
data_files:
|
122 |
- split: train
|
dataset_infos.json
CHANGED
@@ -182,49 +182,42 @@
|
|
182 |
"size_in_bytes": 9824720
|
183 |
},
|
184 |
"predictor_format": {
|
185 |
-
"description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question
|
186 |
"citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
|
187 |
"homepage": "https://allenai.org/data/scitail",
|
188 |
"license": "",
|
189 |
"features": {
|
190 |
"answer": {
|
191 |
"dtype": "string",
|
192 |
-
"id": null,
|
193 |
"_type": "Value"
|
194 |
},
|
195 |
"sentence2_structure": {
|
196 |
"dtype": "string",
|
197 |
-
"id": null,
|
198 |
"_type": "Value"
|
199 |
},
|
200 |
"sentence1": {
|
201 |
"dtype": "string",
|
202 |
-
"id": null,
|
203 |
"_type": "Value"
|
204 |
},
|
205 |
"sentence2": {
|
206 |
"dtype": "string",
|
207 |
-
"id": null,
|
208 |
"_type": "Value"
|
209 |
},
|
210 |
"gold_label": {
|
211 |
"dtype": "string",
|
212 |
-
"id": null,
|
213 |
"_type": "Value"
|
214 |
},
|
215 |
"question": {
|
216 |
"dtype": "string",
|
217 |
-
"id": null,
|
218 |
"_type": "Value"
|
219 |
}
|
220 |
},
|
221 |
-
"supervised_keys": null,
|
222 |
"builder_name": "scitail",
|
|
|
223 |
"config_name": "predictor_format",
|
224 |
"version": {
|
225 |
"version_str": "1.1.0",
|
226 |
"description": "",
|
227 |
-
"datasets_version_to_prepare": null,
|
228 |
"major": 1,
|
229 |
"minor": 1,
|
230 |
"patch": 0
|
@@ -232,31 +225,25 @@
|
|
232 |
"splits": {
|
233 |
"train": {
|
234 |
"name": "train",
|
235 |
-
"num_bytes":
|
236 |
"num_examples": 23587,
|
237 |
-
"dataset_name":
|
238 |
},
|
239 |
"test": {
|
240 |
"name": "test",
|
241 |
-
"num_bytes":
|
242 |
"num_examples": 2126,
|
243 |
-
"dataset_name":
|
244 |
},
|
245 |
"validation": {
|
246 |
"name": "validation",
|
247 |
-
"num_bytes":
|
248 |
"num_examples": 1304,
|
249 |
-
"dataset_name":
|
250 |
-
}
|
251 |
-
},
|
252 |
-
"download_checksums": {
|
253 |
-
"http://data.allenai.org.s3.amazonaws.com/downloads/SciTailV1.1.zip": {
|
254 |
-
"num_bytes": 14174621,
|
255 |
-
"checksum": "3fccd37350a94ca280b75998568df85fc2fc62843a3198d644fcbf858e6943d5"
|
256 |
}
|
257 |
},
|
258 |
-
"download_size":
|
259 |
-
"dataset_size":
|
260 |
-
"size_in_bytes":
|
261 |
}
|
262 |
}
|
|
|
182 |
"size_in_bytes": 9824720
|
183 |
},
|
184 |
"predictor_format": {
|
185 |
+
"description": "The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question\nand the correct answer choice are converted into an assertive statement to form the hypothesis. We use information\nretrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We\ncrowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create\nthe SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples\nwith neutral label\n",
|
186 |
"citation": "inproceedings{scitail,\n Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},\n Booktitle = {AAAI},\n Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},\n Year = {2018}\n}\n",
|
187 |
"homepage": "https://allenai.org/data/scitail",
|
188 |
"license": "",
|
189 |
"features": {
|
190 |
"answer": {
|
191 |
"dtype": "string",
|
|
|
192 |
"_type": "Value"
|
193 |
},
|
194 |
"sentence2_structure": {
|
195 |
"dtype": "string",
|
|
|
196 |
"_type": "Value"
|
197 |
},
|
198 |
"sentence1": {
|
199 |
"dtype": "string",
|
|
|
200 |
"_type": "Value"
|
201 |
},
|
202 |
"sentence2": {
|
203 |
"dtype": "string",
|
|
|
204 |
"_type": "Value"
|
205 |
},
|
206 |
"gold_label": {
|
207 |
"dtype": "string",
|
|
|
208 |
"_type": "Value"
|
209 |
},
|
210 |
"question": {
|
211 |
"dtype": "string",
|
|
|
212 |
"_type": "Value"
|
213 |
}
|
214 |
},
|
|
|
215 |
"builder_name": "scitail",
|
216 |
+
"dataset_name": "scitail",
|
217 |
"config_name": "predictor_format",
|
218 |
"version": {
|
219 |
"version_str": "1.1.0",
|
220 |
"description": "",
|
|
|
221 |
"major": 1,
|
222 |
"minor": 1,
|
223 |
"patch": 0
|
|
|
225 |
"splits": {
|
226 |
"train": {
|
227 |
"name": "train",
|
228 |
+
"num_bytes": 8864108,
|
229 |
"num_examples": 23587,
|
230 |
+
"dataset_name": null
|
231 |
},
|
232 |
"test": {
|
233 |
"name": "test",
|
234 |
+
"num_bytes": 795275,
|
235 |
"num_examples": 2126,
|
236 |
+
"dataset_name": null
|
237 |
},
|
238 |
"validation": {
|
239 |
"name": "validation",
|
240 |
+
"num_bytes": 510140,
|
241 |
"num_examples": 1304,
|
242 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
}
|
244 |
},
|
245 |
+
"download_size": 2169238,
|
246 |
+
"dataset_size": 10169523,
|
247 |
+
"size_in_bytes": 12338761
|
248 |
}
|
249 |
}
|
predictor_format/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e9a9018642c215666fa0d257a3f4b583223e3b54c0266ad7e5d95ae306bb125
|
3 |
+
size 210214
|
predictor_format/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f50f8d853224ea674854538ce84a38091d392a813845df9693494815d931251b
|
3 |
+
size 1833842
|
predictor_format/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e101a3ddfb134d8cd9b185b1c660f777aaff8dabcb8f068b4285b4e4368353b
|
3 |
+
size 125182
|