Update README.md
Browse files
README.md
CHANGED
@@ -60,13 +60,16 @@ tags:
|
|
60 |
---
|
61 |
|
62 |
This monolingual (English) NLI dataset is designed for performing Natural Language Inference, and is particularly Fact-Checking oriented.
|
|
|
63 |
|
64 |
It contains:
|
65 |
-
-
|
66 |
-
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
-
|
|
|
|
|
70 |
|
71 |
Datasets references:
|
72 |
- SNLI: https://huggingface.co/datasets/stanfordnlp/snli
|
|
|
60 |
---
|
61 |
|
62 |
This monolingual (English) NLI dataset is designed for performing Natural Language Inference, and is particularly Fact-Checking oriented.
|
63 |
+
Dev split is oriented to teach the model how to deal well with pure NLI (ANLI is well designed for this task) and test his general knwoledge with VitaminC, which is known for its robustness for this task.
|
64 |
|
65 |
It contains:
|
66 |
+
- 14.5k examples for the dev split of which:
|
67 |
+
- 848 from ANLI train_r1;
|
68 |
+
- 2273 from ANLI train_r2;
|
69 |
+
- 5023 from ANLI train_r3;
|
70 |
+
- 6306 from VitaminC dev.
|
71 |
+
- 4 test splits (the 3 test splits of the ANLI dataset and 10% of the VitaminC test split).
|
72 |
+
- The remaining data composes the train split.
|
73 |
|
74 |
Datasets references:
|
75 |
- SNLI: https://huggingface.co/datasets/stanfordnlp/snli
|