Papers › ESB: A Benchmark For Multi-Domain End-to-End Speech Recognition

ESB: A Benchmark For Multi-Domain End-to-End Speech Recognition

24 Oct 2022arXiv:2210.13352archive 2025-07-28

Sanchit Gandhi, Patrick von Platen, Alexander M. Rush

Speech recognition applications cover a range of different audio and text distributions, with different speaking styles, background noise, transcription punctuation and character casing. However, many speech recognition systems require dataset-specific tuning (audio filtering, punctuation removal and normalisation of casing), therefore assuming a-priori knowledge of both the audio and text distributions. This tuning requirement can lead to systems failing to generalise to other datasets and domains. To promote the development of multi-domain speech systems, we introduce the End-to-end Speech Benchmark (ESB) for evaluating the performance of a single automatic speech recognition (ASR) system across a broad set of speech datasets. Benchmarked systems must use the same data pre- and post-processing algorithm across datasets - assuming the audio and text data distributions are a-priori unknown. We compare a series of state-of-the-art (SoTA) end-to-end (E2E) systems on this benchmark, demonstrating how a single speech system can be applied and evaluated on a wide range of data distributions. We find E2E systems to be effective across datasets: in a fair comparison, E2E systems achieve within 2.6% of SoTA systems tuned to a specific dataset. Our analysis reveals that transcription artefacts, such as punctuation and casing, pose difficulties for ASR systems and should be included in evaluation. We believe E2E benchmarking over a range of datasets promotes the research of multi-domain speech recognition systems. ESB is available at https://huggingface.co/esb.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.13352")

Code

Syntology Ran 11 of 11 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: community (archive-listed): 11 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

huggingface/open_asr_leaderboard mentioned on GitHubpytorchApache-2.0 report
robflynnyh/long-context-asr mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 11 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

11ran

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from huggingface/open_asr_leaderboard. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_asr_keep_token_ids huggingface/open_asr_leaderboard/ark_asr/run_eval.py community (archive-listed) ran Apache-2.0 (permissive) · 95565023b8f5c27e · report
build_eos_token_ids huggingface/open_asr_leaderboard/ark_asr/run_eval.py community (archive-listed) ran Apache-2.0 (permissive) · 34e38edcaaae0414 · report
normalize huggingface/open_asr_leaderboard/benchmark_fitting/score_voxpopuli_ref_errors.py community (archive-listed) ran Apache-2.0 (permissive) · 251be1ea1d702e3c · report
normalize_token_ids huggingface/open_asr_leaderboard/ark_asr/run_eval.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 585c0c7f730e6d1f · report
parse_hyp huggingface/open_asr_leaderboard/nemo_asr/run_eval_salm.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · a41e5c4f1618068b · report
resolve_device huggingface/open_asr_leaderboard/audio8_asr/run_eval.py community (archive-listed) ran Apache-2.0 (permissive) · e82aa9a9f589056d · report
resolve_dtype huggingface/open_asr_leaderboard/audio8_asr/run_eval.py community (archive-listed) ran Apache-2.0 (permissive) · 573d7aef30a8051e · report
to_hub_id huggingface/open_asr_leaderboard/normalizer/model_ids.py community (archive-listed) ran Apache-2.0 (permissive) · 20e94432951733ce · report
to_hub_ids huggingface/open_asr_leaderboard/normalizer/model_ids.py community (archive-listed) ran Apache-2.0 (permissive) · bb9a452edf61892e · report
transcribe huggingface/open_asr_leaderboard/nemo_asr/run_eval_salm.py community (archive-listed) ran Apache-2.0 (permissive) · 465981d7412a5bb3 · report
unique_token_ids huggingface/open_asr_leaderboard/audio8_asr/run_eval.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 288177fe23420283 · report

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)BenchmarkingSpeech Recognition

Datasets

Introduced by this paper, per the archive.

ESB

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections