CoolFace
Datasetpublic

ufal/parczech4speech-segmented

ParCzech4Speech (Sentence-Segmented Variant) Dataset Summary ParCzech4Speech (Sentence-Segmented Variant) is a large-scale Czech speech dataset based on parliamentary recordings and official transcripts. This sentence-segmented variant is designed for speech recognition and synthesis tasks, offering clean audio-text alignment and reliable segment boundaries. It is derived from the ParCzech 4.0 corpus and AudioPSP 24.01 audio collection. Using WhisperX and… See the full description on the dataset page: https://huggingface.co/datasets/ufal/parczech4speech-segmented.

sourceHugging Facecc-by-2.0updated 1y agoView on Hugging Face
1likes312downloads
Dataset Card

ParCzech4Speech (Sentence-Segmented Variant)

Dataset Summary

ParCzech4Speech (Sentence-Segmented Variant) is a large-scale Czech speech dataset based on parliamentary recordings and official transcripts. This sentence-segmented variant is designed for speech recognition and synthesis tasks, offering clean audio-text alignment and reliable segment boundaries.

It is derived from the **ParCzech 4.0** corpus and **AudioPSP 24.01** audio collection. Using WhisperX and Wav2Vec 2.0 for automatic alignment, this dataset ensures high-quality segments and provides rich metadata for filtering and quality control.

The dataset is released under a permissive CC-BY, allowing unrestricted commercial and academic use.

🔔 Note

📢 A larger unsegmented variant of this dataset is now available! The unsegmented version provides longer, continuous speech segments that do not follow sentence boundaries, making it especially suitable for streaming ASR. You can find it under ParCzech4Speech (Unsegmented Variant) on Hugging Face.

Data Splits

SplitSegmentsHoursSpeakers
Train682,2541131525
Dev5,09410.1429
Test11,37920.6330

Dataset Structure

Each row corresponds to a sentence-level audio segment with accompanying metadata:

ColumnDescription
true_textOfficial transcript from parliamentary stenographic records (unnormalized).
rec_textAutomatically recognized transcript using Whisper model.
speakerSpeaker identifier in the format NameSurname.YearOfBirth.
durDuration of the segment in seconds.
vertVertical file name from ParCzech 4.0 for backward compatibility.
n_numbersNumber of number tokens detected in true_text.
n_true_wordsNumber of true words in the segment.
seg_edit_distLevenshtein distance between true_text and rec_text.
align_edit_dist_maxMaximum word-level edit distance between aligned word pairs.
true_char_avg_durAverage duration per character in true_text (ignoring whitespace).
start_token_idStart token index (from vertical data) indicating the original source of the segment.
end_token_idEnd token index (from vertical data).
wav2vec_recTranscript from Wav2Vec 2.0 model with greedy decoding strategy used as a secondary ASR reference.
wav2vec_rec_edit_distNormalized edit distance between wav2vec_rec and rec_text.
speaker_text_cntFrequency count of the given speaker-text pair, can be used for deduplication.

Citation

Please cite the dataset as follows:

bibtex
TODO