AI & Compute
Speech Recognition And Why Accents Still Break It
Transcription systems learn the pronunciations they hear most, so performance varies by speaker, setting and vocabulary, and the errors fall unevenly across the people using them.

Automatic transcription is accurate enough to have become infrastructure, appearing in captions, dictation and call handling. Its remaining failures are not random; they follow the composition of the data it learned from.
The model learns a mapping from sound to text
Modern systems convert audio directly into text using a network trained on recordings paired with transcripts, without a hand-built pronunciation dictionary in between.
What it learns is the relationship present in that training material, including which pronunciations, speaking rates and recording conditions are common.
Speech that resembles the training distribution is transcribed well, and speech that differs is transcribed less well, in direct proportion.
Representation in the data drives accuracy differences
Large collections of recorded speech overrepresent some regional accents, age groups and speaking styles simply because of where the audio was gathered.
Speakers whose accent, dialect or speech pattern is less represented experience higher error rates, which matters when these systems mediate access to services.
Broadening data collection improves this measurably, which is why deliberate collection from underrepresented speakers has become a standard part of building these systems.
Context supplies the words the audio does not
Much of what looks like hearing is prediction. The system uses surrounding words to choose among acoustically similar options, which is why proper nouns and technical terms fail most often.
Names, medications, part numbers and local place names are precisely the words that context cannot predict and that matter most in a transcript.
Deployments address this by supplying an expected vocabulary in advance, which biases the system toward terms relevant to the setting.
The recording is half the problem
Background noise, overlapping speakers, distance from the microphone and telephone bandwidth all degrade the input before any model sees it.
A system that performs well on clean dictation can perform poorly in a car, a clinic or a meeting room with several people talking.
Separating overlapping speakers and attributing speech to the right person remains substantially harder than transcribing a single clear voice.
Why error rate is a misleading single number
An overall word error rate averages across speakers and conditions, hiding the fact that a small group may experience much worse performance than the headline suggests.
Evaluations that report results separately by accent, age and recording condition are far more informative, particularly where the transcript feeds a decision rather than a caption.





