File size: 2,202 Bytes
d997401 e141ed3 1084dc1 d997401 e141ed3 1084dc1 d997401 f2310c6 d997401 f2310c6 ed94646 f2310c6 |
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 |
---
dataset_info:
- config_name: default
features:
- name: question
dtype: string
- name: index
dtype: int64
- name: option-A
dtype: string
- name: option-B
dtype: string
- name: option-C
dtype: string
- name: correct
dtype: string
- name: origin
dtype: string
splits:
- name: train
num_bytes: 103410
num_examples: 605
download_size: 43395
dataset_size: 103410
- config_name: pdf-text-cleaned
features:
- name: question
dtype: string
- name: index
dtype: int64
- name: option-A
dtype: string
- name: option-B
dtype: string
- name: option-C
dtype: string
- name: correct
dtype: string
- name: origin
dtype: string
splits:
- name: train
num_bytes: 103410
num_examples: 605
download_size: 43395
dataset_size: 103410
- config_name: raw
features:
- name: question
dtype: string
- name: index
dtype: int64
- name: option-A
dtype: string
- name: option-B
dtype: string
- name: option-C
dtype: string
- name: correct
dtype: string
- name: origin
dtype: string
splits:
- name: train
num_bytes: 104046
num_examples: 605
download_size: 45303
dataset_size: 104046
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: pdf-text-cleaned
data_files:
- split: train
path: pdf-text-cleaned/train-*
- config_name: raw
data_files:
- split: train
path: raw/train-*
---
# [WIP] Dataset Card for "citizenship-test-da"
*Please note that this dataset and dataset card both are works in progress.*
This dataset contains scraped questions and answers from Danish citizen tests (Danish: *indfødsretsprøver* og *medborgerskabsprøver*) from Juni 2019 to May 2023 from PDF's produced by ''Styrelsen for International Rekruttering og Integration'' (SIRI).
The PDF's are available on [SIRI's website](https://siri.dk/nyheder/?categorizations=9115).
The `default` configuration has been semi-automatically cleaned to remove PDF artifacts using the [Alvenir 3gram DSL language model](https://github.com/danspeech/danspeech/releases/tag/v0.02-alpha).
The examples were not deduplicated. |