New AI Trick Helps Voice Assistants Stop Mishearing Your Name
Your phone's dictation may finally get names, accents and jargon right.
Speech-to-text software — the kind that turns your voice into written words — usually listens to one sentence at a time. When it does look back at what was said earlier, it often reads its own old transcripts. That's a problem: if it misheard a name once, it keeps repeating that same mistake. And written transcripts throw away useful clues, like how a word was actually pronounced, or who was speaking.
A research team from China took a different approach. Instead of feeding the AI old text, they fed it the actual earlier audio alongside the earlier text. They also built a training pipeline that deliberately creates conversations packed with easily confused words — think 'Bryan' versus 'Brian', or drug names that sound alike — so the AI learns to use context to sort them out. Then they taught the models using labeled examples, a process called supervised fine-tuning.
To measure whether any of this works, the team created MM-ContextASR Bench, a test set covering five everyday situations. They ran it on two existing AI models, Qwen3-Omni and Step-Audio-2-mini. Both struggled when the conversation history was irrelevant or flat-out wrong — a realistic problem, since real conversations wander. But when the history was good, giving the AI sound plus text produced the best results at correctly catching names and specific terms. Extra tests with accented speech, dialects, and picking out one speaker in a crowd showed that keeping the old audio really does help.
The catch: this is a research report, not a product. You won't see it in your phone tomorrow. But the team published its test data and evaluation code openly, which is how improvements like this usually reach real apps — dictation, meeting notes, call-center software, and medical transcription, where a misheard word can matter a lot.
- Today's voice-to-text AI often repeats its own early mistakes because it re-reads old written transcripts instead of listening back to the audio
- Feeding it both the earlier audio and text improved how often it correctly caught names and easily confused words on two AI models, Qwen3-Omni and Step-Audio-2-mini
- The researchers released their test set (MM-ContextASR Bench) and code publicly, so other companies can build on it
Why It Matters
Fewer garbled names and accents in dictation, meeting notes and calls — less time fixing errors by hand.