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
@@ -7,7 +7,7 @@ task_categories:
|
|
7 |
task_ids:
|
8 |
- natural-language-inference
|
9 |
dataset_info:
|
10 |
-
|
11 |
features:
|
12 |
- name: Premise
|
13 |
dtype: string
|
@@ -29,6 +29,28 @@ dataset_info:
|
|
29 |
num_examples: 4138
|
30 |
download_size: 1871664
|
31 |
dataset_size: 5477074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
configs:
|
33 |
- config_name: atomic
|
34 |
data_files:
|
@@ -38,6 +60,14 @@ configs:
|
|
38 |
path: atomic/validation-*
|
39 |
- split: test
|
40 |
path: atomic/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
https://github.com/rudinger/defeasible-nli
|
43 |
```
|
|
|
7 |
task_ids:
|
8 |
- natural-language-inference
|
9 |
dataset_info:
|
10 |
+
- config_name: atomic
|
11 |
features:
|
12 |
- name: Premise
|
13 |
dtype: string
|
|
|
29 |
num_examples: 4138
|
30 |
download_size: 1871664
|
31 |
dataset_size: 5477074
|
32 |
+
- config_name: snli
|
33 |
+
features:
|
34 |
+
- name: Premise
|
35 |
+
dtype: string
|
36 |
+
- name: Hypothesis
|
37 |
+
dtype: string
|
38 |
+
- name: Update
|
39 |
+
dtype: string
|
40 |
+
- name: UpdateType
|
41 |
+
dtype: string
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 15781997
|
45 |
+
num_examples: 88674
|
46 |
+
- name: validation
|
47 |
+
num_bytes: 328847
|
48 |
+
num_examples: 1785
|
49 |
+
- name: test
|
50 |
+
num_bytes: 330956
|
51 |
+
num_examples: 1837
|
52 |
+
download_size: 3627986
|
53 |
+
dataset_size: 16441800
|
54 |
configs:
|
55 |
- config_name: atomic
|
56 |
data_files:
|
|
|
60 |
path: atomic/validation-*
|
61 |
- split: test
|
62 |
path: atomic/test-*
|
63 |
+
- config_name: snli
|
64 |
+
data_files:
|
65 |
+
- split: train
|
66 |
+
path: snli/train-*
|
67 |
+
- split: validation
|
68 |
+
path: snli/validation-*
|
69 |
+
- split: test
|
70 |
+
path: snli/test-*
|
71 |
---
|
72 |
https://github.com/rudinger/defeasible-nli
|
73 |
```
|