File size: 2,003 Bytes
99c24ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
dataset_info: null
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc0-1.0
language:
- da
size_categories:
- n<1K
task_categories:
- multiple-choice
tags:
- danish
- citizenship
- permanent_residence
---

# Dataset Card for "danish-citizen-tests"

Original point of contact: [Dan Saattrup Nielsen](https://huggingface.co/saattrupdan) from the [The Alexandra
Institute](https://alexandra.dk/)

Processor for Global Exams: [Mike Zhang](https://jjzha.github.io) from [Aalborg University](https://aau.dk/)

### Dataset Summary

This dataset contains tests for citizenship ("indfødsretsprøven") and permanent residence ("medborgerskabsprøven") in Denmark, from the years 2016-2023.

### Languages

The dataset is available in Danish (`da`).

## Dataset Structure

An example from the dataset looks as follows.

```
{
  "language": "da",
  "country": "Denmark",
  "file_name": "medborgerskabspr\u00f8ven_winter",
  "source": "https://danskogproever.dk/",
  "license": "cc0-1.0",
  "category_en": "permanent residence test",
  "category_original_lang": "medborgerskabspr\u00f8ven",
  "original_question_num": 24,
  "question": "Hvad var Yahya Hassan s\u00e6rligt kendt for?",
  "options": [
    "Han var skuespiller",
    "Han var fodboldspiller",
    "Han var digter"
  ],
  "answer": "3"
}
```

## Dataset Creation

### Curation Rationale

There is not a publicly available dataset testing the knowledge about the Danish society.

### Source Data

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).

## Additional Information

### Dataset Curators

[Dan Saattrup Nielsen](https://huggingface.co/saattrupdan) from the [The Alexandra
Institute](https://alexandra.dk/)

### Licensing Information

The dataset is licensed under the [CC0
license](https://creativecommons.org/share-your-work/public-domain/cc0/).