Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- multiple-choice
|
5 |
+
language:
|
6 |
+
- nl
|
7 |
+
tags:
|
8 |
+
- chemistry
|
9 |
+
- biology
|
10 |
+
- geography
|
11 |
+
- business
|
12 |
+
- math
|
13 |
+
- social_sciences
|
14 |
+
- exams
|
15 |
+
- history
|
16 |
+
pretty_name: dutch-ce-mcq
|
17 |
+
size_categories:
|
18 |
+
- 1K<n<10K
|
19 |
+
---
|
20 |
+
|
21 |
+
<h1>Multiple Choice Questions of the Dutch Central Exam 1999-2024</h1>
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
This code could be used to extract and process data from [Examenblad.nl](https://www.examenblad.nl), as published on [alleexamens.nl](alleexamens.nl).
|
26 |
+
|
27 |
+
The rights of these exams belong to the State of The Netherlands. Please refer to their [copyright statement](https://www.examenblad.nl/over-examenblad/copyright) for more information.
|
28 |
+
|
29 |
+
The code used to extract the data is from [https://github.com/esther2000/exam-mcq-nl](https://github.com/esther2000/exam-mcq-nl). We filtered the questions manually to only contain Multiple Choice Questions, we did *not* alter the questions.
|
30 |
+
|
31 |
+
If you use the dataset, please attribute as follows:
|
32 |
+
```
|
33 |
+
@misc{examenblad2024,
|
34 |
+
title={https://www.examenblad.nl/ -- College voor Toetsen en Examens},
|
35 |
+
year={2024},
|
36 |
+
url={https://www.examenblad.nl/},
|
37 |
+
note={Accessed: 2024-08}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
```
|
41 |
+
@online{ploeger2024dutch,
|
42 |
+
title={Multiple Choice Questions of the Dutch Central Exam 1999-2024},
|
43 |
+
author={Ploeger, Esther and Zhang, Mike},
|
44 |
+
year={2024},
|
45 |
+
url={https://huggingface.co/datasets/jjzha/dutch-central-exam-mcq},
|
46 |
+
note={Accessed: 2024-08-23}
|
47 |
+
}
|
48 |
+
```
|