Speech & ASR Evaluations Index

April 17, 2026 · View on GitHub

Index of evaluations and experiments assessing Automatic Speech Recognition (ASR) and Speech-to-Text (STT) system performance under various conditions.

Author: Daniel Rosehill Related Index: Experiments-And-Evaluations-Index


Evaluations

Oct 2025 — Local Whisper Model Comparison

Question: What is the difference in accuracy between various Whisper models on local inference, and how do derivative engines compare against original Whisper?

Links: GitHub

Summary: Benchmarked multiple Whisper model variants running locally on AMD GPU hardware (ROCm) through Speech Note on Ubuntu. Compared stock Whisper models of different sizes and derivative engines to identify the best-performing local STT option for the hardware.


Nov 2025 — Long-Form Audio Transcription

Question: How do ASR systems perform on extended audio recordings compared to shorter clips?

Links: GitHub

Summary: Single-shot STT benchmark focused on long-form audio. Evaluated how transcription quality degrades or holds up as recording length increases beyond typical short-clip evaluation sets.


Nov 2025 — Podcast ASR Evaluation

Question: How accurately do ASR systems transcribe podcast-style audio?

Links: Dataset

Summary: Evaluation of ASR performance on podcast recordings, testing how conversational speech patterns, multiple speakers, and natural audio quality affect transcription accuracy.


Nov 2025 — STT System Comparison

Question: How do different STT systems compare head-to-head on the same audio inputs?

Links: Space

Summary: Side-by-side comparison of multiple STT systems on identical test audio, providing a direct performance comparison across providers.


Nov 2025 — English-Hebrew Code-Switched Speech

Question: How well do standard STT systems handle code-switched English-Hebrew speech patterns common among English-speaking immigrants in Israel?

Links: Dataset

Summary: Created 516 audio-text pairs of English sentences with naturally interspersed Hebrew words across domains like government, healthcare, and documents. Tests how well ASR handles the kind of mixed-language speech typical of Anglophones living in Israel.


Nov 2025 — Whisper Fine-Tune vs Commercial APIs

Question: Can fine-tuning Whisper achieve measurable WER reductions, even when comparing local inference against cloud-based commercial models?

Links: Dataset · Space

Summary: Fine-tuned Whisper Large Turbo running locally achieved 5.84% WER, beating the best commercial API (Assembly AI) tested via Eden AI. Demonstrates that even a quick fine-tune on personal voice data can outperform paid cloud ASR services.


Nov 2025 — Tech Vocabulary ASR Training Data

Question: Can a specialized speech dataset improve ASR performance on technical and developer vocabulary?

Links: Dataset

Summary: Work-in-progress dataset of 205 human-recorded samples (38 min, 10K words) targeting developer and technical vocabulary for Whisper fine-tuning. Covers software engineering terms, GitHub references, and programming jargon that stock models commonly misrecognize.


Nov 2025 — Voice-to-Vector RAG Pipeline Test

Question: Can voice data be reliably transcribed, structured, and upserted into a vector database for accurate retrieval?

Links: Dataset

Summary: Synthetic dataset simulating a job seeker narrating career trajectory, used to test a voice-to-vector-database RAG pipeline: MP3 → transcription → structured context → Pinecone/Ragie upsert → retrieval accuracy evaluation.


Dec 2025 — Microphone Selection Impact

Question: To what extent does microphone selection affect ASR transcription accuracy?

Links: GitHub

Summary: Collected test samples across various microphones and evaluated STT accuracy differences. Tests whether hardware choice meaningfully impacts transcription quality for the same speaker and content.


Dec 2025 — WPM & Background Noise Impact

Question: To what extent do background noise and variations in speaking pace (WPM) affect ASR transcription accuracy as measured by Word Error Rate (WER)?

Links: GitHub · Dataset

