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
@@ -50,6 +50,32 @@ dataset_info:
|
|
50 |
num_examples: 500
|
51 |
download_size: 98403
|
52 |
dataset_size: 495994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
- config_name: counting
|
54 |
features:
|
55 |
- name: premise
|
@@ -319,6 +345,14 @@ configs:
|
|
319 |
path: basic-coreference/validation-*
|
320 |
- split: test
|
321 |
path: basic-coreference/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
- config_name: counting
|
323 |
data_files:
|
324 |
- split: train
|
|
|
50 |
num_examples: 500
|
51 |
download_size: 98403
|
52 |
dataset_size: 495994
|
53 |
+
- config_name: conjunction
|
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: 284487
|
70 |
+
num_examples: 1000
|
71 |
+
- name: validation
|
72 |
+
num_bytes: 141534
|
73 |
+
num_examples: 500
|
74 |
+
- name: test
|
75 |
+
num_bytes: 142683
|
76 |
+
num_examples: 500
|
77 |
+
download_size: 118704
|
78 |
+
dataset_size: 568704
|
79 |
- config_name: counting
|
80 |
features:
|
81 |
- name: premise
|
|
|
345 |
path: basic-coreference/validation-*
|
346 |
- split: test
|
347 |
path: basic-coreference/test-*
|
348 |
+
- config_name: conjunction
|
349 |
+
data_files:
|
350 |
+
- split: train
|
351 |
+
path: conjunction/train-*
|
352 |
+
- split: validation
|
353 |
+
path: conjunction/validation-*
|
354 |
+
- split: test
|
355 |
+
path: conjunction/test-*
|
356 |
- config_name: counting
|
357 |
data_files:
|
358 |
- split: train
|