HALAS
收藏资源简介:
HALAS(大规模自动语音识别系统幻觉标注数据集)是一个针对现代自动语音识别(ASR)系统在真实世界语音录音中产生的幻觉进行人工标注的数据集。该数据集基于Earnings22语料库的录音,包含3,611个音频文件,提供了片段级别的幻觉标注,涵盖幻觉片段、循环错误和幻觉循环错误,并包括修正后的参考转录文本和多个ASR模型的预测结果。数据集支持自动语音识别、幻觉检测、幻觉缓解、错误检测、语音识别评估和语音处理研究等任务,语言为英语,源录音来自27个国家发言人的财报电话会议。数据集分为训练集(2,866个样本)和测试集(745个样本),分割依据源会议进行分层。需要注意的是,HALAS有意构建为包含高比例幻觉,作为幻觉检测和分析的基准,而非日常ASR使用的代表性样本。
HALAS (Hallucination Annotations for Large-scale Automatic Speech Recognition Systems) is a human-annotated dataset for hallucinations produced by modern automatic speech recognition (ASR) systems in real-world speech recordings. Based on recordings from the Earnings22 corpus, the dataset provides segment-level hallucination annotations for ASR outputs. It includes 3,611 audio files, with annotations for hallucination segments, loop errors, and hallucination-loop errors, along with corrected reference transcripts and predictions from multiple ASR systems. The dataset supports tasks such as automatic speech recognition, hallucination detection, hallucination mitigation, error detection, speech recognition evaluation, and speech processing research. The language is English, with source recordings from earnings calls of speakers from 27 countries. It is split into a training set (2,866 samples) and a test set (745 samples), stratified by source meeting, average word error rate, hallucination rate, and audio duration. Note that HALAS is intentionally constructed with a high proportion of hallucinations to serve as a benchmark for hallucination detection and analysis, rather than representing typical ASR usage in the real world.
数据集概述
HALAS (Hallucination Annotations for Large-scale ASR Systems) 是一个人工标注的数据集,专注于现代自动语音识别(ASR)系统在真实语音录音中产生的幻觉现象。该数据集包含针对 Earnings22 语料库中录音生成的 ASR 输出的片段级幻觉标注。
数据集构成
- 来源:源自 Earnings22 数据集,包含约 119 小时的财报电话会议录音,发言人来自 27 个国家,覆盖多种真实录音条件。
- 规模:共 3,611 个音频文件。
- 数据分割:
- 训练集:2,866 个样本
- 测试集:745 个样本
- 分割策略:按来源会议分割,并根据平均词错误率、幻觉率和音频时长进行分层。
数据字段
每个样本包含以下字段:
| 字段名称 | 描述 |
|---|---|
audio_id |
来自 Earnings22 的音频片段唯一标识符 |
audio_duration |
音频片段时长(秒) |
e22_reference_text |
Earnings22 提供的原始参考转录文本 |
corrected_reference_text |
人工校正后的参考转录文本 |
model_prediction |
对应 ASR 模型生成的预测文本 |
model_label |
语句级幻觉标签(布尔值),指示是否存在幻觉 |
model_hallucination_text |
被标注为幻觉的文本片段 |
model_hallucination_json |
包含幻觉位置和类别的结构化标注信息 |
split |
数据集划分(train 或 test) |
model 对应的 ASR 系统包括:whisper_large_v2、whisper_large_v3、whisper_large_v3_turbo、crisper_whisper、canary、canary_flash、parakeet、phi4、granite(带 * 的模型在 Earnings22 上训练过)。
支持任务
- 自动语音识别
- 幻觉检测
- 幻觉缓解
- 错误检测
- 语音识别评估
- 语音处理研究
标注方法
-
标注团队:10 名专业标注员,英语水平达到 B2 或以上。
-
标注流程:
- 审听音频并识别音频质量问题。
- 在听音频的同时审阅 ASR 预测结果。
- 使用以下分类法标记幻觉片段:
- 幻觉:与音频中任何语音内容无关的词或短语。
- 循环:语音信号中存在的词或短语的错误重复。
- 幻觉循环:本身为幻觉且与音频信号无关内容的错误重复。
- 由第二位标注员独立重复上述过程。
- 由第三位标注员解决分歧并最终确定标注。
-
质量控制:
- 每个样本由两位独立标注员审阅。
- 标注员间的一致性较高(Cohens κ = 0.87)。
数据集特征
- 语言:英语。
- 数据特性:通过选择模型间分歧大的音频片段,有意提高了数据集中幻觉的比例。因此,该数据集的幻觉率不代表真实部署环境中的情况。
- 训练集幻觉率:33.6%
- 测试集幻觉率:22.6%
- 音频来源:Earnings22 数据集的音频,可通过
distil-whisper/earnings22在 Hugging Face Datasets 上获取。
偏差、风险与局限性
- 故意对困难音频进行过采样,幻觉频率不代表真实场景。
- 偏向于导致 ASR 系统间分歧的音频样本。
- 结果不应被解释为生产系统中幻觉普遍性的估计。
- 仅关注英文财报电话会议录音,可能无法泛化到其他领域、语言或声学环境。
- 部分音频样本包含口音、低质量录音或部分听不清楚的语音等挑战性条件。
- 尽管参考文本已手动校正,某些录音因音质差而本身具有歧义性。
推荐用途
- 主要用作幻觉检测与分析的标准基准,而非日常 ASR 使用的代表性样本。
- 使用时,应说明评估是在语句级还是片段级进行。
- 解释结果时需考虑人为升高的幻觉率。
- 区分幻觉与普通转录错误。
许可信息
- HALAS 衍生自 Earnings22 数据集,后者采用 Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) 许可。
- 用户需同时遵守 Earnings22 许可条款以及 HALAS 数据集本身的条件。官方许可条款请查阅 HALAS 官方仓库。
来源与引用
- 仓库:https://github.com/DSP-AGH/HALAS/tree/main
- 论文:Barański et al., "HALAS: A Human-Annotated Dataset of Hallucinations of Modern ASR Systems", Proceedings of Interspeech 2026。
联系方式
- Mateusz Barański:mbaranski@agh.edu.pl
- Jan Jasiński:jjasinsk@agh.edu.pl
- 也可通过官方仓库的 issue 追踪器联系。




