Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -232,6 +232,32 @@ dataset_info:
|
|
| 232 |
num_examples: 500
|
| 233 |
download_size: 119319
|
| 234 |
dataset_size: 603815
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
- config_name: positional-reasoning
|
| 236 |
features:
|
| 237 |
- name: premise
|
|
@@ -557,6 +583,14 @@ configs:
|
|
| 557 |
path: lists-sets/validation-*
|
| 558 |
- split: test
|
| 559 |
path: lists-sets/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 560 |
- config_name: positional-reasoning
|
| 561 |
data_files:
|
| 562 |
- split: train
|
|
|
|
| 232 |
num_examples: 500
|
| 233 |
download_size: 119319
|
| 234 |
dataset_size: 603815
|
| 235 |
+
- config_name: path-finding
|
| 236 |
+
features:
|
| 237 |
+
- name: premise
|
| 238 |
+
dtype: string
|
| 239 |
+
- name: hypothesis
|
| 240 |
+
dtype: string
|
| 241 |
+
- name: label
|
| 242 |
+
dtype:
|
| 243 |
+
class_label:
|
| 244 |
+
names:
|
| 245 |
+
'0': not-entailed
|
| 246 |
+
'1': entailed
|
| 247 |
+
- name: idx
|
| 248 |
+
dtype: int32
|
| 249 |
+
splits:
|
| 250 |
+
- name: train
|
| 251 |
+
num_bytes: 253540
|
| 252 |
+
num_examples: 1000
|
| 253 |
+
- name: validation
|
| 254 |
+
num_bytes: 126723
|
| 255 |
+
num_examples: 500
|
| 256 |
+
- name: test
|
| 257 |
+
num_bytes: 126695
|
| 258 |
+
num_examples: 500
|
| 259 |
+
download_size: 105706
|
| 260 |
+
dataset_size: 506958
|
| 261 |
- config_name: positional-reasoning
|
| 262 |
features:
|
| 263 |
- name: premise
|
|
|
|
| 583 |
path: lists-sets/validation-*
|
| 584 |
- split: test
|
| 585 |
path: lists-sets/test-*
|
| 586 |
+
- config_name: path-finding
|
| 587 |
+
data_files:
|
| 588 |
+
- split: train
|
| 589 |
+
path: path-finding/train-*
|
| 590 |
+
- split: validation
|
| 591 |
+
path: path-finding/validation-*
|
| 592 |
+
- split: test
|
| 593 |
+
path: path-finding/test-*
|
| 594 |
- config_name: positional-reasoning
|
| 595 |
data_files:
|
| 596 |
- split: train
|