liujch1998 commited on
Commit
504b4a4
1 Parent(s): 2929a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -18,7 +18,10 @@ Vera is a commonsense statement verification model. See our paper at: <https://a
18
 
19
  <!-- Provide a longer summary of what this model is. -->
20
 
21
-
 
 
 
22
 
23
  - **Developed by:** Jiacheng Liu, Wenya Wang, Dianzhuo Wang, Noah A. Smith, Yejin Choi, Hannaneh Hajishirzi
24
  - **Shared by [optional]:** Jiacheng Liu
@@ -31,7 +34,7 @@ Vera is a commonsense statement verification model. See our paper at: <https://a
31
 
32
  <!-- Provide the basic links for the model. -->
33
 
34
- - **Repository:** <https://github.com/liujch1998/vera> (Coming soon!)
35
  - **Paper [optional]:** <https://arxiv.org/abs/2305.03695>
36
  - **Demo [optional]:** <https://huggingface.co/spaces/liujch1998/vera>
37
 
 
18
 
19
  <!-- Provide a longer summary of what this model is. -->
20
 
21
+ Given a commonsense statement as input, Vera predicts the plausibility of this statement.
22
+ Vera outputs a real-valued score in the range [0, 1].
23
+ A score of 1 means the statement is correct according to commonsense, and a score of 0 means the statement is incorrect.
24
+ This score is calibrated, so a score between 0 and 1 can be interpreted as Vera's confidence that the statement is correct.
25
 
26
  - **Developed by:** Jiacheng Liu, Wenya Wang, Dianzhuo Wang, Noah A. Smith, Yejin Choi, Hannaneh Hajishirzi
27
  - **Shared by [optional]:** Jiacheng Liu
 
34
 
35
  <!-- Provide the basic links for the model. -->
36
 
37
+ - **Repository:** <https://github.com/liujch1998/vera>
38
  - **Paper [optional]:** <https://arxiv.org/abs/2305.03695>
39
  - **Demo [optional]:** <https://huggingface.co/spaces/liujch1998/vera>
40