Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
100K - 1M
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,11 +1,43 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
-
task_ids:
|
| 4 |
-
- natural-language-inference
|
| 5 |
task_categories:
|
| 6 |
- text-classification
|
| 7 |
-
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
https://github.com/rudinger/defeasible-nli
|
| 11 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- text-classification
|
| 7 |
+
task_ids:
|
| 8 |
+
- natural-language-inference
|
| 9 |
+
dataset_info:
|
| 10 |
+
config_name: atomic
|
| 11 |
+
features:
|
| 12 |
+
- name: Premise
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: Hypothesis
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: Update
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: UpdateType
|
| 19 |
+
dtype: string
|
| 20 |
+
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_bytes: 4463463
|
| 23 |
+
num_examples: 35002
|
| 24 |
+
- name: validation
|
| 25 |
+
num_bytes: 487230
|
| 26 |
+
num_examples: 3840
|
| 27 |
+
- name: test
|
| 28 |
+
num_bytes: 526381
|
| 29 |
+
num_examples: 4138
|
| 30 |
+
download_size: 1871664
|
| 31 |
+
dataset_size: 5477074
|
| 32 |
+
configs:
|
| 33 |
+
- config_name: atomic
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: atomic/train-*
|
| 37 |
+
- split: validation
|
| 38 |
+
path: atomic/validation-*
|
| 39 |
+
- split: test
|
| 40 |
+
path: atomic/test-*
|
| 41 |
---
|
| 42 |
https://github.com/rudinger/defeasible-nli
|
| 43 |
```
|