fastt
收藏资源简介:
该数据集是一个面向语音识别研究的综合资源,包含多个配置子集,覆盖从原始音频到模型嵌入及评估指标的多层次信息。基础配置(base)提供16kHz采样率的音频、对应文本、说话人ID和章节ID,适用于语音识别模型的训练与评估。默认配置(default)包含文本、转录、模型嵌入(如来自不同语音模型的表示)、MFCC特征以及字错误率(WER)及其分解(替换、删除、插入错误)等评估指标,可用于语音识别系统的性能分析。MFCC配置仅提供MFCC特征,便于快速特征提取。模型系列配置(model_data2vec, model_espnet_conformer, model_espnet_transformer, model_wav2vec2, model_wav2vec2_large, model_whisper_large_v3)分别存储了对应模型(如Data2Vec、ESPNet Conformer/Transformer、Wav2Vec2、Whisper)的嵌入表示及其归一化转录、WER等指标,支持模型表示分析。探测配置(probe_espnet_conformer, probe_espnet_transformer, probe_whisper_large_v3)包含通过线性探测获得的评估结果,如R²、皮尔逊相关系数、斯皮尔曼相关系数、选择性等,用于衡量模型内部表示与语言特征(如音素、词性等)的关联。数据集划分为验证集(clean/other)和测试集(clean/other),其中clean子集为低噪声环境,other子集包含更多背景噪声。总体样本数:验证集clean约2703条,验证集other约2864条,测试集clean约2620条,测试集other约2939条。数据集适用于语音识别、语音表示学习、模型评估、特征分析等任务。
This dataset is a comprehensive resource for speech recognition research, containing multiple configuration subsets covering multi-level information from raw audio to model embeddings and evaluation metrics. The base configuration provides audio at 16kHz sampling rate, corresponding transcripts, speaker IDs, and chapter IDs, suitable for training and evaluating speech recognition models. The default configuration includes text, transcripts, model embeddings (e.g., representations from different speech models), MFCC features, and evaluation metrics such as word error rate (WER) and its decompositions (substitution, deletion, insertion errors), which can be used for performance analysis of speech recognition systems. The MFCC configuration only provides MFCC features for fast feature extraction. The model series configurations (model_data2vec, model_espnet_conformer, model_espnet_transformer, model_wav2vec2, model_wav2vec2_large, model_whisper_large_v3) store the corresponding model embeddings (e.g., Data2Vec, ESPNet Conformer/Transformer, Wav2Vec2, Whisper) along with normalized transcripts, WER, and other metrics, supporting model representation analysis. The probe configurations (probe_espnet_conformer, probe_espnet_transformer, probe_whisper_large_v3) contain evaluation results obtained via linear probing, such as R², Pearson correlation coefficient, Spearman correlation coefficient, and selectivity, used to measure the association between model internal representations and linguistic features (e.g., phonemes, parts of speech). The dataset is divided into validation sets (clean/other) and test sets (clean/other), where the clean subset has low-noise environments and the other subset contains more background noise. Total sample counts: validation clean ~2703, validation other ~2864, test clean ~2620, test other ~2939. The dataset is suitable for tasks such as speech recognition, speech representation learning, model evaluation, and feature analysis.
数据集 fastt 概述
该数据集主要围绕语音识别任务构建,基于 LibriSpeech 数据,包含多个配置,涵盖原始音频、转录文本、模型嵌入、MFCC 特征及探测分析结果。
总体构成
数据集包含多个子配置,按功能可分为以下几类:
- 原始音频与文本(
base):包含音频文件(16kHz 采样率)、文本转录、说话人及章节信息。 - 聚合特征(
default、mfcc):提供文本、转录、嵌入向量、MFCC 特征及 WER 统计。 - 模型输出与嵌入(
model_*):多个语音模型(如 Canary、Data2Vec、ESPnet、Wav2Vec2、Whisper 等)的转录结果、WER 指标及池化嵌入向量。 - 探测分析结果(
probe_*、probe):线性探测评估结果,包含各模型在不同层、池化方式下的 R²、相关性等指标。
主要配置详情
base 配置
- 特征:
id(字符串)、file(字符串)、audio(音频,16000 Hz)、text(字符串)、speaker_id(整数)、chapter_id(整数)、nsamples(整数) - 数据划分:
validation_clean:2,703 条validation_other:2,864 条test_clean:2,620 条test_other:2,939 条
- 下载大小:约 1.34 GB;数据集总大小:约 1.42 GB
default 配置
- 特征:
text(字符串)、transcription(字符串)、embedding(float16 序列)、mfcc(float16 序列)、n_frames(整数)、sub/dele/ins/nref(整数)、wer(浮点数) - 数据划分:
validation:5,567 条test:5,559 条
- 下载大小:约 5.96 GB;数据集总大小:约 6.00 GB
mfcc 配置
- 特征:
id(字符串)、mfcc(float16 序列)、mfcc_n_frames(整数) - 数据划分:与
base相同的四个划分(validation_clean、validation_other、test_clean、test_other),条数一致 - 下载大小:约 95.0 MB;数据集总大小:约 114.9 MB
model_* 系列配置
每个配置对应一个独立的语音识别模型,包含 id、transcription、transcription_norm、text_norm、WER 相关指标(wer、wer_raw 及子错误计数),以及从特定层提取的池化嵌入(如 pool_l*_mean、max、min、sum、std、first、last),向量的维度因模型而异。
涉及模型及嵌入维度:
| 配置名 | 模型说明 | 嵌入维度 |
|---|---|---|
model_canary_qwen_2_5b |
Canary Qwen 2.5B | 1024 |
model_data2vec |
Data2Vec | 768 |
model_espnet_conformer |
ESPnet Conformer | 512 |
model_espnet_transducer |
ESPnet Transducer | 512 |
model_espnet_transformer |
ESPnet Transformer | 512 |
model_mfcc_pooled |
MFCC 池化 | 13 |
model_parakeet_tdt_0_6b_v2 |
Parakeet TDT 0.6B v2 | 1024 |
model_wav2vec2 |
Wav2Vec2 | 768 |
model_wav2vec2_large |
Wav2Vec2 Large | 1024 |
model_whisper_large_v3 |
Whisper Large v3 | 1280 |
各模型配置均包含 validation_clean、validation_other、test_clean、test_other 四个划分,具体条数分别为:2703、2864、2620、2939。各模型总体数据规模约在 163 MB 至 403 MB 之间。
probe_* 系列配置
提供探测分析结果,包含以下字段:
- 模型信息:
model、layer、pooling、target、split、feature、train_on - 性能指标:
cv_r2、r2、selectivity、r2_beyond_length、r2_length_only、pearson_r、spearman_r、p_value、rmse、r2_shuffled、r2_dummy - 统计信息:
alpha、dof、n_train、n_eval、n_features
每个探测配置仅含 train 划分,包含 14 条示例,数据集规模约 3 KB。
数据规模总结
| 配置类别 | 划分数量 | 单条示例数范围 | 总数据集大小 |
|---|---|---|---|
| base | 4 个划分 | 2,620 - 2,939 | 约 1.42 GB |
| default | 2 个划分 | 5,559 - 5,567 | 约 6.00 GB |
| mfcc | 4 个划分 | 2,620 - 2,939 | 约 115 MB |
| model_* | 4 个划分/配置 | 2,620 - 2,939 | 约 163 MB - 403 MB |
| probe_* | 1 个划分/配置 | 14 | 约 3 KB |
应用方向
该数据集适用于:
- 语音识别模型的评估与基准测试
- 语音嵌入特征的可解释性分析(通过线性探测)
- 不同模型层输出与语音属性(如时长、错误率)之间的关系研究




