roeeaharoni commited on
Commit
31e6f12
1 Parent(s): 08423b4

Update README.md

Browse files

Added more details about the model and usage instructions.

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -9,4 +9,15 @@ datasets:
9
  - scitail
10
  language:
11
  - en
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
9
  - scitail
10
  language:
11
  - en
12
+ ---
13
+ This is an NLI model based on T5-XXL that predicts a binary label (1 - Entailment, 0 - No entailment).
14
+
15
+ It is trained similarly to the NLI model described in the [TRUE paper (Honovich et al, 2022)](https://arxiv.org/pdf/2204.04991.pdf), but using the following datasets instead of ANLI:
16
+ - SNLI ([Bowman et al., 2015](https://arxiv.org/abs/1508.05326))
17
+ - MNLI ([Williams et al., 2018](https://aclanthology.org/N18-1101.pdf))
18
+ - Fever ([Thorne et al., 2018](https://aclanthology.org/N18-1074.pdf))
19
+ - Scitail ([Khot et al., 2018](http://ai2-website.s3.amazonaws.com/publications/scitail-aaai-2018_cameraready.pdf))
20
+ - PAWS ([Zhang et al. 2019](https://arxiv.org/abs/1904.01130))
21
+ - VitaminC ([Schuster et al., 2021](https://arxiv.org/pdf/2103.08541.pdf))
22
+
23
+ The input format for the model is: "premise: PREMISE_TEXT hypothesis:HYPOTHESIS_TEXT".