V4ldeLund's picture
Add FPSC (#7)
4aa25e4
|
Raw
History Blame Contribute Delete
3.59 kB
metadata
pretty_name: FPSC
language:
  - fo
license: cc-by-4.0
license_name: CC-BY 4.0
size_categories:
  - 10k-100k
task_categories:
  - text-generation
  - fill-mask
task_ids:
  - language-modeling
source_datasets:
  - davidilag/FPSC
domains:
  - Spoken
  - Conversation

Dataset Card for FPSC

Faroese ASR transcripts of speeches from Løgtingið, the Parliament of the Faroe Islands.

Faroese Parliament Speech Corpus (FPSC) is a corpus of natural spoken Faroese from parliamentary meetings.

Dataset Description

  • Number of samples: 46.10K
  • Number of tokens (Llama 3): 16.64M
  • Average document length in tokens (min, max): 360.99 (2, 109.50K)

Dataset Structure

An example from the dataset looks as follows.

{
  "id": "fpsc_M0001_S0001",
  "text": "tingfundurin er settur tað e var ein heiður sum løgtingsformaður at bjóða vælkomið til eina nýggja t[...]",
  "source": "fpsc",
  "added": "2026-07-21",
  "created": "2020-07-29, 2020-07-29",
  "token_count": 584
}

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.

Dataset Statistics

Additional Information

Processing

Dynaword keeps the final text ASR transcript, the source segment ID, and the meeting date. Each source speech segment remains a separate document.

Limitations

The transcripts are weak labels generated by an ensemble of four Faroese-adapted ASR systems and selected through weighted ROVER voting. Errors can occur in overlapping speech, dialectal language, names, interruptions, and spontaneous speech. Much of the text is lowercased and lacks punctuation.

The corpus represents parliamentary discourse and a limited group of speakers, so its topics, register, dialects, and demographics do not represent Faroese language use as a whole.

Source

The source is davidilag/FPSC, published by Dávid í Lág and collaborators at the University of the Faroe Islands. FPSC was built from public parliamentary recordings and metadata published by Løgtingið.

Citation Information

If you use this subset, cite the original source:

@inproceedings{iLag2026FPSC,
  author = {Dávid í Lág and Barbara Scalvini and Carlos Mena and Jón Guðnason},
  title = {{FPSC}: A Sustainable Pipeline for Building a Faroese Parliamentary Speech Corpus},
  booktitle = {Proceedings of the Language Resources and Evaluation Conference (LREC 2026)},
  year = {2026},
  address = {Palma de Mallorca, Spain},
  publisher = {European Language Resources Association (ELRA)},
  institution = {University of the Faroe Islands}
}

License Information

The source corpus is distributed under CC BY 4.0.