Update README.md
Browse files
README.md
CHANGED
@@ -48,9 +48,18 @@ This metric outputs a dictionary, containing the negBLEURT score.
|
|
48 |
This metric is based on BERT (Devlin et al. 2018) and as such inherits its biases and weaknesses. It was trained in an negation aware setting, and thus, overcomes BERT issues with negation awareness.
|
49 |
|
50 |
Currently, NegBLEURT is only available in English.
|
51 |
-
## Citation
|
|
|
|
|
52 |
```bibtex
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
```
|
55 |
## Further References
|
56 |
- The original [NegBLEURT GitHub repo](https://github.com/MiriUll/negation_aware_evaluation)
|
|
|
48 |
This metric is based on BERT (Devlin et al. 2018) and as such inherits its biases and weaknesses. It was trained in an negation aware setting, and thus, overcomes BERT issues with negation awareness.
|
49 |
|
50 |
Currently, NegBLEURT is only available in English.
|
51 |
+
## Citation
|
52 |
+
Please cite our [INLG 2023 paper](https://arxiv.org/abs/2307.13989), if you use our metric.
|
53 |
+
**BibTeX:**
|
54 |
```bibtex
|
55 |
+
@misc{anschütz2023correct,
|
56 |
+
title={This is not correct! Negation-aware Evaluation of Language Generation Systems},
|
57 |
+
author={Miriam Anschütz and Diego Miguel Lozano and Georg Groh},
|
58 |
+
year={2023},
|
59 |
+
eprint={2307.13989},
|
60 |
+
archivePrefix={arXiv},
|
61 |
+
primaryClass={cs.CL}
|
62 |
+
}
|
63 |
```
|
64 |
## Further References
|
65 |
- The original [NegBLEURT GitHub repo](https://github.com/MiriUll/negation_aware_evaluation)
|