logoalt Hacker News

mahotoday at 5:55 PM4 repliesview on HN

Which model best allows me to transcribe speech that uses a lot of domain-specific terms? For example, when I say "Claude Code", it often gets transcribed as "Cloud Code", and I have to go back and edit or do a second pass with a traditional LLM (which can introduce additional errors).


Replies

jeffrwellstoday at 6:15 PM

I’ve had a lot of success in the past with fine tuning STT using synthetic data.

I was doing it for Veterinary (ambient recording -> SOAP notes) which has tons of complex domain-specific language AND it is critically important to get right.

“CPR” transcribing as “see pee are” just doesn’t cut it in that industry.

show 2 replies
abdiktoday at 7:23 PM

agree with omneity here. Whisper's initial-prompt trick is exactly that, and several hosted vendors have equivalents (custom vocabulary / keyword prompting). Domain vocabulary is where STT models separate the most in our runs. for example, on medical terms the field spreads from about 8% to 19% WER across models: https://benchmarks.speko.ai/blog/what-a-voice-agent-hears.

We often find that models that wins on clean speech are often not the one that wins on your terms, so test with your own vocabulary rather than a headline number.

omneitytoday at 6:11 PM

Good old Whisper allows you to enter a prompt with domain specific terms and it will use them for transcription.

k9294today at 6:51 PM

Gemini 3 flash series is quite good, also elevenlabs scribe v2