roeeaharoni
commited on
Commit
•
aa6cfe1
1
Parent(s):
57a256e
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,29 @@ It is trained similarly to the NLI model described in the [TRUE paper (Honovich
|
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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".
|
24 |
+
|
25 |
+
If you use this model for a research publication, please cite the TRUE paper (using the bibtex entry below) and the dataset papers mentioned above.
|
26 |
+
|
27 |
+
```
|
28 |
+
@inproceedings{honovich-etal-2022-true-evaluating,
|
29 |
+
title = "{TRUE}: Re-evaluating Factual Consistency Evaluation",
|
30 |
+
author = "Honovich, Or and
|
31 |
+
Aharoni, Roee and
|
32 |
+
Herzig, Jonathan and
|
33 |
+
Taitelbaum, Hagai and
|
34 |
+
Kukliansy, Doron and
|
35 |
+
Cohen, Vered and
|
36 |
+
Scialom, Thomas and
|
37 |
+
Szpektor, Idan and
|
38 |
+
Hassidim, Avinatan and
|
39 |
+
Matias, Yossi",
|
40 |
+
booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
|
41 |
+
month = jul,
|
42 |
+
year = "2022",
|
43 |
+
address = "Seattle, United States",
|
44 |
+
publisher = "Association for Computational Linguistics",
|
45 |
+
url = "https://aclanthology.org/2022.naacl-main.287",
|
46 |
+
doi = "10.18653/v1/2022.naacl-main.287",
|
47 |
+
pages = "3905--3920",
|
48 |
+
}
|
49 |
+
```
|