CoolFace
Datasetpublic

changelinglab/librispeech-segment

LibriSpeech Segment English read-speech corpus with phone-level time alignments (Montreal Forced Aligner). Suitable for training and evaluating phone recognition and phonetic segmentation models. Sources Audio: LibriSpeech (OpenSLR 12) by Vassil Panayotov, Guoguo Chen, Daniel Povey, Sanjeev Khudanpur (2015). Phone alignments: anyspeech/librispeech_MFA_alignments. Splits Split Utterances train.clean.100 28,538 train.clean.360 104,008… See the full description on the dataset page: https://huggingface.co/datasets/changelinglab/librispeech-segment.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
1likes515downloads
Dataset Card

LibriSpeech Segment

English read-speech corpus with phone-level time alignments (Montreal Forced Aligner). Suitable for training and evaluating phone recognition and phonetic segmentation models.

Sources

Splits

SplitUtterances
train.clean.10028,538
train.clean.360104,008
train.other.500148,645
dev.clean2,703
dev.other2,864
test.clean2,620
test.other2,938

Split labels follow the LibriSpeech canonical naming.

Schema

ColumnTypeDescription
utt_idstringUtterance id, e.g. 7635-105409-0022
audioAudio(16 kHz)Embedded waveform bytes (decoded on access)
textstringWord-level transcript (uppercase)
phonessequence[string]ARPABET phone tokens
phone_startssequence[float64]Phone start times in seconds
phone_endssequence[float64]Phone end times in seconds
languagestringeng (ISO 639-3)
speaker_idstringLibriSpeech speaker id
durationfloat64Utterance duration in seconds
splitstringLibriSpeech split label

Phone inventory

Phones are ARPABET (e.g. DH, EH, R, AE, OW). Silence and pauses are marked with [SIL] intervals, kept in the alignment so boundary models can learn from them. [UNK] may also appear for OOV cases.

License

Released under the CC BY 4.0 license, matching the original LibriSpeech audio.

Citation

bibtex
@inproceedings{panayotov2015librispeech,
  title={Librispeech: an asr corpus based on public domain audio books},
  author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
  booktitle={2015 IEEE international conference on acoustics, speech and signal processing (ICASSP)},
  pages={5206--5210},
  year={2015},
  organization={IEEE}
}