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
@@ -76,6 +76,32 @@ dataset_info:
|
|
76 |
num_examples: 500
|
77 |
download_size: 558073
|
78 |
dataset_size: 2998266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
- config_name: two-supporting-facts
|
80 |
features:
|
81 |
- name: premise
|
@@ -119,6 +145,14 @@ configs:
|
|
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
|
|
|
76 |
num_examples: 500
|
77 |
download_size: 558073
|
78 |
dataset_size: 2998266
|
79 |
+
- config_name: two-arg-relations
|
80 |
+
features:
|
81 |
+
- name: premise
|
82 |
+
dtype: string
|
83 |
+
- name: hypothesis
|
84 |
+
dtype: string
|
85 |
+
- name: label
|
86 |
+
dtype:
|
87 |
+
class_label:
|
88 |
+
names:
|
89 |
+
'0': not-entailed
|
90 |
+
'1': entailed
|
91 |
+
- name: idx
|
92 |
+
dtype: int32
|
93 |
+
splits:
|
94 |
+
- name: train
|
95 |
+
num_bytes: 122565
|
96 |
+
num_examples: 1000
|
97 |
+
- name: validation
|
98 |
+
num_bytes: 61228
|
99 |
+
num_examples: 500
|
100 |
+
- name: test
|
101 |
+
num_bytes: 61170
|
102 |
+
num_examples: 500
|
103 |
+
download_size: 54533
|
104 |
+
dataset_size: 244963
|
105 |
- config_name: two-supporting-facts
|
106 |
features:
|
107 |
- name: premise
|
|
|
145 |
path: three-supporting-facts/validation-*
|
146 |
- split: test
|
147 |
path: three-supporting-facts/test-*
|
148 |
+
- config_name: two-arg-relations
|
149 |
+
data_files:
|
150 |
+
- split: train
|
151 |
+
path: two-arg-relations/train-*
|
152 |
+
- split: validation
|
153 |
+
path: two-arg-relations/validation-*
|
154 |
+
- split: test
|
155 |
+
path: two-arg-relations/test-*
|
156 |
- config_name: two-supporting-facts
|
157 |
data_files:
|
158 |
- split: train
|