--- pretty_name: Folketinget language: - da license: cc0-1.0 license_name: CC-0 size_categories: - 1-10k task_categories: - text-generation - fill-mask task_ids: - language-modeling source_datasets: - danish-foundation-models/danish-gigaword domains: - Conversation - Spoken --- # Dataset Card for Folketinget ## Dataset Description Records from all meetings of The Danish parliament (Folketinget) in the parliament hall. All records have a transcript produced by commercial Automatic Speech Recognition (ASR) followed by postediting by linguists employed by Folketinget for intelligibility, i.e., edit out dysfluencies, restarts, repairs, and mistakes. The transcript is, therefore, not a representation of spoken Danish but rather information content. In the parliament hall, one speaker at a time addresses members of the parliament. Monologues may include rebuttals or other comments to statements in previous monologues. While speakers can read aloud from a prepared statement or speak extemporaneously, we expect no difference to be apparent in the data because of the post-editing. The Folketinget section covers parliament hall sessions between 2009 and 2019. It contains discussions on a wide range of topics, issues, and named entities relevant to Danish society. - **Language**: dan, dansk, Danish - **Domains**: Conversation, Spoken - **Number of samples**: 1.31K - **Number of tokens (Llama 3)**: 114.09M - **Average document length (characters)**: 266745.19 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "ft_20121M100", "text": "TALER 50: Mødet er åbnet. I dag er der følgende anmeldelser: Ministeren for by, bolig og landdistrik[...]", "source": "ft", "added": "2021-03-28", "created": "2009-01-01, 2019-01-01", "token_count": 84355 } ``` ### Data Fields An entry in the dataset consists of the following fields: - `id` (`str`): An unique identifier for each document. - `text`(`str`): The content of the document. - `source` (`str`): The source of the document (see [Source Data](#source-data)). - `added` (`str`): An date for when the document was added to this collection. - `created` (`str`): An date range for when the document was originally created. - `token_count` (`int`): The number of tokens in the sample computed using the Llama 8B tokenizer ### Dataset Statistics