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: simple-negation
|
| 236 |
features:
|
| 237 |
- name: premise
|
|
@@ -505,6 +531,14 @@ configs:
|
|
| 505 |
path: lists-sets/validation-*
|
| 506 |
- split: test
|
| 507 |
path: lists-sets/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 508 |
- config_name: simple-negation
|
| 509 |
data_files:
|
| 510 |
- split: train
|
|
|
|
| 232 |
num_examples: 500
|
| 233 |
download_size: 119319
|
| 234 |
dataset_size: 603815
|
| 235 |
+
- config_name: positional-reasoning
|
| 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: 158135
|
| 252 |
+
num_examples: 1000
|
| 253 |
+
- name: validation
|
| 254 |
+
num_bytes: 79034
|
| 255 |
+
num_examples: 500
|
| 256 |
+
- name: test
|
| 257 |
+
num_bytes: 78998
|
| 258 |
+
num_examples: 500
|
| 259 |
+
download_size: 34376
|
| 260 |
+
dataset_size: 316167
|
| 261 |
- config_name: simple-negation
|
| 262 |
features:
|
| 263 |
- name: premise
|
|
|
|
| 531 |
path: lists-sets/validation-*
|
| 532 |
- split: test
|
| 533 |
path: lists-sets/test-*
|
| 534 |
+
- config_name: positional-reasoning
|
| 535 |
+
data_files:
|
| 536 |
+
- split: train
|
| 537 |
+
path: positional-reasoning/train-*
|
| 538 |
+
- split: validation
|
| 539 |
+
path: positional-reasoning/validation-*
|
| 540 |
+
- split: test
|
| 541 |
+
path: positional-reasoning/test-*
|
| 542 |
- config_name: simple-negation
|
| 543 |
data_files:
|
| 544 |
- split: train
|