--- 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:dan.nielsen@alexandra.dk) - **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/).