Papers › SUPERB: Speech processing Universal PERformance Benchmark

SUPERB: Speech processing Universal PERformance Benchmark

3 May 2021arXiv:2105.01051archive 2025-07-28

Shu-wen Yang, Po-Han Chi, Yung-Sung Chuang, Cheng-I Jeff Lai, Kushal Lakhotia, Yist Y. Lin, Andy T. Liu, Jiatong Shi, Xuankai Chang, Guan-Ting Lin, Tzu-Hsien Huang, Wei-Cheng Tseng, Ko-tik Lee, Da-Rong Liu, Zili Huang, Shuyan Dong, Shang-Wen Li, Shinji Watanabe, Abdelrahman Mohamed, Hung-Yi Lee

Self-supervised learning (SSL) has proven vital for advancing research in natural language processing (NLP) and computer vision (CV). The paradigm pretrains a shared model on large volumes of unlabeled data and achieves state-of-the-art (SOTA) for various tasks with minimal adaptation. However, the speech processing community lacks a similar setup to systematically explore the paradigm. To bridge this gap, we introduce Speech processing Universal PERformance Benchmark (SUPERB). SUPERB is a leaderboard to benchmark the performance of a shared model across a wide range of speech processing tasks with minimal architecture changes and labeled data. Among multiple usages of the shared model, we especially focus on extracting the representation learned from SSL due to its preferable re-usability. We present a simple framework to solve SUPERB tasks by learning task-specialized lightweight prediction heads on top of the frozen shared model. Our results demonstrate that the framework is promising as SSL representations show competitive generalizability and accessibility across SUPERB tasks. We release SUPERB as a challenge with a leaderboard and a benchmark toolkit to fuel the research in representation learning and general speech processing.

PaperPDFCodeCode 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="2105.01051")

Code

Syntology Ran 1 of 26 code samples harvested from 3 repositories linked to this paper; 25 have no recorded run. Of those that ran: 1 ran with no contract checked.

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

s3prl/s3prl officialmentioned in papermentioned on GitHubpytorch report
ashi-ta/speechglue mentioned on GitHubNOASSERTION report
joselyn-rodriguez/s3prl mentioned on GitHubpytorchApache-2.0 report
usc-sail/fed-ser-leakage mentioned on GitHubpytorchMIT report
usc-sail/fed-ser-semi mentioned on GitHubpytorchMIT report
vectominist/spin mentioned on GitHubpytorchMIT 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

26 samples harvested; 1 ran; 0 honoured the contract we drafted; 25 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.

1ran
25unverified

Licence: 0 of the 26 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

options joselyn-rodriguez/s3prl/s3prl/hub.py community (archive-listed) ran Apache-2.0 (permissive) · e27f21a0984c5fa5 · report
average_gradients usc-sail/fed-ser-leakage/mitigation/update.py community (archive-listed) unverified MIT (permissive) · e5cb81a78546f033 · report
average_weights usc-sail/fed-ser-leakage/mitigation/update.py community (archive-listed) unverified MIT (permissive) · 7dd1e77967fbe002 · report
compare joselyn-rodriguez/s3prl/s3prl/utility/get_best_score.py community (archive-listed) unverified Apache-2.0 (permissive) · 017e86bd00a963bc · report
default_collate_fn joselyn-rodriguez/s3prl/s3prl/dataio/collate_fn.py community (archive-listed) unverified Apache-2.0 (permissive) · 329dce826f39f4ae · report
get_class_weight usc-sail/fed-ser-semi/utils/training_tools.py community (archive-listed) unverified MIT (permissive) · aca9b1fc1e556086 · report
get_cosine_schedule_with_warmup joselyn-rodriguez/s3prl/s3prl/schedulers.py community (archive-listed) unverified Apache-2.0 (permissive) · 28936c41e64792bd · report
get_cosine_with_hard_restarts_schedule_with_warmup joselyn-rodriguez/s3prl/s3prl/schedulers.py community (archive-listed) unverified Apache-2.0 (permissive) · a9a4422e7a95a010 · report
get_downstream_model joselyn-rodriguez/s3prl/s3prl/downstream/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 1f49d1de2055d4d2 · report
get_grouped_parameters joselyn-rodriguez/s3prl/s3prl/optimizers.py community (archive-listed) unverified Apache-2.0 (permissive) · cecd81dc06f43149 · report
get_optimizer joselyn-rodriguez/s3prl/s3prl/optimizers.py community (archive-listed) unverified Apache-2.0 (permissive) · 15a4c381f6af50fb · report
get_scheduler joselyn-rodriguez/s3prl/s3prl/schedulers.py community (archive-listed) unverified Apache-2.0 (permissive) · 880bf296f53cdebf · report
label_to_binary_vector joselyn-rodriguez/s3prl/s3prl/task/_hear_score.py community (archive-listed) unverified Apache-2.0 (permissive) · 78bbfdb0f93b2535 · report
label_vocab_as_dict joselyn-rodriguez/s3prl/s3prl/task/_hear_score.py community (archive-listed) unverified Apache-2.0 (permissive) · b49c243b3b8f3268 · report
pred_summary usc-sail/fed-ser-semi/train/update_semi.py community (archive-listed) unverified MIT (permissive) · 7770f3d31ebd7ead · report
privacy_account usc-sail/fed-ser-leakage/mitigation/federated_ser_classifier_udp.py community (archive-listed) unverified MIT (permissive) · 97b2b0db606f1a48 · report
read_data_dict_by_client usc-sail/fed-ser-leakage/mitigation/federated_ser_classifier_udp.py community (archive-listed) unverified MIT (permissive) · 45dc697ad626d1b9 · report
read_data_dict_by_client usc-sail/fed-ser-leakage/train/federated_ser_classifier.py community (archive-listed) unverified MIT (permissive) · 0b0ad265d320b59e · report
read_data_dict_by_client usc-sail/fed-ser-semi/train/federated_semi_ser_classifier.py community (archive-listed) unverified MIT (permissive) · 7db0a1f08a0e1867 · report
result_summary usc-sail/fed-ser-leakage/mitigation/update.py community (archive-listed) unverified MIT (permissive) · 7bbf7ab0068988df · report
result_summary usc-sail/fed-ser-semi/train/update_semi.py community (archive-listed) unverified MIT (permissive) · 87228f82723818e0 · report
result_summary usc-sail/fed-ser-semi/train/update.py community (archive-listed) unverified MIT (permissive) · d250a779c880f432 · report
result_summary usc-sail/fed-ser-semi/utils/training_tools.py community (archive-listed) unverified MIT (permissive) · 3b6a45f6f66fde84 · report
run_one_epoch usc-sail/fed-ser-leakage/train/federated_attribute_attack_result_finetune.py community (archive-listed) unverified MIT (permissive) · d8fff2eb3bd30b85 · report
run_one_epoch usc-sail/fed-ser-leakage/mitigation/federated_attribute_attack_result_per_speaker.py community (archive-listed) unverified MIT (permissive) · 72f8636db44a9139 · report
save_result usc-sail/fed-ser-leakage/mitigation/federated_ser_classifier_udp.py community (archive-listed) unverified MIT (permissive) · fbdf6d939f822660 · report

Tasks

Representation LearningSelf-Supervised Learning

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