Commit
•
611791e
1
Parent(s):
12ecea9
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +57 -48
- dataset_infos.json +283 -1
- snli_format/test-00000-of-00001.parquet +3 -0
- snli_format/train-00000-of-00001.parquet +3 -0
- snli_format/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -4,54 +4,6 @@ language:
|
|
4 |
paperswithcode_id: scitail
|
5 |
pretty_name: SciTail
|
6 |
dataset_info:
|
7 |
-
- config_name: snli_format
|
8 |
-
features:
|
9 |
-
- name: sentence1_binary_parse
|
10 |
-
dtype: string
|
11 |
-
- name: sentence1_parse
|
12 |
-
dtype: string
|
13 |
-
- name: sentence1
|
14 |
-
dtype: string
|
15 |
-
- name: sentence2_parse
|
16 |
-
dtype: string
|
17 |
-
- name: sentence2
|
18 |
-
dtype: string
|
19 |
-
- name: annotator_labels
|
20 |
-
sequence: string
|
21 |
-
- name: gold_label
|
22 |
-
dtype: string
|
23 |
-
splits:
|
24 |
-
- name: train
|
25 |
-
num_bytes: 22495833
|
26 |
-
num_examples: 23596
|
27 |
-
- name: test
|
28 |
-
num_bytes: 2008631
|
29 |
-
num_examples: 2126
|
30 |
-
- name: validation
|
31 |
-
num_bytes: 1266529
|
32 |
-
num_examples: 1304
|
33 |
-
download_size: 14174621
|
34 |
-
dataset_size: 25770993
|
35 |
-
- config_name: tsv_format
|
36 |
-
features:
|
37 |
-
- name: premise
|
38 |
-
dtype: string
|
39 |
-
- name: hypothesis
|
40 |
-
dtype: string
|
41 |
-
- name: label
|
42 |
-
dtype: string
|
43 |
-
splits:
|
44 |
-
- name: train
|
45 |
-
num_bytes: 4618115
|
46 |
-
num_examples: 23097
|
47 |
-
- name: test
|
48 |
-
num_bytes: 411343
|
49 |
-
num_examples: 2126
|
50 |
-
- name: validation
|
51 |
-
num_bytes: 261086
|
52 |
-
num_examples: 1304
|
53 |
-
download_size: 14174621
|
54 |
-
dataset_size: 5290544
|
55 |
- config_name: dgem_format
|
56 |
features:
|
57 |
- name: premise
|
@@ -100,6 +52,63 @@ dataset_info:
|
|
100 |
num_examples: 1304
|
101 |
download_size: 14174621
|
102 |
dataset_size: 10193289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
---
|
104 |
|
105 |
# Dataset Card for "scitail"
|
|
|
4 |
paperswithcode_id: scitail
|
5 |
pretty_name: SciTail
|
6 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- config_name: dgem_format
|
8 |
features:
|
9 |
- name: premise
|
|
|
52 |
num_examples: 1304
|
53 |
download_size: 14174621
|
54 |
dataset_size: 10193289
|
55 |
+
- config_name: snli_format
|
56 |
+
features:
|
57 |
+
- name: sentence1_binary_parse
|
58 |
+
dtype: string
|
59 |
+
- name: sentence1_parse
|
60 |
+
dtype: string
|
61 |
+
- name: sentence1
|
62 |
+
dtype: string
|
63 |
+
- name: sentence2_parse
|
64 |
+
dtype: string
|
65 |
+
- name: sentence2
|
66 |
+
dtype: string
|
67 |
+
- name: annotator_labels
|
68 |
+
sequence: string
|
69 |
+
- name: gold_label
|
70 |
+
dtype: string
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 22457379
|
74 |
+
num_examples: 23596
|
75 |
+
- name: test
|
76 |
+
num_bytes: 2005142
|
77 |
+
num_examples: 2126
|
78 |
+
- name: validation
|
79 |
+
num_bytes: 1264378
|
80 |
+
num_examples: 1304
|
81 |
+
download_size: 7476483
|
82 |
+
dataset_size: 25726899
|
83 |
+
- config_name: tsv_format
|
84 |
+
features:
|
85 |
+
- name: premise
|
86 |
+
dtype: string
|
87 |
+
- name: hypothesis
|
88 |
+
dtype: string
|
89 |
+
- name: label
|
90 |
+
dtype: string
|
91 |
+
splits:
|
92 |
+
- name: train
|
93 |
+
num_bytes: 4618115
|
94 |
+
num_examples: 23097
|
95 |
+
- name: test
|
96 |
+
num_bytes: 411343
|
97 |
+
num_examples: 2126
|
98 |
+
- name: validation
|
99 |
+
num_bytes: 261086
|
100 |
+
num_examples: 1304
|
101 |
+
download_size: 14174621
|
102 |
+
dataset_size: 5290544
|
103 |
+
configs:
|
104 |
+
- config_name: snli_format
|
105 |
+
data_files:
|
106 |
+
- split: train
|
107 |
+
path: snli_format/train-*
|
108 |
+
- split: test
|
109 |
+
path: snli_format/test-*
|
110 |
+
- split: validation
|
111 |
+
path: snli_format/validation-*
|
112 |
---
|
113 |
|
114 |
# Dataset Card for "scitail"
|
dataset_infos.json
CHANGED
@@ -1 +1,283 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"snli_format": {
|
3 |
+
"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",
|
4 |
+
"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",
|
5 |
+
"homepage": "https://allenai.org/data/scitail",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"sentence1_binary_parse": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"sentence1_parse": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"sentence1": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"sentence2_parse": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"sentence2": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"annotator_labels": {
|
29 |
+
"feature": {
|
30 |
+
"dtype": "string",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"_type": "Sequence"
|
34 |
+
},
|
35 |
+
"gold_label": {
|
36 |
+
"dtype": "string",
|
37 |
+
"_type": "Value"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"builder_name": "scitail",
|
41 |
+
"dataset_name": "scitail",
|
42 |
+
"config_name": "snli_format",
|
43 |
+
"version": {
|
44 |
+
"version_str": "1.1.0",
|
45 |
+
"description": "",
|
46 |
+
"major": 1,
|
47 |
+
"minor": 1,
|
48 |
+
"patch": 0
|
49 |
+
},
|
50 |
+
"splits": {
|
51 |
+
"train": {
|
52 |
+
"name": "train",
|
53 |
+
"num_bytes": 22457379,
|
54 |
+
"num_examples": 23596,
|
55 |
+
"dataset_name": null
|
56 |
+
},
|
57 |
+
"test": {
|
58 |
+
"name": "test",
|
59 |
+
"num_bytes": 2005142,
|
60 |
+
"num_examples": 2126,
|
61 |
+
"dataset_name": null
|
62 |
+
},
|
63 |
+
"validation": {
|
64 |
+
"name": "validation",
|
65 |
+
"num_bytes": 1264378,
|
66 |
+
"num_examples": 1304,
|
67 |
+
"dataset_name": null
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"download_size": 7476483,
|
71 |
+
"dataset_size": 25726899,
|
72 |
+
"size_in_bytes": 33203382
|
73 |
+
},
|
74 |
+
"tsv_format": {
|
75 |
+
"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",
|
76 |
+
"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",
|
77 |
+
"homepage": "https://allenai.org/data/scitail",
|
78 |
+
"license": "",
|
79 |
+
"features": {
|
80 |
+
"premise": {
|
81 |
+
"dtype": "string",
|
82 |
+
"id": null,
|
83 |
+
"_type": "Value"
|
84 |
+
},
|
85 |
+
"hypothesis": {
|
86 |
+
"dtype": "string",
|
87 |
+
"id": null,
|
88 |
+
"_type": "Value"
|
89 |
+
},
|
90 |
+
"label": {
|
91 |
+
"dtype": "string",
|
92 |
+
"id": null,
|
93 |
+
"_type": "Value"
|
94 |
+
}
|
95 |
+
},
|
96 |
+
"supervised_keys": null,
|
97 |
+
"builder_name": "scitail",
|
98 |
+
"config_name": "tsv_format",
|
99 |
+
"version": {
|
100 |
+
"version_str": "1.1.0",
|
101 |
+
"description": "",
|
102 |
+
"datasets_version_to_prepare": null,
|
103 |
+
"major": 1,
|
104 |
+
"minor": 1,
|
105 |
+
"patch": 0
|
106 |
+
},
|
107 |
+
"splits": {
|
108 |
+
"train": {
|
109 |
+
"name": "train",
|
110 |
+
"num_bytes": 4618115,
|
111 |
+
"num_examples": 23097,
|
112 |
+
"dataset_name": "scitail"
|
113 |
+
},
|
114 |
+
"test": {
|
115 |
+
"name": "test",
|
116 |
+
"num_bytes": 411343,
|
117 |
+
"num_examples": 2126,
|
118 |
+
"dataset_name": "scitail"
|
119 |
+
},
|
120 |
+
"validation": {
|
121 |
+
"name": "validation",
|
122 |
+
"num_bytes": 261086,
|
123 |
+
"num_examples": 1304,
|
124 |
+
"dataset_name": "scitail"
|
125 |
+
}
|
126 |
+
},
|
127 |
+
"download_checksums": {
|
128 |
+
"http://data.allenai.org.s3.amazonaws.com/downloads/SciTailV1.1.zip": {
|
129 |
+
"num_bytes": 14174621,
|
130 |
+
"checksum": "3fccd37350a94ca280b75998568df85fc2fc62843a3198d644fcbf858e6943d5"
|
131 |
+
}
|
132 |
+
},
|
133 |
+
"download_size": 14174621,
|
134 |
+
"dataset_size": 5290544,
|
135 |
+
"size_in_bytes": 19465165
|
136 |
+
},
|
137 |
+
"dgem_format": {
|
138 |
+
"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",
|
139 |
+
"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",
|
140 |
+
"homepage": "https://allenai.org/data/scitail",
|
141 |
+
"license": "",
|
142 |
+
"features": {
|
143 |
+
"premise": {
|
144 |
+
"dtype": "string",
|
145 |
+
"id": null,
|
146 |
+
"_type": "Value"
|
147 |
+
},
|
148 |
+
"hypothesis": {
|
149 |
+
"dtype": "string",
|
150 |
+
"id": null,
|
151 |
+
"_type": "Value"
|
152 |
+
},
|
153 |
+
"label": {
|
154 |
+
"dtype": "string",
|
155 |
+
"id": null,
|
156 |
+
"_type": "Value"
|
157 |
+
},
|
158 |
+
"hypothesis_graph_structure": {
|
159 |
+
"dtype": "string",
|
160 |
+
"id": null,
|
161 |
+
"_type": "Value"
|
162 |
+
}
|
163 |
+
},
|
164 |
+
"supervised_keys": null,
|
165 |
+
"builder_name": "scitail",
|
166 |
+
"config_name": "dgem_format",
|
167 |
+
"version": {
|
168 |
+
"version_str": "1.1.0",
|
169 |
+
"description": "",
|
170 |
+
"datasets_version_to_prepare": null,
|
171 |
+
"major": 1,
|
172 |
+
"minor": 1,
|
173 |
+
"patch": 0
|
174 |
+
},
|
175 |
+
"splits": {
|
176 |
+
"train": {
|
177 |
+
"name": "train",
|
178 |
+
"num_bytes": 6832104,
|
179 |
+
"num_examples": 23088,
|
180 |
+
"dataset_name": "scitail"
|
181 |
+
},
|
182 |
+
"test": {
|
183 |
+
"name": "test",
|
184 |
+
"num_bytes": 608213,
|
185 |
+
"num_examples": 2126,
|
186 |
+
"dataset_name": "scitail"
|
187 |
+
},
|
188 |
+
"validation": {
|
189 |
+
"name": "validation",
|
190 |
+
"num_bytes": 394040,
|
191 |
+
"num_examples": 1304,
|
192 |
+
"dataset_name": "scitail"
|
193 |
+
}
|
194 |
+
},
|
195 |
+
"download_checksums": {
|
196 |
+
"http://data.allenai.org.s3.amazonaws.com/downloads/SciTailV1.1.zip": {
|
197 |
+
"num_bytes": 14174621,
|
198 |
+
"checksum": "3fccd37350a94ca280b75998568df85fc2fc62843a3198d644fcbf858e6943d5"
|
199 |
+
}
|
200 |
+
},
|
201 |
+
"download_size": 14174621,
|
202 |
+
"dataset_size": 7834357,
|
203 |
+
"size_in_bytes": 22008978
|
204 |
+
},
|
205 |
+
"predictor_format": {
|
206 |
+
"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",
|
207 |
+
"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",
|
208 |
+
"homepage": "https://allenai.org/data/scitail",
|
209 |
+
"license": "",
|
210 |
+
"features": {
|
211 |
+
"answer": {
|
212 |
+
"dtype": "string",
|
213 |
+
"id": null,
|
214 |
+
"_type": "Value"
|
215 |
+
},
|
216 |
+
"sentence2_structure": {
|
217 |
+
"dtype": "string",
|
218 |
+
"id": null,
|
219 |
+
"_type": "Value"
|
220 |
+
},
|
221 |
+
"sentence1": {
|
222 |
+
"dtype": "string",
|
223 |
+
"id": null,
|
224 |
+
"_type": "Value"
|
225 |
+
},
|
226 |
+
"sentence2": {
|
227 |
+
"dtype": "string",
|
228 |
+
"id": null,
|
229 |
+
"_type": "Value"
|
230 |
+
},
|
231 |
+
"gold_label": {
|
232 |
+
"dtype": "string",
|
233 |
+
"id": null,
|
234 |
+
"_type": "Value"
|
235 |
+
},
|
236 |
+
"question": {
|
237 |
+
"dtype": "string",
|
238 |
+
"id": null,
|
239 |
+
"_type": "Value"
|
240 |
+
}
|
241 |
+
},
|
242 |
+
"supervised_keys": null,
|
243 |
+
"builder_name": "scitail",
|
244 |
+
"config_name": "predictor_format",
|
245 |
+
"version": {
|
246 |
+
"version_str": "1.1.0",
|
247 |
+
"description": "",
|
248 |
+
"datasets_version_to_prepare": null,
|
249 |
+
"major": 1,
|
250 |
+
"minor": 1,
|
251 |
+
"patch": 0
|
252 |
+
},
|
253 |
+
"splits": {
|
254 |
+
"train": {
|
255 |
+
"name": "train",
|
256 |
+
"num_bytes": 8884823,
|
257 |
+
"num_examples": 23587,
|
258 |
+
"dataset_name": "scitail"
|
259 |
+
},
|
260 |
+
"test": {
|
261 |
+
"name": "test",
|
262 |
+
"num_bytes": 797161,
|
263 |
+
"num_examples": 2126,
|
264 |
+
"dataset_name": "scitail"
|
265 |
+
},
|
266 |
+
"validation": {
|
267 |
+
"name": "validation",
|
268 |
+
"num_bytes": 511305,
|
269 |
+
"num_examples": 1304,
|
270 |
+
"dataset_name": "scitail"
|
271 |
+
}
|
272 |
+
},
|
273 |
+
"download_checksums": {
|
274 |
+
"http://data.allenai.org.s3.amazonaws.com/downloads/SciTailV1.1.zip": {
|
275 |
+
"num_bytes": 14174621,
|
276 |
+
"checksum": "3fccd37350a94ca280b75998568df85fc2fc62843a3198d644fcbf858e6943d5"
|
277 |
+
}
|
278 |
+
},
|
279 |
+
"download_size": 14174621,
|
280 |
+
"dataset_size": 10193289,
|
281 |
+
"size_in_bytes": 24367910
|
282 |
+
}
|
283 |
+
}
|
snli_format/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9814bcb18de316ee02bb533626bee2ed8db03bed7b0bd6d0deb9d66536ded627
|
3 |
+
size 653112
|
snli_format/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4c77597d52d3ef45e2f9c804b127562395b1d096a6a5ef5da1dc15d7760d394
|
3 |
+
size 6423089
|
snli_format/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfcbb30a8c3781f5ca346244b96ea4b5c0f5e813638b71f7d0a382595cbaa337
|
3 |
+
size 400282
|