Lode

Stand on the shoulders of giants.

Open the curator →
Source
arXiv
Published
Runtime
0:00
Snippets
5

A conversation between

Transcription Policy as a Latent Variable: Activating Controllable Verbatim ASR with Word-Level Timing

Waveform of the source interview with highlighted segments per snippet.
0:00 0:00

§02

Snippets

  1. Modern ASR models treat transcription style (verbatim vs. intended) as an uncontrolled latent variable, causing up to 60% of reported WER to be attributable to style mismatch rather than acoustic error.

    This hidden style shift inflates error metrics, confounds evaluation across datasets, and makes it impossible to trust when a model truly understood the audio.

  2. Models already encode both verbatim and intended styles; controlled activation via coverage-aware decoder task tokens enables reliable switching between styles.

    This reframes the problem from retraining to inference control—the information is already there, you just need the right handle to pull it.

  3. German disfluency F1 improved from 10% to 79% zero-shot using English-only training, via task tokens that activate the verbatim transcription style.

    The model learned disfluency patterns from English data and can transfer them across languages when the right style is activated.

  4. Supervised cross-attention fine-tuning improves word-level timestamps on disfluent speech beyond standard forced-alignment baselines.

    Fine-grained timing becomes reliable even for messy, real-world speech—not just clean, fluent audio.

  5. The authors propose verbatimize, a new task enabling scalable creation and enrichment of speech corpora with high-quality canonical verbatim transcriptions.

    This could democratize collection of clean disfluency data, fueling better models for real-world speech phenomena.

§03

Synthesis

The Problem: Hidden Style Inconsistency

Modern automatic speech recognition (ASR) systems are trained on messy data—some transcripts capture exactly what was spoken (verbatim), including stutters and false starts, while others clean up the speech into what was intended to be said. This inconsistency isn't controlled; the model doesn't know which style to produce, leading to unpredictable outputs. The authors show this creates three concrete problems: the model's decisions become unstable, evaluation metrics like word error rate (WER) become misleading (up to 60% of measured WER comes from style mismatch rather than genuine errors), and word-level timing information becomes unreliable—critical when you need to know precisely when each word was spoken.

How They Activate Transcription Style

The key insight is that modern ASR models already learn both styles internally; they just can't be reliably controlled. The authors introduce a method using coverage-aware decoder task tokens—essentially learned control signals that tell the model which transcription style to use. These tokens are trained on parallel data where the same utterance has both a verbatim and intended transcription.

The method works in two stages. First, they train on English-only data using these task tokens to condition the decoder. Then they fine-tune with supervised cross-attention fine-tuning, which teaches the model to better align its internal attention mechanisms to word boundaries, improving timestamp accuracy on disfluent speech.

Results That Span Languages and Tasks

Despite training only on English, the model achieves a German disfluency F1 score of 79% in a zero-shot setting (no German training), jumping from a 10% baseline. When the model is fully fine-tuned on English, it outperforms all baselines on three fronts: verbatim transcription accuracy, disfluency detection (recognizing speech errors), and maintaining quality in intended-mode (cleaned-up) output across both English and German.

The cross-attention fine-tuning improves word-level timestamps beyond what forced-alignment (a standard post-processing technique) can achieve, which matters for applications requiring precise temporal information—video subtitles, transcription editing, or analyzing speech timing patterns.

Why This Matters

Current ASR evaluation conflates two different problems: actual speech recognition errors and inconsistent transcription choices. By separating these concerns and making transcription style controllable, the authors enable more honest evaluation and more reliable systems. The timestamps improvement is significant for downstream applications that depend on precise word timing.

They also propose verbatimize, a new task for creating and enriching speech datasets with high-quality verbatim annotations. This addresses a practical bottleneck: generating clean training data for controlled-style ASR at scale.

The work ultimately shows that ASR's latent inconsistency isn't a hard problem requiring fundamentally new models—it's a control problem solvable with task tokens and targeted fine-tuning.

Mine your own.

Lode is a workbench, not a feed. Paste a YouTube URL. The model proposes a transcript, a set of quote-grounded snippets, a synthesis essay, and the fan-out. You decide what stays.

Open the curator