--- annotations_creators: - expert-generated language: - pl language_creators: - expert-generated license: - cc-by-nc-nd-4.0 multilinguality: - monolingual pretty_name: pl-asr-pelcra-for-bigos size_categories: - 10K ### Supported Tasks and Leaderboards The PELCRA test sets are intented for benchmarking Polish ASR systems under the 2024 PolEval challenge. ### Languages Polish ## Dataset Structure The datasets consist of audio recordings in the WAV format with corresponding metadata.
The audio and metadata can be used in a raw format (TSV) or via the hugging face datasets library.
References for the test split will only become available after the completion of the 2024 PolEval challenge.
### Data Instances ### Data Fields Available fields: * `audioname` - file identifier * `split` - test, validation or train split * `dataset` - source dataset identifier * `audio` - HF dataset object with binary representation of audio file * `ref_orig` - original transcription of audio file * `samplingrate_orig` - sampling rate of the original recording * `sampling_rate` - sampling rate of recording in the release * `audio_duration_samples` - duration of recordings in samples * `audio_duration_seconds` - duration of recordings in seconds * `audiopath_bigos` - relative filepath to audio file extracted from tar.gz archive * `audiopath_local` - absolute filepath to audio file extracted with the build script * `speaker_gender` - gender (sex) of the speaker extracted from the source meta-data (N/A if not available) * `speaker_age` - age group of the speaker (in CommonVoice format) extracted from the source (N/A if not available) * `utt_length_words` - length of the utterance in words * `utt_length_chars` - length of the utterance in characters * `speech_rate_words` - ratio of words to recording duration. * `speech_rate_chars` - ratio of characters to recording duration.

### Data Splits Train split contains recordings intendend for training. Validation split contains recordings for validation during training procedure. Test split contains recordings intended for evaluation only. References for test split are not available until the completion of 2024 PolEval challenge. | Subset | train | validation | test | | --------------------- | ------ | ---------- | ----- | | ul-diabiz_poleval-22 | 7 719 | 284 | 947 | | ul-spokes_biz_bio-23 | 45 488 | 3 910 | 5 519 | | ul-spokes_biz_int-23 | 726 | 82 | 301 | | ul-spokes_biz_luz-23 | 32 539 | 5 528 | 3 899 | | ul-spokes_biz_pod-23 | 19 511 | 2 260 | 1 036 | | ul-spokes_biz_pres-23 | 14 165 | 1 780 | 1 229 | | ul-spokes_biz_vc-23 | 36 897 | 2 819 | 5 556 | | ul-spokes_biz_vc2-23 | 20 187 | 2 384 | 3 231 | | ul-spokes_biz_wyw-23 | 9 711 | 1 501 | 145 | | ul-spokes_mix_emo-18 | 20 186 | 3 147 | 996 | | ul-spokes_mix_luz-18 | 14 840 | 4 324 | 1 755 | | ul-spokes_mix_parl-18 | 7 181 | 513 | 962 | ## Dataset Creation ### Curation Rationale The dataset was curated in order to enable convenient use of training, validation and test corpora across all publically available ASR speech datasets for Polish. Thanks to similar format of PELCRA and BIGOS corpora and convenient access via hugging face platform ASR practioners are able to leverage vast amount of diverse set of recordings with reduced overhead. Recordings which either lacked transcriptions or were too short to be useful for training or evaluation were removed during curation. ### Source Data Data was sourced from the below original datasets with the original authors' permission: * [SpokesMix](http://docs.pelcra.pl/doku.php?id=spoken_offline_corpora) corpus * [SpokesBiz](http://docs.pelcra.pl/doku.php?id=spokesbiz") corpus. * [PolEval DiaBiz sample](http://docs.pelcra.pl/doku.php?id=diabiz) corpus. #### Initial Data Collection and Normalization Source text and audio files were extracted and encoded in a unified format.
Original dataset-specific transcription norms are preserved, including punctuation and casing.
#### Who are the source language producers? The PELCRA SpokesMix, SpokesBiz and DiaBiz datasets were created by:
Piotr Pęzik, Michał Adamczyk, Małgorzata Krawentek, Paweł Wilk, Sylwia Karasińska, Angelika Peljak-Łapińska, Karolina Adamczyk, Monika Garnys, Karolina Walkusz, Anna Cichosz, Anna Kwiatkowska, Mikołaj Deckert, Paulina Rybińska, Izabela Grabarczyk, Maciej Grabski, Karol Ługowski, Michał Koźmiński, Zuzanna Deckert, Piotr Górniak, Konrad Kaczyński, Łukasz Jałowiecki and others.
The curation and inclusion of subsets of these corpora into the BIGOS format was done by Michał Junczyk from Adam Mickiewicz University. ### Annotations #### Annotation process Current release contains original, manually performed transcriptions. #### Who are the annotators? Participants of the original projects. ### Personal and Sensitive Information This corpus does not contain PII or Sensitive Information. All IDs of speakers are anonymized. ## Considerations for Using the Data ### Social Impact of Dataset To be updated. ### Discussion of Biases To be updated. ### Other Known Limitations Some metadata avaiable in the original releases is not available in the initial HF release e.g. speaker age, gender etc. ## Additional Information ### Dataset Curators Original authors of the source datasets: Piotr Pęzik (piotr.pezik@uni.lodz.pl) et al. please refer to [source-data](#source-data) for details. Michał Junczyk (michal.junczyk@amu.edu.pl) - curator of PELCRA corpora in the BIGOS format. ### Licensing Information The BIGOS benchmark is available under [Creative Commons By Attribution Non Commercial No Derivates](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en) ### Citation Information Please cite all papers enlisted on the original authors pages.
* [SpokesMix](https://aclanthology.org/L18-1678) corpus * [SpokesBiz](http://docs.pelcra.pl/doku.php?id=spokesbiz") corpus. * [PolEval DiaBiz sample](https://aclanthology.org/2022.lrec-1.76/) corpus. ### Contributions Thanks to [@goodmike31](https://github.com/goodmike31) for adding this dataset.