File size: 2,441 Bytes
392656b 10cfae4 392656b 10cfae4 20c1e1c 10cfae4 74158d9 10cfae4 |
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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
---
dataset_info:
features:
- name: question
dtype: string
- name: option_a
dtype: string
- name: option_b
dtype: string
- name: option_c
dtype: string
- name: answer
dtype: string
- name: test_type
dtype: string
- name: year
dtype: int64
- name: version
dtype: string
- name: question_id
dtype: int64
splits:
- name: train
num_bytes: 125902
num_examples: 720
download_size: 48325
dataset_size: 125902
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc0-1.0
language:
- da
size_categories:
- n<1K
---
# Dataset Card for "danish-citizen-tests"
## Dataset Description
- **Point of Contact:** [Dan Saattrup Nielsen](mailto:[email protected])
- **Size of dataset:** 126 KB
- **Repository:** https://gist.github.com/saattrupdan/91c3fd53ceae252dd54439b45736c2e0
### 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.
```
{
'question': 'Må en dommer bære religiøse symboler i en retssal i Danmark?',
'option_a': 'Ja',
'option_b': 'Nej',
'option_c': None,
'answer': 'B',
'test_type': 'indfødsretsprøven',
'year': 2020,
'version': 'summer',
'question_id': 1
}
```
### Data Fields
- `question`: a `string` feature.
- `option_a`: a `string` feature.
- `option_b`: a `string` feature.
- `option_c`: a `string` feature.
- `answer`: a `string` feature.
- `test_type`: a `string` feature.
- `year`: an `int64` feature.
- `version`: a `string` feature.
- `question_id`: an `int64` feature.
## 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/). |