Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -154,6 +154,32 @@ dataset_info:
|
|
154 |
num_examples: 500
|
155 |
download_size: 194986
|
156 |
dataset_size: 1013149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
configs:
|
158 |
- config_name: single-supporting-fact
|
159 |
data_files:
|
@@ -195,6 +221,14 @@ configs:
|
|
195 |
path: two-supporting-facts/validation-*
|
196 |
- split: test
|
197 |
path: two-supporting-facts/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
---
|
199 |
|
200 |
# bAbi_nli
|
|
|
154 |
num_examples: 500
|
155 |
download_size: 194986
|
156 |
dataset_size: 1013149
|
157 |
+
- config_name: yes-no-questions
|
158 |
+
features:
|
159 |
+
- name: premise
|
160 |
+
dtype: string
|
161 |
+
- name: hypothesis
|
162 |
+
dtype: string
|
163 |
+
- name: label
|
164 |
+
dtype:
|
165 |
+
class_label:
|
166 |
+
names:
|
167 |
+
'0': not-entailed
|
168 |
+
'1': entailed
|
169 |
+
- name: idx
|
170 |
+
dtype: int32
|
171 |
+
splits:
|
172 |
+
- name: train
|
173 |
+
num_bytes: 230579
|
174 |
+
num_examples: 1000
|
175 |
+
- name: validation
|
176 |
+
num_bytes: 115915
|
177 |
+
num_examples: 500
|
178 |
+
- name: test
|
179 |
+
num_bytes: 113022
|
180 |
+
num_examples: 500
|
181 |
+
download_size: 94399
|
182 |
+
dataset_size: 459516
|
183 |
configs:
|
184 |
- config_name: single-supporting-fact
|
185 |
data_files:
|
|
|
221 |
path: two-supporting-facts/validation-*
|
222 |
- split: test
|
223 |
path: two-supporting-facts/test-*
|
224 |
+
- config_name: yes-no-questions
|
225 |
+
data_files:
|
226 |
+
- split: train
|
227 |
+
path: yes-no-questions/train-*
|
228 |
+
- split: validation
|
229 |
+
path: yes-no-questions/validation-*
|
230 |
+
- split: test
|
231 |
+
path: yes-no-questions/test-*
|
232 |
---
|
233 |
|
234 |
# bAbi_nli
|