MiriUll commited on
Commit
6c45aec
1 Parent(s): c2da874

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
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(s)
 
 
52
  ```bibtex
53
- tba
 
 
 
 
 
 
 
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)