← 首页|学术|The Null Token Knows: Reducing Message-Free Hallucination in ASR and NMT
cs.CL, cs.LG, cs.SD · 2608.15940 · 2026/08/16

The Null Token Knows: Reducing Message-Free Hallucination in ASR and NMT

Borodin, Kirill, Kudryavtsev, Vasiliy, Viakhirev, Ivan
TL;DR:Null Token Knows:编码器-解码器在输入没有可恢复消息时仍会产出流畅文本——研究保留的 null token 的分数是否已携带可用的弃权信号;在 Whisper 上额外探测解码器状态并对比监督式行编辑与外部门控。

🎯 问题

现代 encoder-decoder 在输入无内容时仍能流利生成文本(ASR 静音段瞎转写、NMT 乱译)——message-free hallucination。需要可靠的弃权(abstention)信号。

🔬 方法

审计原生 null-token 分数与标量 logit shift;Whisper 上探测解码器状态,对比监督式行编辑与常规外部门控;考察「提高 null-token 分数」是否抑制虚构。
章节结构(全文标题提取):
1 Introduction
2 Background and Related Work
3 Experimental Setup
4 RQ1: Developmental Separation and Readout
5 RQ2: Null-Coordinate Diagnostic Audit
6 RQ3: Boundary Tests Across Evaluated Systems
7 Limitations and Scope
8 Conclusion

📊 结果

模型常常暴露可用的弃权信号但默认解码不利用;提高 null-token 分数能锐减虚构,但激进干预会误删有效语音/缩短合法译文;呼吁用「抑制+误删」双指标评估弃权方法。

💡 与研究方向关联

语音侧的「何时该保持沉默」——ASR/NMT 的弃权信号研究,与 duplex 实时语音里「何时不说话、何时让打断生效」的 turn-taking 决策在信号层面同构:沉默也是决策。

📝 原文摘要

▶ 原文摘要 Abstract
Modern encoder-decoder systems can produce fluent text even when their input contains no recoverable message. We study this failure in ASR and NMT through the models' reserved null tokens, asking whether the score for ending generation already carries a usable abstention signal. Across speech recognizers and translation models, we audit native null-token scores and scalar logit shifts. In Whisper, we additionally probe decoder states and compare supervised row edits with conventional external gates. The evaluated models often expose a useful abstention signal, but stock decoding does not reliably act on it. Raising the null-token score can sharply suppress fabrication, but aggressive intervention also deletes valid speech or shortens legitimate translations. These findings turn the null token into a diagnostic lens on hallucination and motivate evaluating abstention methods by both suppression and deletion costs, rather than by hallucination reduction alone.
Deep Read · 2026-08-19高松灯 / Agent 日报 · 语音与实时交互
ASRNMT幻觉抑制NullToken弃权