Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,35 @@ configs:
|
|
| 37 |
license: cc-by-nc-sa-4.0
|
| 38 |
language:
|
| 39 |
- nl
|
| 40 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
license: cc-by-nc-sa-4.0
|
| 38 |
language:
|
| 39 |
- nl
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
This dataset contains Dutch news articles along with their corresponding categories, sourced from the Nederlandse Oproep Stichting.
|
| 43 |
+
|
| 44 |
+
## Citation Information
|
| 45 |
+
|
| 46 |
+
If you find our paper, benchmark or models helpful, please consider cite as follows:
|
| 47 |
+
```latex
|
| 48 |
+
@misc{banar2025mtebnle5nlembeddingbenchmark,
|
| 49 |
+
title={MTEB-NL and E5-NL: Embedding Benchmark and Models for Dutch},
|
| 50 |
+
author={Nikolay Banar and Ehsan Lotfi and Jens Van Nooten and Cristina Arhiliuc and Marija Kliocaite and Walter Daelemans},
|
| 51 |
+
year={2025},
|
| 52 |
+
eprint={2509.12340},
|
| 53 |
+
archivePrefix={arXiv},
|
| 54 |
+
primaryClass={cs.CL},
|
| 55 |
+
url={https://arxiv.org/abs/2509.12340},
|
| 56 |
+
}
|
| 57 |
+
```
|
| 58 |
+
[//]: # (https://arxiv.org/abs/2509.12340)
|
| 59 |
+
|
| 60 |
+
The data source:
|
| 61 |
+
|
| 62 |
+
```latex
|
| 63 |
+
@misc{max_scheijen_2022,
|
| 64 |
+
title={Dutch News Articles},
|
| 65 |
+
url={https://www.kaggle.com/ds/1013130},
|
| 66 |
+
DOI={10.34740/KAGGLE/DS/1013130},
|
| 67 |
+
publisher={Kaggle},
|
| 68 |
+
author={Max Scheijen},
|
| 69 |
+
year={2022}
|
| 70 |
+
}
|
| 71 |
+
```
|