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: 91968
|
| 52 |
dataset_size: 448114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- config_name: two-supporting-facts
|
| 54 |
features:
|
| 55 |
- name: premise
|
|
@@ -85,6 +111,14 @@ configs:
|
|
| 85 |
path: single-supporting-fact/validation-*
|
| 86 |
- split: test
|
| 87 |
path: single-supporting-fact/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
- config_name: two-supporting-facts
|
| 89 |
data_files:
|
| 90 |
- split: train
|
|
|
|
| 50 |
num_examples: 500
|
| 51 |
download_size: 91968
|
| 52 |
dataset_size: 448114
|
| 53 |
+
- config_name: three-supporting-facts
|
| 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: 1479097
|
| 70 |
+
num_examples: 1000
|
| 71 |
+
- name: validation
|
| 72 |
+
num_bytes: 783450
|
| 73 |
+
num_examples: 500
|
| 74 |
+
- name: test
|
| 75 |
+
num_bytes: 735719
|
| 76 |
+
num_examples: 500
|
| 77 |
+
download_size: 558073
|
| 78 |
+
dataset_size: 2998266
|
| 79 |
- config_name: two-supporting-facts
|
| 80 |
features:
|
| 81 |
- name: premise
|
|
|
|
| 111 |
path: single-supporting-fact/validation-*
|
| 112 |
- split: test
|
| 113 |
path: single-supporting-fact/test-*
|
| 114 |
+
- config_name: three-supporting-facts
|
| 115 |
+
data_files:
|
| 116 |
+
- split: train
|
| 117 |
+
path: three-supporting-facts/train-*
|
| 118 |
+
- split: validation
|
| 119 |
+
path: three-supporting-facts/validation-*
|
| 120 |
+
- split: test
|
| 121 |
+
path: three-supporting-facts/test-*
|
| 122 |
- config_name: two-supporting-facts
|
| 123 |
data_files:
|
| 124 |
- split: train
|