MiriUll commited on
Commit
898ba0a
·
verified ·
1 Parent(s): 993ce75

update citation to conference version

Browse files
Files changed (1) hide show
  1. README.md +18 -9
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://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)
 
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)