Gameselo commited on
Commit
3423aa4
·
verified ·
1 Parent(s): 69b7845

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- - 8 whole datasets in the training split (SNLI, MNLI, FEVER, QNLI, WNLI, SciTail, RTE, VitaminC);
66
- - 120 examples for the dev split:
67
- - 60 from the Climate-FEVER dataset in order to test zero-shot knowledge inference in a specific domain;
68
- - 60 from the ANLI training splits in order to test pure NLI skills of the model.
69
- - 2 whole datasets in the test split (3 training splits of the ANLI dataset and the whole Climate-FEVER dataset).
 
 
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