[Ground Truth] Adding Scribe v2 as an additional ground truth source - #6
Draft
angelos-p wants to merge 3 commits into
Draft
[Ground Truth] Adding Scribe v2 as an additional ground truth source#6angelos-p wants to merge 3 commits into
angelos-p wants to merge 3 commits into
Conversation
… option and some ElevenLabs fixes
angelos-p
marked this pull request as draft
April 17, 2026 14:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some additional fixes were made to the ElevenLabs setup and to the WER calculations. In particular, the language code was not being passed correctly to Pipecat, which was causing significantly worse performance. I also added better support for model_names and wer_labels to help with evaluating multiple ground truths.
Scribe v2 is a more accurate model than Gemini 3 Flash on clean third party benchmarks, and it is also faster to run because it does not rely on reasoning. https://artificialanalysis.ai/speech-to-text#summary
Based on my results, the Scribe GT outputs contain far fewer hallucinations and are a better indicator of actual model performance. That said, any benchmark that does not use human-verified ground truth with strong QA will inevitably have limitations.
I also changed the WER calculation to cap scores at 100%. Previously, if the ground truth itself was hallucinated, WER could exceed 1000%, meaning that a single bad sample could disproportionately skew the overall average. The same issue could happen if a transcription model entered a looping failure mode. Neither case is representative of real-world performance. Capping WER at 100% still penalizes these failures, but prevents a small number of pathological cases from dominating the overall results.
After making these changes, I got the following results. I included both Gemini Flash and Scribe v2 as ground truths. I used the default settings and followed the README instructions exactly. I am happy to produce my results.db file if requested.