大模型解码器在语音识别中是否公平?研究发现音频编码器比模型规模更影响公平性。
Do LLM Decoders Listen Fairly? Benchmarking How Language Model Priors Shape Bias in Speech Recognition

- 对比九种模型,测试其在五类人群上的语音识别公平性
- 压缩音频反而比大模型规模更能预测口音公平性,极端降噪使所有群体表现趋同
- 沉默注入会放大模型偏见,重复插入问题在特定模型中高达86%
当预训练大语言模型取代任务专用解码器用于语音识别时,一个关键问题浮现:其文本先验是否会加剧或缓解不同人口群体间的识别偏差?我们在约4.3万条语音上评估了九种模型,涵盖三种架构世代(无语言模型的CTC、隐式语言模型的编码器-解码器、显式预训练解码器的LLM),覆盖五个人口维度(族裔、口音、性别、年龄、第一语言),使用Common Voice 24和Meta的Fair-Speech数据集。在干净音频下,三个发现挑战既有假设:LLM解码器并未放大种族偏见(Granite-8B族裔公平性最佳,最差/最好WER=2.28);Whisper在印度口音语音上出现病态幻觉,插入率峰值达9.62%;音频压缩比模型规模更能预测口音公平性。随后在12种声学退化条件下(噪声、混响、静音注入、分块掩码)对两个数据集进行共216次推理测试。严重退化使各群体误差趋同,公平差距缩小;但静音注入使Whisper口音偏见扩大至4.64倍,引发选择性幻觉;掩码条件下,Whisper进入灾难性重复循环(51,797次插入中86%为重复),而显式LLM解码器仅产生38倍更少的插入且近零重复;高压缩编码(Q-former)即使在LLM解码器中也重现重复病理。结果表明,音频编码器设计而非模型规模,是实现公平鲁棒语音识别的关键杠杆。
原文摘要 · Abstract (English)
As pretrained large language models replace task-specific decoders in speech recognition, a critical question arises: do their text-derived priors make recognition fairer or more biased across demographic groups? We evaluate nine models spanning three architectural generations (CTC with no language model, encoder-decoder with an implicit LM, and LLM-based with an explicit pretrained decoder) on about 43,000 utterances across five demographic axes (ethnicity, accent, gender, age, first language) using Common Voice 24 and Meta's Fair-Speech, a controlled-prompt dataset that eliminates vocabulary confounds. On clean audio, three findings challenge assumptions: LLM decoders do not amplify racial bias (Granite-8B has the best ethnicity fairness, max/min WER = 2.28); Whisper exhibits pathological hallucination on Indian-accented speech with a non-monotonic insertion-rate spike to 9.62% at large-v3; and audio compression predicts accent fairness more than LLM scale. We then stress-test these findings under 12 acoustic degradation conditions (noise, reverberation, silence injection, chunk masking) across both datasets, totaling 216 inference runs. Severe degradation paradoxically compresses fairness gaps as all groups converge to high WER, but silence injection amplifies Whisper's accent bias up to 4.64x by triggering demographic-selective hallucination. Under masking, Whisper enters catastrophic repetition loops (86% of 51,797 insertions) while explicit-LLM decoders produce 38x fewer insertions with near-zero repetition; high-compression audio encoding (Q-former) reintroduces repetition pathology even in LLM decoders. These results suggest that audio encoder design, not LLM scaling, is the primary lever for equitable and robust speech recognition.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。