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: 98403
|
| 52 |
dataset_size: 495994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- config_name: conjunction
|
| 54 |
features:
|
| 55 |
- name: premise
|
|
@@ -345,6 +371,14 @@ configs:
|
|
| 345 |
path: basic-coreference/validation-*
|
| 346 |
- split: test
|
| 347 |
path: basic-coreference/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 348 |
- config_name: conjunction
|
| 349 |
data_files:
|
| 350 |
- split: train
|
|
|
|
| 50 |
num_examples: 500
|
| 51 |
download_size: 98403
|
| 52 |
dataset_size: 495994
|
| 53 |
+
- config_name: compound-coreference
|
| 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: 282687
|
| 70 |
+
num_examples: 1000
|
| 71 |
+
- name: validation
|
| 72 |
+
num_bytes: 139161
|
| 73 |
+
num_examples: 500
|
| 74 |
+
- name: test
|
| 75 |
+
num_bytes: 143924
|
| 76 |
+
num_examples: 500
|
| 77 |
+
download_size: 109694
|
| 78 |
+
dataset_size: 565772
|
| 79 |
- config_name: conjunction
|
| 80 |
features:
|
| 81 |
- name: premise
|
|
|
|
| 371 |
path: basic-coreference/validation-*
|
| 372 |
- split: test
|
| 373 |
path: basic-coreference/test-*
|
| 374 |
+
- config_name: compound-coreference
|
| 375 |
+
data_files:
|
| 376 |
+
- split: train
|
| 377 |
+
path: compound-coreference/train-*
|
| 378 |
+
- split: validation
|
| 379 |
+
path: compound-coreference/validation-*
|
| 380 |
+
- split: test
|
| 381 |
+
path: compound-coreference/test-*
|
| 382 |
- config_name: conjunction
|
| 383 |
data_files:
|
| 384 |
- split: train
|