Papers › Robust Speech Recognition via Large-Scale Weak Supervision

Robust Speech Recognition via Large-Scale Weak Supervision

6 Dec 2022Preprint 2022 9arXiv:2212.04356archive 2025-07-28

Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever

We study the capabilities of speech processing systems trained simply to predict large amounts of transcripts of audio on the internet. When scaled to 680,000 hours of multilingual and multitask supervision, the resulting models generalize well to standard benchmarks and are often competitive with prior fully supervised results but in a zero-shot transfer setting without the need for any fine-tuning. When compared to humans, the models approach their accuracy and robustness. We are releasing models and inference code to serve as a foundation for further work on robust speech processing.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="2212.04356")

Code

Syntology Ran 5 of 59 code samples harvested from 9 repositories linked to this paper; 54 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: community (archive-listed): 58 samples from 9 repositories, 4 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

15 repositories listed; official and paper-mentioned ones first.

openai/whisper officialmentioned in papermentioned on GitHubpytorch report
audioshake/alt-eval mentioned on GitHubMIT report
briansidp/whisperbiasing mentioned on GitHubpytorchMIT report
collabora/whisperlive mentioned on GitHubpytorchMIT report
collabora/whisperspeech mentioned on GitHubpytorchMIT report
k2-fsa/icefall mentioned on GitHubpytorchApache-2.0 report
kadirnar/whisper-plus mentioned on GitHubpytorchApache-2.0 report
open-creator/icefall mentioned on GitHubpytorchApache-2.0 report
robflynnyh/long-context-asr mentioned on GitHubpytorchApache-2.0 report
sanchit-gandhi/whisper-jax mentioned on GitHubjaxApache-2.0 report
whisperspeech/whisperspeech mentioned on GitHubpytorch report
pwc-1/Paper-9 mindspore 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

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

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
1ran
54unverified

Licence: 18 of the 59 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 9 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

