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
@@ -310,6 +310,32 @@ dataset_info:
|
|
310 |
num_examples: 500
|
311 |
download_size: 91968
|
312 |
dataset_size: 448114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
- config_name: three-arg-relations
|
314 |
features:
|
315 |
- name: premise
|
@@ -555,6 +581,14 @@ configs:
|
|
555 |
path: single-supporting-fact/validation-*
|
556 |
- split: test
|
557 |
path: single-supporting-fact/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
558 |
- config_name: three-arg-relations
|
559 |
data_files:
|
560 |
- split: train
|
|
|
310 |
num_examples: 500
|
311 |
download_size: 91968
|
312 |
dataset_size: 448114
|
313 |
+
- config_name: size-reasoning
|
314 |
+
features:
|
315 |
+
- name: premise
|
316 |
+
dtype: string
|
317 |
+
- name: hypothesis
|
318 |
+
dtype: string
|
319 |
+
- name: label
|
320 |
+
dtype:
|
321 |
+
class_label:
|
322 |
+
names:
|
323 |
+
'0': not-entailed
|
324 |
+
'1': entailed
|
325 |
+
- name: idx
|
326 |
+
dtype: int32
|
327 |
+
splits:
|
328 |
+
- name: train
|
329 |
+
num_bytes: 314623
|
330 |
+
num_examples: 1000
|
331 |
+
- name: validation
|
332 |
+
num_bytes: 155731
|
333 |
+
num_examples: 500
|
334 |
+
- name: test
|
335 |
+
num_bytes: 154007
|
336 |
+
num_examples: 500
|
337 |
+
download_size: 53727
|
338 |
+
dataset_size: 624361
|
339 |
- config_name: three-arg-relations
|
340 |
features:
|
341 |
- name: premise
|
|
|
581 |
path: single-supporting-fact/validation-*
|
582 |
- split: test
|
583 |
path: single-supporting-fact/test-*
|
584 |
+
- config_name: size-reasoning
|
585 |
+
data_files:
|
586 |
+
- split: train
|
587 |
+
path: size-reasoning/train-*
|
588 |
+
- split: validation
|
589 |
+
path: size-reasoning/validation-*
|
590 |
+
- split: test
|
591 |
+
path: size-reasoning/test-*
|
592 |
- config_name: three-arg-relations
|
593 |
data_files:
|
594 |
- split: train
|