SponSpeech
收藏资源简介:
SponSpeech是由滑铁卢大学、纽约识别技术公司和哥伦比亚大学共同创建的一个用于标点恢复的数据集,主要来源于非正式的语音源,如播客。该数据集包含665小时的语音数据,涵盖了147,209条训练样本、25,253条验证样本、17,697条测试样本和16,473条具有标点模糊性的测试样本。数据集的创建过程包括从YouTube视频中提取音频和字幕,并通过一系列过滤器确保数据的质量和适用性。SponSpeech旨在解决现有数据集在标点恢复模型评估中的局限性,特别是针对非正式和自发语音的处理能力。
SponSpeech is a punctuation restoration dataset jointly created by the University of Waterloo, New York Recognition Technologies, Inc., and Columbia University. It is primarily sourced from informal speech sources such as podcasts. This dataset contains 665 hours of speech data, including 147,209 training samples, 25,253 validation samples, 17,697 test samples, and 16,473 test samples with punctuation ambiguity. The dataset creation process involves extracting audio and subtitles from YouTube videos, and applying a series of filters to ensure data quality and applicability. SponSpeech aims to address the limitations of existing datasets in the evaluation of punctuation restoration models, particularly their performance on informal and spontaneous speech.
Punctuation Restoration 数据集概述
数据结构
目录结构
- 数据集应放置在
data/目录下,每个数据集包含子目录,如train/,dev/, 和test/。 - 每个子目录应包含
audio/和text/文件夹,以及utt2spk文件。 audio/文件夹包含.wav格式的语音音频文件。text/文件夹包含.txt格式的文本文件。utt2spk文件格式为[spk-id] [utt-id],若无说话者信息,则[spk-id]与[utt-id]相同。
示例结构
data/ |---dataset1/ | |---train/ | | |---audio/ | | | |---[utt-id1].wav | | | |---[utt-id2].wav | | | |---... | | |---text/ | | | |---[utt-id1].txt | | | |---[utt-id2].txt | | | |---... | | |---utt2spk | |---... |---...
数据集下载
- SponSpeech 数据集可从 https://storage.googleapis.com/sponspeech/sponspeech.tar.gz 下载。

- 1Spontaneous Informal Speech Dataset for Punctuation Restoration滑铁卢大学, 纽约识别技术公司, 哥伦比亚大学 · 2024年



