NorGLM commited on
Commit
2781109
·
verified ·
1 Parent(s): fa143a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -92,11 +92,12 @@ ent_ratio, neu_ratio, con_ratio = entailment_score(articles, references, hypo_li
92
  If you feel our work is helpful, please cite our paper:
93
 
94
  ```
95
- @article{liu2023nlebench+,
96
- title={NLEBench+ NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
97
- author={Liu, Peng and Zhang, Lemei and Farup, Terje Nissen and Lauvrak, Even W and Ingvaldsen, Jon Espen and Eide, Simen and Gulla, Jon Atle and Yang, Zhirong},
98
- journal={arXiv preprint arXiv:2312.01314},
99
- year={2023}
 
100
  }
101
  ```
102
 
 
92
  If you feel our work is helpful, please cite our paper:
93
 
94
  ```
95
+ @inproceedings{liu2024nlebench+,
96
+ title={NLEBench+NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
97
+ author={Liu, Peng and Zhang, Lemei and Farup, Terje and Lauvrak, Even and Ingvaldsen, Jon and Eide, Simen and Gulla, Jon Atle and Yang, Zhirong},
98
+ booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
99
+ pages={5543--5560},
100
+ year={2024}
101
  }
102
  ```
103