jjzha commited on
Commit
99c24ef
1 Parent(s): 063b035

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -3
README.md CHANGED
@@ -1,3 +1,80 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info: null
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ license: cc0-1.0
9
+ language:
10
+ - da
11
+ size_categories:
12
+ - n<1K
13
+ task_categories:
14
+ - multiple-choice
15
+ tags:
16
+ - danish
17
+ - citizenship
18
+ - permanent_residence
19
+ ---
20
+
21
+ # Dataset Card for "danish-citizen-tests"
22
+
23
+ Original point of contact: [Dan Saattrup Nielsen](https://huggingface.co/saattrupdan) from the [The Alexandra
24
+ Institute](https://alexandra.dk/)
25
+
26
+ Processor for Global Exams: [Mike Zhang](https://jjzha.github.io) from [Aalborg University](https://aau.dk/)
27
+
28
+ ### Dataset Summary
29
+
30
+ This dataset contains tests for citizenship ("indfødsretsprøven") and permanent residence ("medborgerskabsprøven") in Denmark, from the years 2016-2023.
31
+
32
+ ### Languages
33
+
34
+ The dataset is available in Danish (`da`).
35
+
36
+ ## Dataset Structure
37
+
38
+ An example from the dataset looks as follows.
39
+
40
+ ```
41
+ {
42
+ "language": "da",
43
+ "country": "Denmark",
44
+ "file_name": "medborgerskabspr\u00f8ven_winter",
45
+ "source": "https://danskogproever.dk/",
46
+ "license": "cc0-1.0",
47
+ "category_en": "permanent residence test",
48
+ "category_original_lang": "medborgerskabspr\u00f8ven",
49
+ "original_question_num": 24,
50
+ "question": "Hvad var Yahya Hassan s\u00e6rligt kendt for?",
51
+ "options": [
52
+ "Han var skuespiller",
53
+ "Han var fodboldspiller",
54
+ "Han var digter"
55
+ ],
56
+ "answer": "3"
57
+ }
58
+ ```
59
+
60
+ ## Dataset Creation
61
+
62
+ ### Curation Rationale
63
+
64
+ There is not a publicly available dataset testing the knowledge about the Danish society.
65
+
66
+ ### Source Data
67
+
68
+ These tests are all available as PDFs [at this https URL](https://danskogproever.dk/), and extracted using [this Python script](https://gist.github.com/saattrupdan/91c3fd53ceae252dd54439b45736c2e0).
69
+
70
+ ## Additional Information
71
+
72
+ ### Dataset Curators
73
+
74
+ [Dan Saattrup Nielsen](https://huggingface.co/saattrupdan) from the [The Alexandra
75
+ Institute](https://alexandra.dk/)
76
+
77
+ ### Licensing Information
78
+
79
+ The dataset is licensed under the [CC0
80
+ license](https://creativecommons.org/share-your-work/public-domain/cc0/).