Update README.md
Browse files
README.md
CHANGED
@@ -43,11 +43,20 @@ It was fine-tuned on the CANNOT dataset's train split for 500 steps using the [f
|
|
43 |
|
44 |
|
45 |
|
46 |
-
## Citation
|
47 |
|
48 |
-
Please cite our INLG 2023 paper, if you use our model.
|
49 |
**BibTeX:**
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
|
|
|
43 |
|
44 |
|
45 |
|
46 |
+
## Citation
|
47 |
|
48 |
+
Please cite our [INLG 2023 paper](https://arxiv.org/abs/2307.13989), if you use our model.
|
49 |
**BibTeX:**
|
50 |
+
```bibtex
|
51 |
+
@misc{anschütz2023correct,
|
52 |
+
title={This is not correct! Negation-aware Evaluation of Language Generation Systems},
|
53 |
+
author={Miriam Anschütz and Diego Miguel Lozano and Georg Groh},
|
54 |
+
year={2023},
|
55 |
+
eprint={2307.13989},
|
56 |
+
archivePrefix={arXiv},
|
57 |
+
primaryClass={cs.CL}
|
58 |
+
}
|
59 |
+
```
|
60 |
|
61 |
|
62 |
|