Skip to content
AI

Voice Transcripts Can Make AI Reasoning Less Reliable

A USC-led study finds that voice-transcription rewrites can reduce language-model accuracy more than ordinary keyboard mistakes, especially on open-ended reasoning.

Share Email
Close-up of a multilingual computer keyboard
Close-up of a multilingual computer keyboard. Photo: Alexander-design via Wikimedia Commons. CC0 1.0 public domain dedication. Center-cropped from the original to 16:9 and resized to 1,920 × 1,080 pixels; no generative or substantive alteration.

Talking to an AI assistant feels more natural than typing, but the text produced between a user’s voice and a language model can quietly change the task. New research from the University of Southern California and Santa Monica College finds that those changes can reduce model accuracy more than ordinary keyboard mistakes do.

The study, posted to arXiv on August 4, introduces the Human Input-Variation Engine, or HIVE. It applies controlled transformations that represent conversational speech, prepared speech, AI-reformatted dictation, and common QWERTY errors. The researchers then compare each altered question with the same clean written prompt across reasoning, knowledge, truthfulness, and code-generation benchmarks.

The most useful reading is not that people should stop speaking to AI. HIVE does not test live audio or a complete commercial voice assistant. It shows something more precise: an interface layer that preserves a user’s intention can still reshape enough of the wording to make the downstream model less dependable.

How HIVE separates voice from typing

The research team built 17 perturbation operators and two controls. Voice-oriented conditions include conversational phrasing, formal spoken phrasing, filler removal, and compressed rewrites. Keyboard conditions include neighboring-key substitutions, transposed letters, repeated keys, missing spaces, and random character replacements.

Five open instruction-tuned models ranging from seven billion to 14 billion parameters were evaluated on six benchmarks. The test set includes GSM8K and related math tasks, MMLU-Pro, TruthfulQA, and HumanEval code problems. The authors used repeated seeds and paired each altered item with its clean version, allowing them to measure which answers changed rather than comparing unrelated question sets.

Across the study’s aggregate measure, the six spoken-input transformations produced a mean decline of 9.7 percent relative to clean prompts, compared with 3 percent for the keyboard block. Conversational speech produced a 7.4 percent decline. The most aggressive compressed rewrite produced a 24.1 percent decline, though the authors note that this transformation also carries the greatest risk of changing what was asked.

Fillers were not the main culprit. Adding hesitation words to otherwise clean text caused some damage, but removing fillers from conversational transcripts did not restore clean performance. The stronger relationship was token destruction: accuracy fell as transformations replaced or removed more of the original question’s tokens. Adding material while preserving the original wording was generally less harmful.

The interface is part of the reasoning system

That distinction turns HIVE from a usability curiosity into a systems-design problem. A voice product is not simply a microphone connected to an unchanged model. Speech recognition, punctuation, cleanup, and summarization form a preprocessing pipeline. If that pipeline reorganizes a request before the model sees it, the product is effectively asking the model a different textual question.

The benchmark mix helps locate the risk. The study found no meaningful voice-versus-keyboard gap on multiple-choice tasks, while the gap appeared when a model had to construct or deduce an answer. That result sharpens the interpretation: a surviving answer list can mask damage because the task is recognition among visible options. Open-ended reasoning depends more heavily on the structure that the transcription layer preserves.

A separate test with Qwen3-8B found that enabling a larger thinking budget recovered most of the keyboard-error loss but did not recover the conversational-speech conditions. A lightweight training adaptation also failed to close the spoken-input gap without reducing performance on clean prompts. Those experiments do not prove that stronger models cannot solve the problem, but they argue against treating extra reasoning or a small fine-tune as an automatic repair.

What the evidence does not establish

The limits matter. HIVE generates textual perturbations; it does not record people speaking and pass the audio through multiple production transcription systems. Every benchmark is in English, every task is single-turn, and the tested models are smaller open models rather than current frontier assistants. The paper therefore does not measure the real-world error rate of any named voice product.

GSM8K and HumanEval were originally designed to test mathematical and code-generation capabilities, not end-to-end voice interaction. Using them here is valuable because the clean answers are scoreable, but it also narrows what accuracy means. A customer-service dialogue, creative request, or tool-using agent could fail differently from a self-contained benchmark question.

A practical response is preserve-first design. Voice interfaces can show the transcript before submission, retain an accessible record of what was actually sent, and avoid compressing or reordering a request unless the user asks. Developers can also evaluate the complete input pipeline on open-ended tasks, rather than testing transcription quality and model quality as separate components.

HIVE’s larger lesson is that model intelligence cannot be separated from the text an interface delivers. As speech becomes a default way to use AI, reliability will depend not only on recognizing words, but on preserving the structure that makes a problem the problem the user intended to ask.

Sources: HIVE research paper by Zizhao Hu, Nathan Elijah Segura, Mohammad Rostami, and Jesse Thomason; OpenAI research introducing the GSM8K and HumanEval benchmarks.

Featured image: Close-up of a multilingual computer keyboard. Photo: Alexander-design via Wikimedia Commons. CC0 1.0 public domain dedication. Center-cropped from the original to 16:9 and resized to 1,920 × 1,080 pixels; no generative or substantive alteration.