AntoineBlanot commited on
Commit
f49a1db
1 Parent(s): 4c2f54c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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".