update citation to conference version
Browse files
README.md
CHANGED
@@ -49,17 +49,26 @@ This metric is based on BERT (Devlin et al. 2018) and as such inherits its biase
|
|
49 |
|
50 |
Currently, NegBLEURT is only available in English.
|
51 |
## Citation
|
52 |
-
Please cite our [INLG 2023 paper](https://
|
53 |
-
**BibTeX:**
|
54 |
```bibtex
|
55 |
-
@
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
```
|
|
|
64 |
## Further References
|
65 |
- The original [NegBLEURT GitHub repo](https://github.com/MiriUll/negation_aware_evaluation)
|
|
|
49 |
|
50 |
Currently, NegBLEURT is only available in English.
|
51 |
## Citation
|
52 |
+
Please cite our [INLG 2023 paper](https://aclanthology.org/2023.inlg-main.12/), if you use our repository, models, or data:
|
|
|
53 |
```bibtex
|
54 |
+
@inproceedings{anschutz-etal-2023-correct,
|
55 |
+
title = "This is not correct! Negation-aware Evaluation of Language Generation Systems",
|
56 |
+
author = {Ansch{\"u}tz, Miriam and
|
57 |
+
Miguel Lozano, Diego and
|
58 |
+
Groh, Georg},
|
59 |
+
editor = "Keet, C. Maria and
|
60 |
+
Lee, Hung-Yi and
|
61 |
+
Zarrie{\ss}, Sina",
|
62 |
+
booktitle = "Proceedings of the 16th International Natural Language Generation Conference",
|
63 |
+
month = sep,
|
64 |
+
year = "2023",
|
65 |
+
address = "Prague, Czechia",
|
66 |
+
publisher = "Association for Computational Linguistics",
|
67 |
+
url = "https://aclanthology.org/2023.inlg-main.12/",
|
68 |
+
doi = "10.18653/v1/2023.inlg-main.12",
|
69 |
+
pages = "163--175",
|
70 |
}
|
71 |
```
|
72 |
+
```
|
73 |
## Further References
|
74 |
- The original [NegBLEURT GitHub repo](https://github.com/MiriUll/negation_aware_evaluation)
|