Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 319782081 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for LibriSpeech-PC

Dataset Summary

LibriSpeech-PC is a parquet-backed merge of openslr/librispeech_asr audio metadata with SLR145 punctuation/capitalization manifests. It preserves the original LibriSpeech config/split layout (clean, other, all) and adds punctuation/casing targets.

Dataset Structure

Data Fields

  • file: path to the original LibriSpeech audio file.
  • audio: Audio feature with 16kHz sampling rate.
  • text: punctuated + cased transcript from LibriSpeech-PC manifests.
  • text_raw: raw transcript from LibriSpeech-PC manifests.
  • text_normalized: original normalized LibriSpeech ASR transcript.
  • speaker_id: speaker identifier.
  • chapter_id: chapter identifier.
  • id: utterance identifier.

Data Splits

Split names and configs mirror openslr/librispeech_asr. Some rows may be absent because the SLR145 manifests drop samples during punctuation/capitalization restoration.

Additional Information

Citation Information

@article{meister2023librispeechpc,
  title={LibriSpeech-PC: Benchmark for Evaluation of Punctuation and Capitalization Capabilities of end-to-end ASR Models},
  author={Meister, A. and Novikov, M. and Karpov, N. and Bakhturina, E. and Lavrukhin, V. and Ginsburg, B.},
  journal={arXiv preprint arXiv:2310.02943},
  year={2023}
}

@inproceedings{panayotov2015librispeech,
  title={LibriSpeech: An ASR corpus based on public domain audio books},
  author={Panayotov, V. and Chen, G. and Povey, D. and Khudanpur, S.},
  booktitle={ICASSP},
  year={2015},
  doi={10.1109/ICASSP.2015.7178964}
}

Source Links

Downloads last month
57

Paper for mythicinfinity/librispeech-pc