Summary: Controlled evaluation testing Whisper across multiple variables: speaking pace (fast, normal, slow, whispered, loud), background noise types (cafe, music, conversations, transit, traffic, sirens, dogs, baby sounds), and microphone distance (close, normal, far). Annotated audio recordings with WER measurements for each condition.


Dec 2025 — Transcription Cleanup Evaluation

Question: How do various cloud audio understanding models perform on the transcribe-and-cleanup workflow?

Links: GitHub

Summary: Evaluated multiple cloud-based audio understanding models on their ability to not just transcribe but also clean up and format transcriptions. Compared end-to-end quality of the combined transcription + post-processing pipeline.


Dec 2025 — Fine-Tuned vs Stock Whisper Models

Question: How much accuracy improvement can be achieved through fine-tuning Whisper models compared to stock models on local inference?

Links: GitHub (1) · GitHub (2) · Dataset

Summary: Compared fine-tuned Whisper against stock Whisper on local inference using a 92-sample evaluation dataset covering technical vocabulary, English-Hebrew code-switching, and various speaking styles. Ground truth transcriptions provided for WER measurement.


Mar 2026 — Gemini 3.1 Lite Audio Understanding

Question: How well does Gemini 3.1 Lite handle audio understanding tasks beyond simple transcription?

Links: GitHub · Dataset · Space

Summary: Tested Gemini 3.1 Flash Lite on 137 prompts across 22 categories paired with a 20-minute voice sample. Categories include speaker analysis, emotion detection, audio engineering, voice cloning, and forensic audio. 49 completed model outputs demonstrate the model's capabilities and limitations across diverse audio understanding tasks.


Mar 2026 — Single-Shot ASR Evaluation

Links: Space

Summary: Single-shot evaluation interface for quick ASR benchmarking against individual audio samples.


Apr 2026 — Audio Understanding Bitrate Evaluation

Question: How low can MP3 bitrate go before transcription accuracy degrades on audio-input LLMs accessed via OpenRouter?

Links: GitHub · Dataset

Summary: 12 OpenRouter audio-LLMs (Gemini family, GPT-Audio family, Voxtral, MiMo) × 4 dictation samples × 5 MP3 bitrates (16/24/32/48/64 kbps) = 240 API calls, scored by verbatim-transcription WER with per-call latency captured. Findings: bitrate barely matters above ~16 kbps for Gemini and Voxtral; Gemini 3 Flash Preview leads on accuracy (avg WER 0.014), Voxtral leads on accuracy-per-second (~1.0s latency); OpenAI's GPT-Audio models occasionally respond conversationally to the audio instead of transcribing it, even with an explicit verbatim prompt.


Datasets

DatasetSamplesPurposeLink
ASR-WPM-And-Background-Noise-EvalControlled audio samples testing pace, noise, and distance variablesHF
English-Hebrew-Mixed-Sentences516Code-switched English-Hebrew speech evaluation pairsHF
Audio-Understanding-Test-Set137Multimodal audio understanding test prompts across 22 categoriesHF
Small-STT-Eval-Audio-Dataset92Technical vocabulary and code-switching STT evaluationHF
Sample-Voice-Context-DataVoice-to-vector-database RAG pipeline testingHF
Tech-Sentences-For-ASR-Training205Technical/developer vocabulary for ASR fine-tuningHF
Whisper-Fine-Tune-One-Shot-EvalFine-tuned Whisper vs commercial ASR API comparisonHF
Podcast-ASR-EvaluationPodcast transcription ASR evaluationHF
Audio-Understanding-Bitrate-Eval-04264MP3 bitrate × 12-model audio-LLM sweep; verbatim WER + latencyHF

Spaces

SpacePurposeLink
Single-Shot-ASR-EvalQuick single-shot ASR benchmarkingHF
Audio-Understanding-ExperimentAudio understanding experiment resultsHF
Whisper-Fine-Tune-EvalWhisper fine-tune vs API benchmark resultsHF
STT-ComparisonSide-by-side STT system comparisonHF

License

MIT