BramVanroy
commited on
Commit
•
bd8abd4
1
Parent(s):
3b045b8
Update content.py
Browse files- content.py +9 -12
content.py
CHANGED
@@ -47,13 +47,11 @@ If you use or cite the Dutch benchmark results or this specific leaderboard page
|
|
47 |
Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [https://arxiv.org/abs/2312.12852](https://arxiv.org/abs/2312.12852)
|
48 |
|
49 |
```bibtext
|
50 |
-
@
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
archivePrefix={arXiv},
|
56 |
-
primaryClass={cs.CL}
|
57 |
}
|
58 |
```
|
59 |
|
@@ -61,11 +59,10 @@ Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [htt
|
|
61 |
If you use the multilingual benchmarks, please cite the following paper:
|
62 |
|
63 |
```bibtex
|
64 |
-
@
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
year={2023}
|
69 |
}
|
70 |
```
|
71 |
"""
|
|
|
47 |
Vanroy, B. (2023). *Language Resources for Dutch Large Language Modelling*. [https://arxiv.org/abs/2312.12852](https://arxiv.org/abs/2312.12852)
|
48 |
|
49 |
```bibtext
|
50 |
+
@article{vanroy2023language,
|
51 |
+
title={Language Resources for {Dutch} Large Language Modelling},
|
52 |
+
author={Vanroy, Bram},
|
53 |
+
journal={arXiv preprint arXiv:2312.12852},
|
54 |
+
year={2023}
|
|
|
|
|
55 |
}
|
56 |
```
|
57 |
|
|
|
59 |
If you use the multilingual benchmarks, please cite the following paper:
|
60 |
|
61 |
```bibtex
|
62 |
+
@misc{lai2023openllmbenchmark,
|
63 |
+
title={Open Multilingual {LLM} Evaluation Leaderboard},
|
64 |
+
author={Viet Lai and Nghia Trung Ngo and Amir Pouran Ben Veyseh and Franck Dernoncourt and Thien Huu Nguyen},
|
65 |
+
year={2023}
|
|
|
66 |
}
|
67 |
```
|
68 |
"""
|