Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,23 @@ configs:
|
|
20 |
- split: test
|
21 |
path: "original_and_translated_data.jsonl"
|
22 |
---
|
23 |
-
# Norwegian idioms
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
This is a dataset that consists of 3553 Norwegian idioms and phrases that appear more than 100 times in the [online library](https://www.nb.no/search) of the National Library of Norway.
|
28 |
There are 3472 Bokmål idioms and 89 Nynorsk idioms.
|
|
|
20 |
- split: test
|
21 |
path: "original_and_translated_data.jsonl"
|
22 |
---
|
|
|
23 |
|
24 |
+
|
25 |
+
# NorEval: NorIdiom
|
26 |
+
This dataset is a part of the NorEval evaluation suite.
|
27 |
+
See the NorEval codebase here: https://github.com/ltgoslo/noreval
|
28 |
+
Read the preprint here: https://arxiv.org/abs/2504.07749
|
29 |
+
```
|
30 |
+
@article{mikhailov2025noreval,
|
31 |
+
title={NorEval: A Norwegian Language Understanding and Generation Evaluation Benchmark},
|
32 |
+
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},
|
33 |
+
journal={arXiv preprint arXiv:2504.07749},
|
34 |
+
year={2025}
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|
38 |
+
|
39 |
+
# Norwegian idioms
|
40 |
|
41 |
This is a dataset that consists of 3553 Norwegian idioms and phrases that appear more than 100 times in the [online library](https://www.nb.no/search) of the National Library of Norway.
|
42 |
There are 3472 Bokmål idioms and 89 Nynorsk idioms.
|