Towards Quantifying Benchmark Optimization in ASR Models
部分顶尖语音识别模型并非在听音频,而是在抄标准答案
研究者设计了一批音频本身无法唯一确定正确文本的测试场景,比如参考文本本身有错、把某个数字的声音直接静音、或者一个词存在两种同样正确的拼写方式。他们在11个开源语音识别模型上测试后发现,那些在公开排行榜上单词错误率(WER)最低、成绩最好的模型,恰恰最容易照抄基准测试的参考文本,即便音频内容与之矛盾、被遮蔽或本身模糊不清。这种投机行为只在与基准测试高度相关的特定声学线索下才会触发,而且可以通过修改模型内部激活值或拼接额外音频来人为打开或关闭。
METAL MEDIA 解读图
部分顶尖语音识别模型并非在听音频,而是在抄标准答案
- 01研究者利用音频无法唯一确定文本的三类场景——参考文本错误、数字音频被静音、存在两种等效拼写的词——测试了11个开源语音识别模型
- 02在VoxPopuli等公开基准上,单词错误率最低的六个模型(5.4%-5.8%)恰恰最容易照抄错误的参考文本(照抄率0.18-0.30),而错误率6.5%以上的模型照抄率则在0.10以下
- 03用基准测试集里真实出现过的说话人声音克隆朗读同样内容时,模型依然会照抄参考文本;但换成普通声音或训练截止后新录制的陌生说话人后,这种行为明显减弱,说明模型抓住的是基准测试特有的狭窄声学线索,而非真正听懂了内容
- 04在音频片段后拼接一段与基准测试相关的额外音频,或者对模型内部一个特定的激活方向进行添加或消除(低秩线性引导),都可以人为地打开或关闭这种照抄行为
- 05整体结果表明,部分高分语音识别模型的排行榜成绩可能被基准测试特有的取巧行为拉高,而非真正反映了更强的通用转录能力
他们做了什么
- 研究者利用音频无法唯一确定文本的三类场景——参考文本错误、数字音频被静音、存在两种等效拼写的词——测试了11个开源语音识别模型
- 在VoxPopuli等公开基准上,单词错误率最低的六个模型(5.4%-5.8%)恰恰最容易照抄错误的参考文本(照抄率0.18-0.30),而错误率6.5%以上的模型照抄率则在0.10以下
- 用基准测试集里真实出现过的说话人声音克隆朗读同样内容时,模型依然会照抄参考文本;但换成普通声音或训练截止后新录制的陌生说话人后,这种行为明显减弱,说明模型抓住的是基准测试特有的狭窄声学线索,而非真正听懂了内容
- 在音频片段后拼接一段与基准测试相关的额外音频,或者对模型内部一个特定的激活方向进行添加或消除(低秩线性引导),都可以人为地打开或关闭这种照抄行为
- 整体结果表明,部分高分语音识别模型的排行榜成绩可能被基准测试特有的取巧行为拉高,而非真正反映了更强的通用转录能力
![Figure 2: Cross-model audit on VoxPopuli. WER (%) is the VoxPopuli-test score from the June 2026 Open ASR Leaderboard [38]. Kimi Audio is not on the leaderboard, and its score is computed using the leaderboard’s scoring. Consensus-panel members are scored against edits flagged unanimously by the remaining three members (§3.3).](https://media.metallab.ai/papers/2608.19936/f0.png)

| consensus | human-annotated edits | |||
|---|---|---|---|---|
| model | accept-ref | accept-ref | 95% CI | n |
| Cohere-Transcribe | 0.30 | 0.52 | [0.47, 0.58] | 253/483 |
| Granite-Speech-4.1-2B | 0.21 | 0.42 | [0.36, 0.47] | 211/508 |
| Canary-Qwen-2.5B | 0.23 | 0.41 | [0.36, 0.47] | 210/507 |
| Higgs-Audio-v3-8B | 0.21 | 0.39 | [0.33, 0.44] | 200/517 |
| Phi-4-Multimodal | 0.19 | 0.38 | [0.33, 0.44] | 195/510 |
| Parakeet-TDT-0.6B-v2 | 0.18 | 0.38 | [0.32, 0.43] | 192/512 |
| Qwen3-ASR-0.6B | 0.09 | 0.19 | [0.15, 0.24] | 98/518 |
| Moonshine-Streaming | 0.06 | 0.14 | [0.11, 0.19] | 74/516 |
| Voxtral-Mini-3B | 0.04 | 0.09 | [0.06, 0.12] | 47/527 |
| Kimi-Audio-7B | 0.03 | 0.07 | [0.05, 0.11] | 40/536 |
| Whisper-Large-v3 | 0.02 | 0.08 | [0.05, 0.11] | 39/514 |


| model | full | truncated | donor ablated | activation ablated |
|---|---|---|---|---|
| Cohere-Transcribe | 0.30 | 0.13 | 0.06 | 0.04 |
| Canary-Qwen-2.5B | 0.23 | 0.12 | 0.05 | 0.02 |
| Granite-Speech-4.1-2B | 0.21 | 0.12 | 0.20 | 0.14 |
| Higgs-Audio-v3-8B | 0.21 | 0.12 | 0.03 | – |
| Phi-4-Multimodal | 0.19 | 0.09 | 0.05 | 0.20 |
| Parakeet-TDT-0.6B-v2 | 0.18 | 0.08 | 0.06 | 0.01 |
| Qwen3-ASR-0.6B | 0.09 | 0.09 | 0.04 | – |
| Moonshine-Streaming | 0.06 | 0.07 | 0.04 | – |
| Voxtral-Mini-3B | 0.04 | 0.05 | 0.03 | – |
| Whisper-Large-v3 | 0.02 | 0.05 | 0.02 | – |
| Kimi-Audio-7B | 0.03 | 0.06 | 0.04 | – |


| consensus accept-ref | masked accept-ref | |||
|---|---|---|---|---|
| model | VoxPopuli | ep-fresh | VoxPopuli | ep-fresh |
| Cohere-Transcribe | 0.304 | 0.122 | 0.185 | 0.074 |
| Canary-Qwen-2.5B | 0.233 | 0.150 | 0.051 | 0.062 |
| Granite-Speech-4.1-2B | 0.208 | 0.117 | 0.051 | 0.062 |
| Higgs-Audio-v3-8B | 0.211 | 0.168 | 0.070 | 0.040 |
| Phi-4-Multimodal | 0.188 | 0.193 | 0.076 | 0.044 |
| Parakeet-TDT-0.6B-v2 | 0.181 | 0.120 | 0.038 | 0.029 |
| Qwen3-ASR-0.6B | 0.092 | 0.091 | 0.051 | 0.015 |
| Moonshine-Streaming | 0.056 | 0.099 | 0.013 | 0.018 |
| Voxtral-Mini-3B | 0.035 | 0.128 | 0.076 | 0.062 |
| Whisper-Large-v3 | 0.025 | 0.071 | 0.083 | 0.062 |
| Kimi-Audio-7B | 0.028 | 0.144 | 0.013 | 0.018 |


| real | vox-clone | ep-fresh | generic | real−ep-fresh | real−generic | |
|---|---|---|---|---|---|---|
| Cohere-Transcribe | +1.52 | +1.26 | +0.92 | +0.54 | +0.60 [+0.30,+0.94] | +0.98 [+0.66,+1.33] |
| Canary-Qwen-2.5B | +1.22 | +1.05 | +0.65 | +0.77 | +0.57 [+0.27,+0.90] | +0.45 [+0.17,+0.71] |
| Granite-Speech-4.1-2B | +0.12 | +0.15 | +0.16 | +0.01 | −0.04 [−0.24,+0.17] | +0.11 [−0.11,+0.32] |
| Phi-4-Multimodal | +0.46 | +0.51 | +0.24 | +0.27 | +0.23 [+0.01,+0.50] | +0.19 [+0.04,+0.35] |
| Higgs-Audio-v3-8B | +0.50 | +0.57 | +0.37 | +0.11 | +0.13 [−0.00,+0.26] | +0.39 [+0.23,+0.56] |
| Whisper-Large-v3 | +0.70 | +0.89 | +0.85 | +1.01 | −0.16 [−0.37,+0.06] | −0.31 [−0.47,−0.15] |
| Moonshine-Streaming | +0.31 | +0.37 | +0.25 | +0.15 | +0.06 [−0.08,+0.21] | +0.16 [+0.00,+0.32] |
| Kimi-Audio-7B | +0.24 | +0.32 | +0.06 | +0.16 | +0.17 [−0.00,+0.37] | +0.08 [−0.06,+0.22] |
| Qwen3-ASR-0.6B | −0.60 | −0.56 | −1.06 | −1.14 | +0.46 [+0.19,+0.75] | +0.54 [+0.31,+0.76] |
| Voxtral-Mini-3B | −0.13 | +0.07 | −0.12 | −0.05 | −0.01 [−0.17,+0.16] | −0.08 [−0.23,+0.07] |


| model | truncated | attn-isolated | translate | full |
|---|---|---|---|---|
| Voxtral-Mini-3B | 1.00 | 1.00 | 1.00 | 1.00 |
| Whisper-Large-v3 | 1.00 | 1.00 | 1.00 | 1.00 |
| Moonshine-Streaming | 1.00 | 1.00 | – | 1.00 |
| Qwen3-ASR-0.6B | 0.94 | 0.95 | 1.00 | 1.00 |
| Kimi-Audio-7B | 1.00 | 0.89 | – | 0.89 |
| Cohere-Transcribe | 0.94 | 0.26 | – | 0.00 |
| Granite-Speech-4.1-2B | 0.67 | 0.11 | 0.39 | 0.00 |
| Canary-Qwen-2.5B | 0.83 | 0.05 | – | 0.00 |
| Phi-4-Multimodal | 0.83 | 0.89 | 0.61 | 0.00 |
| Higgs-Audio-v3-8B | 0.83 | 0.42 | – | 0.06 |
| Parakeet-TDT-0.6B-v2 | 1.00 | – | – | 0.00 |


为什么重要
如果只根据公开排行榜的分数来选择语音识别模型,实际使用效果可能达不到排行榜显示的水平,因为部分分数来自模型对特定测试集的投机取巧而非真正的听觉理解能力。这项工作提供了一套可复用的方法,能在信任任何语音识别排行榜结果之前先检验其是否存在这种问题。
本文术语
- 单词错误率(WER) · 衡量语音识别结果与标准文本相比错误比例的常用指标
- 基准测试投机(benchmark optimization) · 模型通过利用某个测试集的特有规律而非真正提升通用能力来拉高报告分数的行为
- 激活引导(activation steering) · 一种可解释性技术,通过在模型内部添加或移除特定方向的向量来因果性地改变模型行为
- teacher-forced似然 · 强制给模型输入正确答案文本,测量模型对下一个字符预测的置信程度
- accept-ref率 · 在音频并不支持的情况下,模型仍然输出基准测试参考文本原文的比例
论文原文摘要(英文)
Public benchmarks are important measures of Automatic Speech Recognition (ASR) model capabilities. However, by nature of being public, there is risk of models being optimized for these benchmarks in ways that do not generalize well to real-world data. We present a methodology for quantifying benchmark optimization, focusing on cases where the audio underdetermines the reference transcript. We identify three families of behavioral probes that reveal models' capabilities of reproducing benchmark reference spans despite underdetermined audio: reference disagreement, masked-number recovery, and orthographic switching. We find that the highest-scoring open source models output verbatim reference transcript spans even when the relevant audio is contradictory, masked, or ambiguous. Using a variety of mechanistic probes, we show that models respond to narrow acoustic cues to override the faithful representation of the audio in favor of a benchmark-optimized policy. We show the benchmark-optimized behavior can be causally manipulated via low-rank linear steering or simply appending audio to the end of a segment in some cases. Overall, our results indicate that high-performing models exhibit benchmark-conditioned behaviors that can inflate benchmark performance without reflecting improved general-purpose transcription ability.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressAI模仿老师模型学习时,会误伤本来推理正确的步骤,新方法专门过滤掉这种误伤
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调
METAL MEDIA 最新报道
图片来源: Theo Lebryk et al., arXiv:2608.19936, CC BY 4.0