Datasets:
id stringlengths 28 32 | text stringlengths 722 638k | source stringclasses 1
value | added stringdate 2026-04-23 00:00:00 2026-04-23 00:00:00 | created stringlengths 22 22 | token_count int64 331 286k |
|---|---|---|---|---|---|
igc-parla-2024ext_2021-01-18-44 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-44, 18.01.2021.\n\n(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-18, 2021-01-18 | 150,625 |
igc-parla-2024ext_2021-01-19-45 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-45, 19.01.2021.\n\nÞ(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-19, 2021-01-19 | 75,416 |
igc-parla-2024ext_2021-01-20-46 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-46, 20.01.2021.\n\nHe(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-20, 2021-01-20 | 64,940 |
igc-parla-2024ext_2021-01-21-47 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-47, 21.01.2021.\n\nTi(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-21, 2021-01-21 | 140,704 |
igc-parla-2024ext_2021-01-26-48 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-48, 26.01.2021.\n\nBo(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-26, 2021-01-26 | 189,224 |
igc-parla-2024ext_2021-01-27-49 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-49, 27.01.2021.\n\nÁ(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-27, 2021-01-27 | 76,128 |
igc-parla-2024ext_2021-01-28-50 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-50, 28.01.2021.\n\nTi(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-01-28, 2021-01-28 | 147,465 |
igc-parla-2024ext_2021-02-02-51 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-51, 02.02.2021.\n\nÁ(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-02-02, 2021-02-02 | 151,030 |
igc-parla-2024ext_2021-02-03-52 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-52, 03.02.2021.\n\nFo(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-02-03, 2021-02-03 | 169,498 |
igc-parla-2024ext_2021-02-04-53 | "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-53, 04.02.2021.\n\nBo(...TRUNCATED) | igc-parla-2024ext | 2026-04-23 | 2021-02-04, 2021-02-04 | 124,366 |
🧨 Icelandic Dynaword
| Version | 0.0.1 (Changelog) |
| Language | Icelandic (is, isl) |
| License | Openly Licensed, See the respective dataset |
| Models | Currently there is no models trained on this dataset |
| Contact | If you have question about this project please create an issue here |
Dataset Description
- Number of samples: 345
- Number of tokens (Llama 3): 32.40M
- Average document length in tokens (min, max): 93.92K (331, 286.34K)
Dataset Summary
The Icelandic dynaword is a collection of Icelandic free-form text datasets from various domains. All of the datasets in the Icelandic Dynaword are openly licensed and deemed permissible for training large language models.
Icelandic dynaword is continually developed, which means that the dataset will actively be updated as new datasets become available. If you would like to contribute a dataset see the contribute section.
Loading the dataset
from datasets import load_dataset
name = "danish-foundation-models/icelandic-dynaword"
ds = load_dataset(name, split="train")
sample = ds[0]
or load it by streaming the data
ds = load_dataset(name, split="train", streaming=True)
sample = next(iter(ds))
You can also load a single subset at a time:
ds = load_dataset(name, "igc-parla-2024ext", split="train")
As Icelandic dynaword is continually expanding and curated you can make sure that you get the same dataset every time by specifying the revision:
ds = load_dataset(name, revision="{desired revision}")
Languages
This dataset includes the following languages:
- Icelandic (
isl-Latn)
In addition it likely contains small amounts of English due to code-switching and other languages in quotations or embedded references.
Language is denoted using BCP-47, using the language code from ISO 639-3 and the script code from ISO 15924.
| Language | Sources | N. Tokens |
|---|---|---|
| is | igc-parla-2024ext | 32.40M |
| Total | 32.40M |
Domains
This dynaword consist of data from various domains (e.g., legal, books, social media). The following table and figure give an overview of the relative distributions of these domains. To see a full overview of the source check out the source data section
| Domain | Sources | N. Tokens |
|---|---|---|
| Spoken | igc-parla-2024ext | 32.40M |
| Total | 32.40M |
Licensing
The following gives an overview of the licensing in the Dynaword. To get the exact license of the individual datasets check out the overview table. These license is applied to the constituent data, i.e., the text. The collection of datasets (metadata, quality control, etc.) is licensed under CC-0.
| License | Sources | N. Tokens |
|---|---|---|
| CC-BY 4.0 | igc-parla-2024ext | 32.40M |
| Total | 32.40M |
Dataset Structure
The dataset contains text from different sources which are thoroughly defined in Source Data.
Data Instances
Each entry in the dataset consists of a single text with associated metadata.
{
"id": "igc-parla-2024ext_2021-01-18-44",
"text": "Ræður frá Alþingi Íslendinga, 23. kjörtímabil, hefðbundinn fundur 151-44, 18.01.2021.\n\n„Forseti Ísla[...]",
"source": "igc-parla-2024ext",
"added": "2026-04-23",
"created": "2021-01-18, 2021-01-18",
"token_count": 150625
}
Data Fields
An entry in the dataset consists of the following fields:
id(str): A unique identifier for each document.text(str): The content of the document.source(str): The source of the document (see Source Data).added(str): The date when the document was added to this collection.created(str): The date range when the document was originally created.token_count(int): The number of tokens in the sample computed using the Llama 3 tokenizer.
Data Splits
The entire corpus is provided in the train split.
Dataset Creation
Curation Rationale
These datasets were collected and curated with the intention of making openly licensed Icelandic data available. While this was collected with the intention of developing language models it is likely to have multiple other uses such as examining language development and differences across domains.
Annotations
This data generally contains no annotation besides the metadata attached to each sample such as source, date, and token count.
Source Data
Below follows a brief overview of the sources in the corpus along with their individual license. To get more information about the individual dataset click the hyperlink in the table.
Overview Table (click to unfold)
| Source | Description | Domain | N. Tokens | License |
|---|---|---|---|---|
| igc-parla-2024ext | Icelandic parliamentary speeches from CLARIN-IS's IGC-Parla 2024ext | Spoken | 32.40M | CC-BY 4.0 |
| Total | 32.40M |
Data Collection and Processing
This dynaword is continually developed, which means that the dataset will actively be updated as new datasets become available. This means that the size of Dynaword increases over time as seen in the following plot:
The data collection and processing varies depending on the dataset and is documentationed the individual datasheets, which is linked in the above table. If possible the collection is documented both in the datasheet and in the reproducible script (data/{dataset}/create.py).
In addition to data specific processing we also run a series automated quality checks to ensure formatting (e.g. ensuring correctly formatted columns and unique IDs), quality checks (e.g. duplicate and empty string detection) and datasheet documentation checks. These checks are there to ensure a high quality of documentation and a minimal level of quality. To allow for the development of novel cleaning methodologies we do not provide more extensive cleaning.
Dataset Statistics
The following plot(s) are intended to give an overview of docuements length in the various sources.
Contributing to the dataset
We welcome contributions to the dataset, including new sources, improved data filtering, and other enhancements. To get started on contributing, please see the contribution guidelines
Citation Information
If you use this work, please cite the scientific article introducing the Dynaword approach and with the Icelandic Gigaword Corpus which provides large parts of the datasets:
Enevoldsen, K.C., Jensen, K.N., Kostkan, J., Szab'o, B.I., Kardos, M., Vad, K., Heinsen, J., N'unez, A.B., Barmina, G., Nielsen, J., Larsen, R., Vahlstrup, P.B., Dalum, P.M., Elliott, D., Galke, L., Schneider-Kamp, P., & Nielbo, K.L. (2025). Dynaword: From One-shot to Continuously Developed Datasets.
Barkarson, Starka{\dh}ur, Steingr{'i}msson, Stein{\th}{'o}r, & Hafsteinsd{'o}ttir, Hildur (2022). Evolving Large Text Corpora: Four Versions of the Icelandic Gigaword Corpus.
@article{enevoldsen2025dynaword,
title={Dynaword: From One-shot to Continuously Developed Datasets},
author={Enevoldsen, Kenneth and Jensen, Kristian N{\o}rgaard and Kostkan, Jan and Szab{\'o}, Bal{\'a}zs and Kardos, M{\'a}rton and Vad, Kirten and N{\'u}{\~n}ez, Andrea Blasi and Barmina, Gianluca and Nielsen, Jacob and Larsen, Rasmus and others},
journal={arXiv preprint arXiv:2508.02271},
year={2025}
}
@inproceedings{barkarson2022igc,
title={Evolving Large Text Corpora: Four Versions of the Icelandic Gigaword Corpus},
author={Barkarson, Starka{\dh}ur and Steingr{\'\i}msson, Stein{\th}{\'o}r and Hafsteinsd{\'o}ttir, Hildur},
booktitle={Proceedings of the Language Resources and Evaluation Conference},
pages={2371--2381},
year={2022}
}
Additionally, we recommend citing the relevant source datasets as well. See the individual datasheets for more information.
License information
The license for each constituent dataset is supplied in the Source data table. This license is applied to the constituent data, i.e., the text. The collection of datasets (metadata, quality control, etc.) is licensed under CC-0.
Personal and Sensitive Information
As far as we are aware the dataset does not contain information identifying sexual orientation, political beliefs, religion, or health connected along with a personal identifier of any non-public or non-historic figures.
Bias, Risks, and Limitations
Certain works in this collection may be historical works and thus reflect the linguistic, cultural, and ideological norms of their time. As such, it includes perspectives, assumptions, and biases characteristic of the period, which may be considered offensive or exclusionary by contemporary standards.
Notice and takedown policy
We redistribute files shared with us under a license permitting such redistribution. If you have concerns about the licensing of these files, please contact us. If you consider that the data contains material that infringe your copyright, please:
- Clearly identify yourself with detailed contact information such as an address, a telephone number, or an email address at which you can be contacted.
- Clearly reference the original work claimed to be infringed
- Clearly identify the material claimed to be infringing and information reasonably sufficient to allow us to locate the material.
You can contact us through this channel. We will comply with legitimate requests by removing the affected sources from the next release of the corpus
A Danish Foundation Models dataset
- Downloads last month
- 453