Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,77 @@ configs:
|
|
30 |
data_files:
|
31 |
- split: train
|
32 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
data_files:
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
+
license: cc0-1.0
|
34 |
+
language:
|
35 |
+
- da
|
36 |
+
size_categories:
|
37 |
+
- n<1K
|
38 |
---
|
39 |
+
|
40 |
+
# Dataset Card for "danish-citizen-tests"
|
41 |
+
|
42 |
+
## Dataset Description
|
43 |
+
|
44 |
+
- **Point of Contact:** [Dan Saattrup Nielsen](mailto:[email protected])
|
45 |
+
- **Size of dataset:** 126 KB
|
46 |
+
|
47 |
+
### Dataset Summary
|
48 |
+
|
49 |
+
This dataset contains tests for citizenship ("indfødsretsprøven") and permanent residence ("medborgerskabsprøven") in Denmark, from the years 2016-2023.
|
50 |
+
|
51 |
+
### Languages
|
52 |
+
|
53 |
+
The dataset is available in Danish (`da`).
|
54 |
+
|
55 |
+
## Dataset Structure
|
56 |
+
|
57 |
+
An example from the dataset looks as follows.
|
58 |
+
|
59 |
+
```
|
60 |
+
{
|
61 |
+
'question': 'Må en dommer bære religiøse symboler i en retssal i Danmark?',
|
62 |
+
'option_a': 'Ja',
|
63 |
+
'option_b': 'Nej',
|
64 |
+
'option_c': None,
|
65 |
+
'answer': 'B',
|
66 |
+
'test_type': 'indfødsretsprøven',
|
67 |
+
'year': 2020,
|
68 |
+
'version': 'summer',
|
69 |
+
'question_id': 1
|
70 |
+
}
|
71 |
+
```
|
72 |
+
|
73 |
+
### Data Fields
|
74 |
+
|
75 |
+
- `question`: a `string` feature.
|
76 |
+
- `option_a`: a `string` feature.
|
77 |
+
- `option_b`: a `string` feature.
|
78 |
+
- `option_c`: a `string` feature.
|
79 |
+
- `answer`: a `string` feature.
|
80 |
+
- `test_type`: a `string` feature.
|
81 |
+
- `year`: an `int64` feature.
|
82 |
+
- `version`: a `string` feature.
|
83 |
+
- `question_id`: an `int64` feature.
|
84 |
+
|
85 |
+
|
86 |
+
## Dataset Creation
|
87 |
+
|
88 |
+
### Curation Rationale
|
89 |
+
|
90 |
+
There is not a publicly available dataset testing the knowledge about the Danish society.
|
91 |
+
|
92 |
+
### Source Data
|
93 |
+
|
94 |
+
These tests are all available as PDFs [at this https URL](https://danskogproever.dk/).
|
95 |
+
|
96 |
+
## Additional Information
|
97 |
+
|
98 |
+
### Dataset Curators
|
99 |
+
|
100 |
+
[Dan Saattrup Nielsen](https://huggingface.co/saattrupdan) from the [The Alexandra
|
101 |
+
Institute](https://alexandra.dk/)
|
102 |
+
|
103 |
+
### Licensing Information
|
104 |
+
|
105 |
+
The dataset is licensed under the [CC0
|
106 |
+
license](https://creativecommons.org/share-your-work/public-domain/cc0/).
|