dot_product_attention sanchit-gandhi/whisper-jax/whisper_jax/layers.py community (archive-listed) ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 2000f34f95c683d6 · report
exact_div briansidp/whisperbiasing/whisper/utils.py community (archive-listed) ran · honoured contract fingerprinted MIT recorded; this copy not marked cleared · pointer only · 6e0808fc4828513a · report
logits_to_probs whisperspeech/whisperspeech/whisperspeech/inference.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 8a8edc42e5e25cea · report
sinusoids briansidp/whisperbiasing/whisper/model.py community (archive-listed) ran · honoured contract fingerprinted MIT recorded; this copy not marked cleared · pointer only · e529c9641c178fe0 · report
LinearActivation robflynnyh/long-context-asr/lcasr/components/long_conv.py community (archive-listed) unverified Apache-2.0 (permissive) · 6ecbcf4f3d00f7ed · report
attach_diagnostics open-creator/icefall/icefall/diagnostics.py community (archive-listed) unverified Apache-2.0 (permissive) · 5969d689c8a84ef2 · report
average_checkpoints open-creator/icefall/icefall/checkpoint.py community (archive-listed) unverified Apache-2.0 (permissive) · 69124b03f4b749bd · report
backtrace kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/timing.py community (archive-listed) unverified Apache-2.0 (permissive) · 41c654294ba9ec56 · report
blank_p robflynnyh/long-context-asr/exp/train_utterance_meta_loss_pred.py community (archive-listed) unverified Apache-2.0 (permissive) · 3787ac531561b6c6 · report
blank_p robflynnyh/long-context-asr/exp/train_utterance_meta_loss_pred_ce.py community (archive-listed) unverified Apache-2.0 (permissive) · 9f16788e5da13dfa · report
build_tokenizer briansidp/whisperbiasing/whisper/tokenizer.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · acb6a55d43c7f465 · report
byte_decode open-creator/icefall/icefall/byte_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 59d410aa19bdef96 · report
byte_encode open-creator/icefall/icefall/byte_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 004eb0067bd43754 · report
check_if_already_evaluated robflynnyh/long-context-asr/eval/eval_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · 9140147b0fd2c440 · report
check_in_utt briansidp/whisperbiasing/dataloader.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · fa47326ca5e0886b · report
collate_wrapper briansidp/whisperbiasing/dataloader.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c4c3b54ad53b1fce · report
compression_ratio kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/decoding.py community (archive-listed) unverified Apache-2.0 (permissive) · 5632d6609129dfa3 · report
convert_alignments_to_tensor open-creator/icefall/icefall/ali.py community (archive-listed) unverified Apache-2.0 (permissive) · 8a64b592c82c0d10 · report
correct_for_bias_scale_order_inversion ggerganov/whisper.cpp/models/convert-whisper-to-coreml.py community (archive-listed) unverified MIT (permissive) · b41e987fee8a92ff · report
dtw_cpu kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/timing.py community (archive-listed) unverified Apache-2.0 (permissive) · 76330ed965e60af5 · report
find_checkpoints open-creator/icefall/icefall/checkpoint.py community (archive-listed) unverified Apache-2.0 (permissive) · 87c9b24deaf27799 · report
format_time collabora/whisperlive/whisper_live/utils.py community (archive-listed) unverified MIT (permissive) · 9649e15864c56627 · report
generate ggerganov/whisper.cpp/models/generate-parakeet-test-model.py community (archive-listed) unverified MIT (permissive) · fef7828e835c938d · report
get_args robflynnyh/long-context-asr/eval/eval_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · 63302892207b7f5b · report
get_class_name open-creator/icefall/icefall/diagnostics.py community (archive-listed) unverified Apache-2.0 (permissive) · b865558252e1566a · report
get_data_to_save robflynnyh/long-context-asr/eval/eval_manager.py community (archive-listed) unverified Apache-2.0 (permissive) · ae28fa768d63729b · report
get_dtype robflynnyh/long-context-asr/exp/train_utterance_meta_loss_pred.py community (archive-listed) unverified Apache-2.0 (permissive) · ad63708b6da385d5 · report
get_encoding kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/tokenizer.py community (archive-listed) unverified Apache-2.0 (permissive) · b3916c1b2edcf996 · report
get_initializer robflynnyh/long-context-asr/lcasr/components/long_conv.py community (archive-listed) unverified Apache-2.0 (permissive) · ee3c8d2a605ac8bc · report
get_short_name ggerganov/whisper.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py community (archive-listed) unverified MIT (permissive) · a5b8c22a3ac7b238 · report
get_tensor_stats open-creator/icefall/icefall/diagnostics.py community (archive-listed) unverified Apache-2.0 (permissive) · d1162925e2d53784 · report
get_tokenizer kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/tokenizer.py community (archive-listed) unverified Apache-2.0 (permissive) · f2f52f6a90834243 · report
hz_to_mel ggerganov/whisper.cpp/models/convert-parakeet-to-ggml.py community (archive-listed) unverified MIT (permissive) · 9720e570a35f6d55 · report
laplace robflynnyh/long-context-asr/lcasr/components/long_conv.py community (archive-listed) unverified Apache-2.0 (permissive) · a799a46446fafd99 · report
load_alignments open-creator/icefall/icefall/ali.py community (archive-listed) unverified Apache-2.0 (permissive) · a972a5df2771f7a5 · report
load_audio collabora/whisperlive/whisper_live/diarization.py community (archive-listed) unverified MIT (permissive) · 34dd5baae0e5830e · report
load_model_config ggerganov/whisper.cpp/models/convert-parakeet-to-ggml.py community (archive-listed) unverified MIT (permissive) · ba1be9f251ecd80a · report
lookup_alignments open-creator/icefall/icefall/ali.py community (archive-listed) unverified Apache-2.0 (permissive) · a1f5678203ff47e8 · report
make_lexical_tree briansidp/whisperbiasing/dataloader.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c45f3b632ec36534 · report
median_filter kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/timing.py community (archive-listed) unverified Apache-2.0 (permissive) · 6f669ba80cbbf823 · report
mel_filters briansidp/whisperbiasing/whisper/audio.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · edf924293b4b2375 · report
mel_to_hz ggerganov/whisper.cpp/models/convert-parakeet-to-ggml.py community (archive-listed) unverified MIT (permissive) · 40e421c01b760f1c · report
normalize_lyrics audioshake/alt-eval/src/alt_eval/normalization.py community (archive-listed) unverified MIT (permissive) · c4ee356de1bd8c77 · report
optional_int briansidp/whisperbiasing/whisper/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e56996b20b9c19cb · report
pad_or_trim briansidp/whisperbiasing/whisper/audio.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 9f13de1c23e4003d · report
pjit sanchit-gandhi/whisper-jax/whisper_jax/partitioner.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 87bdf3970749dc11 · report
pjit_with_cpu_fallback sanchit-gandhi/whisper-jax/whisper_jax/partitioner.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · d35e5ea9b14ce05e · report
remove_symbols briansidp/whisperbiasing/whisper/normalizers/basic.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2206d84b6900ab3e · report
remove_symbols_and_diacritics briansidp/whisperbiasing/whisper/normalizers/basic.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · cef27f679a755971 · report
rename_keys ggerganov/whisper.cpp/models/convert-h5-to-coreml.py community (archive-listed) unverified MIT (permissive) · e65744d3337badd5 · report
rgetattr robflynnyh/long-context-asr/exp/run_launcher.py community (archive-listed) unverified Apache-2.0 (permissive) · bdbf18d0ee9006f7 · report
sinusoids kadirnar/whisper-plus/whisperplus/pipelines/lightning_whisper_mlx/torch_whisper.py community (archive-listed) unverified Apache-2.0 (permissive) · 407b4297398ff29d · report
smart_byte_decode open-creator/icefall/icefall/byte_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 226350299950338b · report
str2bool briansidp/whisperbiasing/whisper/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 176b6ba6c2c2940c · report
to_rich_tokens audioshake/alt-eval/src/alt_eval/tokenizer.py community (archive-listed) unverified MIT (permissive) · 2ef9c9c7ee284aaf · report
tokens_as_words audioshake/alt-eval/src/alt_eval/tokenizer.py community (archive-listed) unverified MIT (permissive) · 3d1de040cc006f6a · report
transcribe briansidp/whisperbiasing/whisper/transcribe.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 738c6e74fd16381d · report
with_sharding_constraint sanchit-gandhi/whisper-jax/whisper_jax/partitioner.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · e5a9a9806511efb5 · report
multinomial_sample_one_no_sync identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 0b5f90e8856ad7af · report

Tasks

Robust Speech RecognitionSpeech RecognitionSpeech-to-Speech TranslationZero-Shot Audio Retrievalspeech-recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speech Recognition Common Voice English Whisper (Large v2) Word Error Rate (WER) 9.4% #2 of 2 Archive leaderboard report
Speech Recognition Common Voice French Whisper (Large v2) Test WER 13.9% #8 of 8 Archive leaderboard report
Speech Recognition Common Voice German Whisper (Large v2) Test WER 6.4% #7 of 14 Archive leaderboard report
Speech Recognition Common Voice Italian Whisper (Large v2) Test WER 7.1% #1 of 2 Archive leaderboard report
Speech Recognition Common Voice Japanese Whisper (Large v2) Test WER 9.1% #1 of 1 Archive leaderboard report
Speech Recognition Common Voice Russian Whisper (Large v2) Test WER 7.1% #1 of 1 Archive leaderboard report
Speech Recognition Common Voice Spanish Whisper (Large v2) Test WER 5.6% #2 of 8 Archive leaderboard report
Speech-to-Speech Translation FLEURS X-eng WhisperV2 ASR-BLEU 23.5 #6 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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