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
|
@@ -24,6 +24,32 @@ tags:
|
|
| 24 |
- reasoning
|
| 25 |
- logic
|
| 26 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- config_name: counting
|
| 28 |
features:
|
| 29 |
- name: premise
|
|
@@ -285,6 +311,14 @@ dataset_info:
|
|
| 285 |
download_size: 94399
|
| 286 |
dataset_size: 459516
|
| 287 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 288 |
- config_name: counting
|
| 289 |
data_files:
|
| 290 |
- split: train
|
|
|
|
| 24 |
- reasoning
|
| 25 |
- logic
|
| 26 |
dataset_info:
|
| 27 |
+
- config_name: basic-coreference
|
| 28 |
+
features:
|
| 29 |
+
- name: premise
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: hypothesis
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: label
|
| 34 |
+
dtype:
|
| 35 |
+
class_label:
|
| 36 |
+
names:
|
| 37 |
+
'0': not-entailed
|
| 38 |
+
'1': entailed
|
| 39 |
+
- name: idx
|
| 40 |
+
dtype: int32
|
| 41 |
+
splits:
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 247359
|
| 44 |
+
num_examples: 1000
|
| 45 |
+
- name: validation
|
| 46 |
+
num_bytes: 125770
|
| 47 |
+
num_examples: 500
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 122865
|
| 50 |
+
num_examples: 500
|
| 51 |
+
download_size: 98403
|
| 52 |
+
dataset_size: 495994
|
| 53 |
- config_name: counting
|
| 54 |
features:
|
| 55 |
- name: premise
|
|
|
|
| 311 |
download_size: 94399
|
| 312 |
dataset_size: 459516
|
| 313 |
configs:
|
| 314 |
+
- config_name: basic-coreference
|
| 315 |
+
data_files:
|
| 316 |
+
- split: train
|
| 317 |
+
path: basic-coreference/train-*
|
| 318 |
+
- split: validation
|
| 319 |
+
path: basic-coreference/validation-*
|
| 320 |
+
- split: test
|
| 321 |
+
path: basic-coreference/test-*
|
| 322 |
- config_name: counting
|
| 323 |
data_files:
|
| 324 |
- split: train
|