Update README.md
Browse files
README.md
CHANGED
@@ -26,3 +26,12 @@ configs:
|
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
---
|
29 |
+
This dataset is a mixture of the following NLI (Natural Language Inference) and TE (Textual Entailment) datasets:
|
30 |
+
- SNLI
|
31 |
+
- MNLI
|
32 |
+
- Fever
|
33 |
+
- SciTail
|
34 |
+
- PAWS
|
35 |
+
- VitaminC
|
36 |
+
|
37 |
+
To merge the datasets together, labels has been converted to "entailment" and "non-entailment" using an NLI format with features "premise" and "hypothesis".
|