Update README.md
Browse files
README.md
CHANGED
@@ -89,5 +89,14 @@ df.to_csv(output_file)
|
|
89 |
|
90 |
```
|
91 |
|
92 |
-
##
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
```
|
91 |
|
92 |
+
## Citation Information
|
93 |
+
If you feel our work is helpful, please cite our paper:
|
94 |
+
|
95 |
+
```
|
96 |
+
@article{liu2023nlebench+,
|
97 |
+
title={NLEBench+ NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
|
98 |
+
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},
|
99 |
+
journal={arXiv preprint arXiv:2312.01314},
|
100 |
+
year={2023}
|
101 |
+
}
|
102 |
+
```
|