Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ This is a **Factual Consistency Evaluation** model, introduced in the [TrueTeach
|
|
6 |
|
7 |
The model is optimized for evaluating factual consistency in **summarization**.
|
8 |
|
9 |
-
It is the main model from the paper (see **"T5-11B w. ANLI + TrueTeacher full"** in **Table 1**) which is based on a **T5-11B**
|
|
|
10 |
- TrueTeacher ([Gekhman et al., 2023](https://arxiv.org/pdf/2305.11171.pdf))
|
11 |
- ANLI ([Nie et al., 2020](https://aclanthology.org/2020.acl-main.441.pdf))
|
12 |
|
@@ -73,7 +74,7 @@ for hypothesis, expected in [('the sun is out in the sky', '>> 0.5'),
|
|
73 |
|
74 |
## Citation
|
75 |
|
76 |
-
If you use this model for a research publication, please cite the TrueTeacher paper (using the bibtex entry below)
|
77 |
|
78 |
```
|
79 |
@misc{gekhman2023trueteacher,
|
|
|
6 |
|
7 |
The model is optimized for evaluating factual consistency in **summarization**.
|
8 |
|
9 |
+
It is the main model from the paper (see **"T5-11B w. ANLI + TrueTeacher full"** in **Table 1**) which is based on a **T5-11B** [(Raffel
|
10 |
+
et al., 2020)](https://jmlr.org/papers/volume21/20-074/20-074.pdf) fine-tuned with a mixture of the following datasets:
|
11 |
- TrueTeacher ([Gekhman et al., 2023](https://arxiv.org/pdf/2305.11171.pdf))
|
12 |
- ANLI ([Nie et al., 2020](https://aclanthology.org/2020.acl-main.441.pdf))
|
13 |
|
|
|
74 |
|
75 |
## Citation
|
76 |
|
77 |
+
If you use this model for a research publication, please cite the TrueTeacher paper (using the bibtex entry below), as well as the ANLI and T5 papers mentioned above.
|
78 |
|
79 |
```
|
80 |
@misc{gekhman2023trueteacher,
|