REVIEW 3 major objections 7 minor 21 references
The Interspeech 2025 Speech Accessibility Project Challenge
T0 review · 3 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Fine-tuning large public ASR models on 415 hours of impaired speech cuts word error rate from 17.82% to 8.11% on unseen dysarthric speakers.
desk verdict Useful challenge report with solid benchmark numbers, but the speaker-independence claim needs stronger dedup analysis before the 54% WER gain is fully attributed to adaptation. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is SAP-240430, a 415-hour corpus of English speech from 524 speakers with Parkinson's disease, Down syndrome, ALS, cerebral palsy, or stroke, split into speaker-disjoint train (290h), dev (44h), and two test sets with 'unshared' subsets that exclude any utterance whose text also appears in training. The mechanism is fine-tuning publicly available foundation ASR models on this corpus and evaluating on the hidden Test2/unshared subset. The evaluation combines WER, computed as the minimum over disfluent and fluent reference transcripts with per-utterance capping at 100%, with SemScore, a linear blend of NLI-based logical entailment, semantic similarity, and phonetic distance whose weights (α=0.40, β=0.28, γ=0.32) were fit to human intelligibility ratings.
What would settle it
Have a panel of human listeners, not involved in the challenge, rate the intelligibility of the Test2/unshared outputs of all 22 teams, then compute the rank correlation with the SemScore leaderboard; low or reversed correlation would falsify the paper's claim that SemScore reflects human-perceived intelligibility.
Extended reading notes
Core claim
The paper's central claim is that fine-tuning large public ASR foundation models on the SAP-240430 dataset—the first large-scale speaker-independent corpus of impaired speech—produces large and consistent gains in recognizing dysarthric speech from unseen speakers. The strongest evidence is the Test2/unshared leaderboard: 12 of 22 valid submissions beat the whisper-large-v2 baseline (17.82% WER), and the winner reached 8.11% WER and 88.44% SemScore, relative gains of 54.49% and 16.60%. The paper also documents a very tight negative correlation between WER and SemScore (ρ = −0.9649), showing the two metrics largely agree, and reports that the top-performing systems all build on existing public foundation models (the Whisper and Parakeet families) fine-tuned with strategies such as audio segmentation, model merging, hallucination reduction, curriculum learning, and post-ASR error correction.
Load-bearing premise
The semantic-score leaderboard is only as valid as the metric's linear weights, which were fitted to human ratings in a separate study and are assumed to transfer to this challenge's data and evaluation setting.
Editorial extensions
If this is right
- The 8.11% WER becomes a concrete benchmark: any future impaired-speech ASR system should be measured against it on the SAP-240430 Test2/unshared split.
- Since all top-5 systems fine-tune public foundation models, the result implies that open model weights plus task-specific fine-tuning, rather than bespoke architectures, are sufficient to approach the new state of the art.
- The strong WER–SemScore correlation (ρ=−0.9649) means that optimizing for word accuracy also preserves meaning on this corpus, simplifying development for accessibility-focused ASR.
- The larger relative gains for ALS than for PD indicate that fine-tuning helps most for less variable etiologies, so further work should target highly variable conditions such as Parkinson's disease.
Reading between the lines
- Because the test set is dominated by Parkinson's disease speech, the reported generalization may overstate gains for non-PD dysarthrias; a balanced multi-etiology evaluation would settle this.
- A blind human-listening study on the Test2/unshared outputs would test whether the SemScore-based leaderboard, with weights fitted in a separate study, reflects perceived intelligibility in this challenge's setting.
- The gap between public (Test1) and private (Test2) leaderboards can be analyzed to estimate how much of the top teams' advantage is genuine speaker generalization rather than test-set overfitting.
- An ablation that reduces the fine-tuning corpus from 415 hours toward smaller subsets (e.g., 50, 100, 200 hours) would reveal whether the accessibility gains saturate, guiding corpus collection for other languages and impairment types.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper describes the organization and results of the Interspeech 2025 Speech Accessibility Project (SAP) Challenge. Using the SAP-240430 corpus (415 h, 524 speakers with speech disabilities, 73–76% Parkinson's disease), the challenge provided speaker-disjoint train/dev/test splits and evaluated 22 teams on the 'unshared' Test1/Test2 subsets using WER and a linear-combination SemScore metric. The official whisper-large-v2 baseline achieves 17.82% WER on Test2/unshared; the best team achieves 8.11% WER and 88.44% SemScore, a 54.49% relative WER improvement. The paper also reports a strong WER–SemScore correlation (ρ = -0.9649, n = 29), disfluency-preference statistics, PD/ALS etiology-specific results, and a summary of top teams' methods, which include fine-tuning of Parakeet/Whisper models with segmentation, model merging, error correction, and personalization.
Significance. If the reported improvements are correctly attributed, the challenge makes a useful community contribution: it provides the first large-scale speaker-independent impaired-speech benchmark, publicly available evaluation scripts, and evidence that fine-tuning large public ASR models on 415 h of impaired speech yields large WER reductions (17.82% to 8.11%, a 54.49% relative improvement). The speaker-disjoint split, open baselines, and reproducible EvalAI pipeline are strengths. However, the magnitude and interpretation of the headline result depend on whether the 'unshared' test split excludes only exact transcript duplicates, leaving substantial lexical overlap possible, and on the validity of the author-developed SemScore metric; both need additional support before the broad conclusions about speaker-independent adaptation and semantic intelligibility can be accepted.
major comments (3)
- [§2.1, Table 1] The 'unshared' test subsets are defined by excluding utterances whose exact transcript text appears in the training data. Table 1 shows that this removes 10,796 of 18,397 Test1 utterances (58.7%) and 9,709 of 17,752 Test2 utterances (54.7%), indicating pervasive content repetition. Because the corpus is dominated by prompted read speech, the remaining unshared utterances can still share n-grams, phrases, or prompt templates with training transcripts. A fine-tuned ASR can therefore improve WER by learning the corpus's lexical and syntactic content rather than by adapting to unseen speakers, which would inflate the headline 17.82% to 8.11% gain as a measure of speaker-independent adaptation. Please report overlap statistics (e.g., the proportion of unshared test utterances sharing 4/5-grams or prompt templates with train transcripts) and, if feasible, report results on a content-disjoint subset (e.g., utterances with no or minimal n-gram overlap). This is a correctness/attribution risk, not an internal inconsistency.
- [§2.2, Eq. (3)] SemScore weights (α = 0.40, β = 0.28, γ = 0.32) are fitted to human ratings in a separate study by three of the authors (ref [10]), but the paper provides no evidence that the weights or the NLI/BERT/Soundex components transfer to SAP-240430 impaired speech, nor any human-rated validation on challenge data. Because SemScore is one of two official metrics and drives the claim that 17/22 teams beat the baseline on SemScore, the metric's validity is load-bearing. The reported ρ = -0.9649 correlation with WER shows internal consistency but does not establish that SemScore tracks human intelligibility in this domain. Please add a human-rated validation subset (e.g., correlation or agreement of SemScore with human ratings on SAP test hypotheses) or at minimum report the three component scores separately and discuss their calibration.
- [§3, Table 3] All leaderboard comparisons are point estimates without uncertainty. Adjacent top-5 WERs (8.11, 10.03, 10.51, 10.90, 11.62) differ by as little as 0.39–0.48 WER, which may be within utterance- or speaker-level noise given speaker-level dependencies in the test set. Please provide paired bootstrap confidence intervals (resampling by speaker) or significance tests for the key comparisons, especially the baseline-versus-best difference and the top-team ranking. The 54.49% relative improvement is large and likely robust, but a confidence interval is needed to support the precise claims made in the abstract and conclusion.
minor comments (7)
- [Table 1] The caption reads 'Statics' and should read 'Statistics'; the relation between Test1/Test2 and the 'unshared' rows should be made explicit (e.g., 'unshared is a subset of Test1').
- [§3, etiology paragraph] There is a duplicated word: 'for PD and and 16.29%'.
- [§2.2] The sentence after Eq. (2) says 'denominator of the minimizer of Eq. (1)' but should refer to Eq. (2).
- [§2.1] The claim that the test set is 'subdivided into two equal parts' is not reflected in Table 1 (42.16 h vs 38.77 h; 18,397 vs 17,752 utterances); clarify the intended equality criterion (e.g., equal numbers of speakers).
- [Abstract and text] Use consistent capitalization for SemScore; the paper alternates between 'Semantic Score', 'SemScore', and 'Semscore'.
- [Table 4] The first column header 'T.' is unclear; rename it to 'Team'.
- [§1, §4] Given that 75.9% of the test duration is PD speech and the etiology-specific analysis covers only PD and ALS, the abstract's phrase 'diverse speech disabilities' overstates coverage; consider tempering the claim or reporting per-etiology results for DS, CP, and stroke where sample sizes allow.
Circularity Check
No significant circularity: the paper reports measured challenge outcomes, and the only author-overlapping citation (SemScore) is grounded in external human ratings.
full rationale
This paper is a challenge report rather than a derivation: the headline results (WER 8.11%, SemScore 88.44%, 54.49% relative WER improvement) are measured outcomes on the held-out Test2/unshared split, not quantities fitted to the same data. The evaluation metrics are standard or externally specified: WER is string edit distance with a reference-selection convention, and SemScore is defined by Eq. (3) with weights α=0.40, β=0.28, γ=0.32 that were determined by linear regression on six human readers' Likert ratings in a separate study (ref [10]). That separate human grounding means the metric is not fitted to the challenge submissions, so the SemScore-based rankings are not circular. The only author-overlapping citation is ref [10], by three of this paper's authors, but it is used as an evaluation tool with independent empirical support, not as a load-bearing result derived from the present work. The paper's central conclusion—that fine-tuning public ASR foundation models on SAP-240430 improves impaired-speech recognition—is supported by direct measurements on unseen speakers. The possible lexical-overlap limitation of the 'unshared' exact-text dedup is a correctness or attribution risk about content memorization, not a circularity in which a claimed result is equivalent to its inputs by construction. No derivation step reduces to a self-citation, a fitted parameter renamed as a prediction, or a definition. Therefore the circularity score is 0.
Assumptions & free parameters
free parameters (1)
- SemScore regression weights =
α=0.40, β=0.28, γ=0.32
assumptions (3)
- domain assumption The SAP-240430 dataset is representative of individuals with speech disabilities
- domain assumption The remote evaluation pipeline ensures no data leakage or cheating
- domain assumption The SemScore metric is a valid measure of intelligibility
Cite this review
Pith. "Pith review of The Interspeech 2025 Speech Accessibility Project Challenge." pith.science (2026). https://pith.science/paper/PCPO5D2F
@misc{pith2026250722047,
author = {Pith},
title = {Pith review of: The Interspeech 2025 Speech Accessibility Project Challenge},
year = {2026},
howpublished = {\url{https://pith.science/paper/PCPO5D2F}},
note = {Machine review of arXiv:2507.22047}
}
read the original abstract
While the last decade has witnessed significant advancements in Automatic Speech Recognition (ASR) systems, performance of these systems for individuals with speech disabilities remains inadequate, partly due to limited public training data. To bridge this gap, the 2025 Interspeech Speech Accessibility Project (SAP) Challenge was launched, utilizing over 400 hours of SAP data collected and transcribed from more than 500 individuals with diverse speech disabilities. Hosted on EvalAI and leveraging the remote evaluation pipeline, the SAP Challenge evaluates submissions based on Word Error Rate and Semantic Score. Consequently, 12 out of 22 valid teams outperformed the whisper-large-v2 baseline in terms of WER, while 17 teams surpassed the baseline on SemScore. Notably, the top team achieved the lowest WER of 8.11\%, and the highest SemScore of 88.44\% at the same time, setting new benchmarks for future ASR systems in recognizing impaired speech.
Figures
Reference graph
Works this paper leans on
-
[10]
Speech breathing in parkinson’s disease,
N. P. Solomon and T. J. Hixon, “Speech breathing in parkinson’s disease,” Journal of Speech, Language, and Hearing Research , vol. 36, no. 2, pp. 294–310, 1993
work page 1993
-
[1]
Introduction Automatic Speech Recognition (ASR) has witnessed remark- able advancements in recent years, primarily driven by the development of deep neural networks (DNN) and the explo- sive growth of training data. End-to-end ASR systems, in particular, leveraging self-supervised learning (SSL) or large- scale weakly-supervised learning techniques, have ...
work page 2008
-
[2]
The Interspeech 2025 Speech Accessibility Project Challenge
Data, Metrics, and Baseline 2.1. Data In this section, we provide a comprehensive overview of the SAP-240430 dataset utilized in the SAP Challenge. Compris- ing approximately 415 hours of impaired speech, the dataset includes contributions from 524 participants diagnosed with one of the following five etiologies: Parkinson’s Disease (PD), Down Syndrome (D...
work page Pith review arXiv 2025
-
[3]
Results and Discussion Around 40 parties joined the SAP Challenge by signing the Data User Agreement (DUA) 7. Among these participants, 22 teams progressed to the submission stage, benchmarking their performance on the SAP-240430 Test1/unshared split, with re- sults displayed on the public leaderboard. Figure 1 illustrates the ranked final outcomes of all...
-
[4]
Conclusion This paper provides an in-depth review of the Interspeech 2025 Speech Accessibility Project (SAP) Challenge, a pioneering ef- fort to advance Automatic Speech Recognition (ASR) for indi- viduals with speech disorders. Using the SAP-240430 dataset, which contains over 400 hours of diverse impaired speech, and evaluating performance through Word ...
work page 2025
-
[5]
Acknowledgements The data used for this challenge was made possible by a grant to the University of Illinois from the AI Accessibility Coali- tion, whose members include Amazon, Apple, Google, Meta, and Microsoft. This research was supported in part by the Illi- nois Computes project which is supported by the University of Illinois Urbana-Champaign. The c...
-
[6]
Community-supported shared infrastructure in support of speech accessibility,
M. Hasegawa-Johnson, X. Zheng, H. Kim, C. Mendes, M. Dickin- son, E. Hege, C. Zwilling, M. M. Channell, L. Mattie, H. Hodges et al., “Community-supported shared infrastructure in support of speech accessibility,” Journal of Speech, Language, and Hearing Research, vol. 67, no. 11, pp. 4162–4175, 2024
work page 2024
-
[7]
Dysarthric speech database for universal access research,
H. Kim, M. Hasegawa-Johnson, A. Perlman, J. Gunderson, T. S. Huang, K. Watkin, and S. Frame, “Dysarthric speech database for universal access research,” in Interspeech 2008, 2008, pp. 1741– 1744
work page 2008
Show all 21 references
-
[8]
Evalai: To- wards better evaluation systems for ai agents,
D. Yadav, R. Jain, H. Agrawal, P. Chattopadhyay, T. Singh, A. Jain, S. B. Singh, S. Lee, and D. Batra, “Evalai: To- wards better evaluation systems for ai agents,” arXiv preprint arXiv:1902.03570, 2019
1902 arXiv
-
[9]
Differential di- agnostic patterns of dysarthria,
F. L. Darley, A. E. Aronson, and J. R. Brown, “Differential di- agnostic patterns of dysarthria,” Journal of Speech and Hearing Research, vol. 12, pp. 246–269, 1969
1969
-
[11]
Comparison of two forms of intensive speech treatment for parkinson disease,
L. O. Ramig, S. Countryman, L. L. Thompson, and Y . Horii, “Comparison of two forms of intensive speech treatment for parkinson disease,” Journal of Speech, Language, and Hearing Research, vol. 38, no. 6, pp. 1232–1251, 1995
1995
-
[12]
Monitoring and self-repair in speech,
W. J. Levelt, “Monitoring and self-repair in speech,” Cognition, vol. 14, no. 1, pp. 41–104, 1983
1983
-
[13]
The use of prosody in highlighting alter- ations in repairs from unrestricted speech,
P. Howell and K. Young, “The use of prosody in highlighting alter- ations in repairs from unrestricted speech,”The Quarterly Journal of Experimental Psychology Section A , vol. 43, no. 3, pp. 733– 758, 1991
1991
-
[14]
NeMo (Inverse) Text Normalization: From Development to Production,
Y . Zhang, E. Bakhturina, and B. Ginsburg, “NeMo (Inverse) Text Normalization: From Development to Production,” inProc. Inter- speech 2021, 2021, pp. 4857–4859
2021
-
[15]
Aligning asr evaluation with human and llm judgments: Intelligibility met- rics using phonetic, semantic, and nli approaches,
B. Phukon, X. Zheng, and M. Hasegawa-Johnson, “Aligning asr evaluation with human and llm judgments: Intelligibility met- rics using phonetic, semantic, and nli approaches,” arXiv preprint arXiv:2506.16528, 2025
2025
-
[16]
Menli: Robust evaluation metrics from natural language inference,
Y . Chen and S. Eger, “Menli: Robust evaluation metrics from natural language inference,” Transactions of the Association for Computational Linguistics, vol. 11, pp. 804–825, 2023
2023
-
[17]
Bertscore: Evaluating text generation with bert,
T. Zhang, V . Kishore, F. Wu, K. Q. Weinberger, and Y . Artzi, “Bertscore: Evaluating text generation with bert,” arXiv preprint arXiv:1904.09675, 2019
1904 arXiv
-
[18]
Roberta: A robustly optimized bert pretraining ap- proach,
Y . Liu, “Roberta: A robustly optimized bert pretraining ap- proach,” arXiv preprint arXiv:1907.11692, vol. 364, 2019
1907 arXiv
-
[19]
Robust speech recognition via large-scale weak supervision,
A. Radford, J. W. Kim, T. Xu, G. Brockman, C. McLeavey, and I. Sutskever, “Robust speech recognition via large-scale weak supervision,” in International conference on machine learning . PMLR, 2023, pp. 28 492–28 518
2023
-
[20]
Contextnet: Improving convolutional neural networks for automatic speech recognition with global context,
W. Han, Z. Zhang, Y . Zhang, J. Yu, C.-C. Chiu, J. Qin, A. Gulati, R. Pang, and Y . Wu, “Contextnet: Improving convolutional neural networks for automatic speech recognition with global context,”
-
[2020]
Available: https://arxiv.org/abs/2005.03191
[Online]. Available: https://arxiv.org/abs/2005.03191
2005 arXiv
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.