Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/4 17:38:06

Should We Type or Talk to LLM Agents? A Comprehensive Study of Voice and Keyboard Input Perturbations

AI 中文解读
核心亮点:这项研究首次系统比较了人类用键盘打字和用语音与AI对话时,两种输入方式对AI理解能力的影响,并发现了一个反直觉的结论——语音输入让AI“变笨”的程度远高于打字。 通俗解读:我们平时跟AI交流,要么打字要么说话。研究发现,说话时AI更容易“听岔”,不是因为它听不清词,而是因为口语中的停顿、重复、语气词等“废话”会扰乱它的理解。相比之下,打字时的错别字对AI影响不大,它甚至能自动“脑补”修正。最有趣的是,这种差异只在需要AI推理或创造答案时出现,如果是选择题,两者效果没差别。 实际影响:如果你用语音助手问路或查资料,可能得不到最准确的答案,而打字会更可靠。好消息是,给AI更多“思考时间”能完全弥补打字输入的损失,但对语音输入却无效。这意味着未来语音助手需要专门优化,否则用户可能会发现“说”不如“打”靠谱。对开发者来说,设计语音交互产品时得注意减少口语干扰,否则用户体验会打折扣。
Human input reaches language models by typing or speaking, and each channel leaves a distinct signature: orthographic noise for keyboards; for voice, disfluency from conventional transcription and restructuring from AI-backed dictation tools. How do they impact an LLM's performance? In this paper we present HIVE (Human Input-Variation Engine), a suite of voice transcription perturbations and QWERTY keyboard perturbations. We use HIVE to evaluate how robust models are to these perturbations. We present seven findings. (i) Voice transcription perturbations lower accuracy across every instruction-tuned model we test, and it is the structure of the transcription rather than its fillers that carries the cost. (ii) QWERTY keyboard perturbations cost less, and a model absorbs a lot of them before accuracy falls away. (iii) Both trace back to one cause, how many of the question's tokens survive the perturbation: destroying a token is what hurts, while adding new ones alongside it costs little. (iv) The gap between the two channels appears only where the answer must be constructed or deduced; on multiple choice there is none. (v) The harm does not solely come from test-set contamination. (vi) It cannot be trained away with lightweight adaptation. (vii) A thinking budget recovers the keyboard channel almost entirely but leaves the spoken registers untouched, and compressed speech is worse with it.
分享
阅读原文