hcfa commited on
Commit
12ac3a4
·
verified ·
1 Parent(s): e86c7b6

Added link and reference to arXiv article.

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -112,14 +112,14 @@ The Norwegian Comma Benchmark was created by Hans Christian Farsethås and Joaki
112
 
113
  ## To cite this work
114
 
 
 
115
  ```bibtex
116
- @misc{FarsethasTjostheim2024,
117
- author = {Hans Christian Farsethås and Joakim Tjøstheim},
118
- title = {Norwegian Comma Benchmark},
119
- year = {2024},
120
- publisher = {Hugging Face},
121
- journal = {Hugging Face repository},
122
- howpublished = {\url{https://huggingface.co/datasets/hcfa/ncb}},
123
  }
124
  ```
125
 
 
112
 
113
  ## To cite this work
114
 
115
+ The dataset is introduced as part of NorEval in the article [*NorEval: A Norwegian Language Understanding and Generation Evaluation Benchmark*](https://arxiv.org/abs/2504.07749).
116
+
117
  ```bibtex
118
+ @article{mikhailov2025noreval,
119
+ title={NorEval: A Norwegian Language Understanding and Generation Evaluation Benchmark},
120
+ author={Mikhailov, Vladislav and Enstad, Tita and Samuel, David and Farseth{\aa}s, Hans Christian and Kutuzov, Andrey and Velldal, Erik and {\O}vrelid, Lilja},
121
+ journal={arXiv preprint arXiv:2504.07749},
122
+ year={2025}
 
 
123
  }
124
  ```
125