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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -88,5 +88,15 @@ articles = eval_df['article'].to_list()
88
  ent_ratio, neu_ratio, con_ratio = entailment_score(articles, references, hypo_list)
89
  ```
90
 
 
 
91
 
 
 
 
 
 
 
 
 
92
 
 
88
  ent_ratio, neu_ratio, con_ratio = entailment_score(articles, references, hypo_list)
89
  ```
90
 
91
+ ## Citation Information
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