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
|
@@ -50,6 +50,32 @@ dataset_info:
|
|
| 50 |
num_examples: 500
|
| 51 |
download_size: 119022
|
| 52 |
dataset_size: 635014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- config_name: single-supporting-fact
|
| 54 |
features:
|
| 55 |
- name: premise
|
|
@@ -215,6 +241,14 @@ configs:
|
|
| 215 |
path: counting/validation-*
|
| 216 |
- split: test
|
| 217 |
path: counting/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
- config_name: single-supporting-fact
|
| 219 |
data_files:
|
| 220 |
- split: train
|
|
|
|
| 50 |
num_examples: 500
|
| 51 |
download_size: 119022
|
| 52 |
dataset_size: 635014
|
| 53 |
+
- config_name: lists-sets
|
| 54 |
+
features:
|
| 55 |
+
- name: premise
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: hypothesis
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: label
|
| 60 |
+
dtype:
|
| 61 |
+
class_label:
|
| 62 |
+
names:
|
| 63 |
+
'0': not-entailed
|
| 64 |
+
'1': entailed
|
| 65 |
+
- name: idx
|
| 66 |
+
dtype: int32
|
| 67 |
+
splits:
|
| 68 |
+
- name: train
|
| 69 |
+
num_bytes: 301224
|
| 70 |
+
num_examples: 1000
|
| 71 |
+
- name: validation
|
| 72 |
+
num_bytes: 149567
|
| 73 |
+
num_examples: 500
|
| 74 |
+
- name: test
|
| 75 |
+
num_bytes: 153024
|
| 76 |
+
num_examples: 500
|
| 77 |
+
download_size: 119319
|
| 78 |
+
dataset_size: 603815
|
| 79 |
- config_name: single-supporting-fact
|
| 80 |
features:
|
| 81 |
- name: premise
|
|
|
|
| 241 |
path: counting/validation-*
|
| 242 |
- split: test
|
| 243 |
path: counting/test-*
|
| 244 |
+
- config_name: lists-sets
|
| 245 |
+
data_files:
|
| 246 |
+
- split: train
|
| 247 |
+
path: lists-sets/train-*
|
| 248 |
+
- split: validation
|
| 249 |
+
path: lists-sets/validation-*
|
| 250 |
+
- split: test
|
| 251 |
+
path: lists-sets/test-*
|
| 252 |
- config_name: single-supporting-fact
|
| 253 |
data_files:
|
| 254 |
- split: train
|