Pith. sign in

REVIEW 3 major objections 4 minor 42 references

Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge

T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read The paper claims that detecting cognitive impairment from spontaneous speech is best done by fusing a diverse set of acoustic and textual models—trained on three clinical tasks—into a logistic-regression ensemble, which reached 59.34%…

desk verdict Solid, honest challenge paper whose central ensemble claim is plausible but under-supported by development-set selection on a 4-subject dementia class. read the letter →

arxiv 2501.00145 v1 pith:4T3UXGUA submitted 2024-12-30 eess.AS cs.SD

classification eess.AScs.SD
keywords cognitiveimpairmentdetectiondementiamildspeechbiomarkersmodelensemblemacrodescriptorspausefeatureslogisticregressionfusion
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper reports an entry in the PROCESS Challenge whose goal is three-way detection of healthy control, mild cognitive impairment, and dementia from spontaneous speech elicited by three clinical tasks. The authors' central claim is that the best systems are not any single feature set or classifier but logistic-regression ensembles that fuse complementary models, drawing on acoustic and textual information from all three tasks. Their selected six-model ensemble reached 59.34% macro F1 on the official test set, up from 57.3% for the best single system on development data. The work matters because it shows that diverse speech and language representations—including pause timing, fluency statistics, LLM-derived macrodescriptors, and neural embeddings—can be combined to screen for cognitive decline in a realistic three-class, imbalanced setting.

What carries the argument

The central object is the model-ensemble pipeline built from a pool of 205 single systems. After selecting 15 candidates that balance cross-validation and development macro F1 while keeping a non-zero dementia-class F1, the authors exhaustively combine subsets of two to six systems, aggregating their soft outputs (probabilities, softmax scores, or SVM distances to hyperplanes) with a multinomial logistic regression trained on cross-validation predictions. The load-bearing identity is complementarity: systems that are individually mediocre but use different representations and tasks contribute non-redundant information, and the ensemble's selection criterion is deliberately tuned to avoid the common failure of ignoring the under-represented dementia class.

What would settle it

Take the official training and development partitions and repeatedly re-partition them into many train/dev splits with at least ten dementia speakers in the dev fold, then run the same ten-thousand-ensemble selection on each split. If the selected ensembles' macro F1 and dementia F1 fluctuate widely across splits, or if a similarly selected ensemble fails to beat single systems on an external dementia-speech corpus, the paper's complementarity claim would be falsified.

Watch

Extended reading notes

Core claim

On the authors' own terms, the paper establishes that model fusion through a multinomial logistic regression over soft class scores substantially outperforms individual systems for three-class cognitive impairment detection. Among 205 single systems, the reliable contributors turned out to be complementary rather than individually strongest: an SVM using pause features and macrodescriptors on phonemic fluency, the same feature pair on semantic fluency, a fine-tuned Longformer on the Cookie Theft description, and speaker-level ECAPA-TDNN and ECAPA+TRILLsson embeddings pooled across all three tasks. The two final ensembles share five of six systems and reach 67.8% and 67.4% macro F1 on development, with official-test macro F1 of 54.36% and 59.34% respectively.

Load-bearing premise

The whole result rests on the assumption that the held-out development set—whose dementia class has only four subjects—is representative enough to pick the best of about ten thousand ensemble combinations, so that the development-based choice generalizes to the official test.

Editorial extensions

If this is right

  • Fusing diverse modalities and task-specific models beats any single representation, so future systems should focus on complementarity rather than on chasing one strong feature set.
  • Knowledge-based features such as pause timing, fluency counts, and LLM macrodescriptors remain highly informative alongside neural embeddings, suggesting that cheap interpretable features can anchor robust ensembles.
  • The dementia class is the bottleneck: selection rules that require a non-zero dementia F1 are necessary, and real gains depend on better dementia-specific signal rather than overall accuracy.
  • Transcript quality from automatic speech recognition differs by task, with fluency tasks being the hardest, so task-specific ASR choices are part of the winning recipe.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A direct testable extension is to add demographic variables such as age, sex, and education to the fusion stage; the paper omits them for data reasons, but a physician-facing tool would likely gain from them.
  • Because the development set's dementia class contains only four subjects, the ensemble-selection criterion is statistically unstable; re-running the selection on stratified or larger development partitions would reveal how much of the reported gain is selection luck.
  • The same fusion recipe could transfer to other speech-based clinical screening tasks with a small, imbalanced target class, provided the individual classifiers produce compatible soft-output scores.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This paper describes the authors' submission to the PROCESS 2024 challenge, a three-class (Healthy Control, MCI, Dementia) speech-based cognitive impairment detection task. The authors compare a wide range of acoustic, linguistic, and neural feature sets (eGeMAPS, Praat, pauses, macrodescriptors, ECAPA-TDNN, TRILLsson, Longformer, BERT/RoBERTa, etc.) with several classifiers, then fuse the most promising 15 single systems via multinomial logistic regression, selecting two final ensembles from roughly 10,000 combinations using cross-validation and development-set macro F1 and dementia-class F1. The paper reports that the best ensemble reaches 59.34% macro F1 on the official test set, up from 57.3% for the best single system on development, and argues that the selected ensembles combine complementary acoustic and textual information from all three clinical tasks.

Significance. If the central claim holds, this is a useful empirical contribution to the PROCESS challenge benchmark, documenting a broad feature/classifier comparison and a practical fusion strategy for a highly imbalanced three-class clinical task. The paper's strengths include a comprehensive exploration of diverse representations, careful ASR model selection (including disfluency-oriented transcription), and a transparent description of the ensemble selection procedure. However, the reported advantage of ensembles over single systems is not supported by official-test evidence because only two ensembles were scored on the test set, and the development set used for selection is very small, especially for the dementia class. The authors themselves acknowledge the overfitting risk from extensive comparison on a limited dataset (Section 5).

major comments (3)
  1. [Section 3.4 and Table 4] The central claim that ensembles outperform single systems is based on development-set comparisons made after selecting the final ensembles from approximately 10,000 combinations. The development partition contains only 4 dementia subjects (Table 1), so the F1_Dem component of the selection criterion (57.2% and 57.1% for Ens#1 and Ens#2) is extremely noisy. This instability is visible in the official-test results: Ens#1 and Ens#2 share 5 of 6 component systems (Table 3) yet differ by 4.98 points on the official test (54.36% vs. 59.34%), which is implausibly large for two near-identical ensembles if the selection process was stable. To support the complementarity claim, the authors should report official-test macro F1 (and class-wise F1) for all single systems and for a larger set of ensembles, along with confidence intervals or significance tests.
  2. [Section 5, Limitations (paragraph 4)] The paper concedes that "the risk of overfitting increases due to the extensive comparison of approaches on a limited dataset," but it does not quantify this risk in relation to the selection procedure. With 205 single systems and roughly 10,000 ensemble combinations examined, the effective number of statistical comparisons is large relative to the 42 development subjects (4 dementia). The conclusion that "model fusion through logistic regression substantially improves performance" (Section 4) is therefore not established by the presented evidence. The authors should provide a correction or sensitivity analysis (e.g., repeated random splits, nested cross-validation, or reporting of the full distribution of ensemble performances on development) to show that the selected ensembles' advantage is not attributable to selection bias.
  3. [Section 4, Results & Discussion] The paper reports official-test performance only for the two final ensembles (54.36% and 59.34%), not for the 15 constituent single systems or for any intermediate ensembles. Without per-system test scores, the reader cannot verify the claimed improvement of ensembles over single systems on held-out test data. The 57.3% figure cited as the best single system is from the development set, not the test set, and the development set was used for selection, so this is not an unbiased comparison. Reporting test-set results for all single systems and for the ensembles that were actually evaluated would make the claims testable.
minor comments (4)
  1. [General] The paper would benefit from a proofread for minor language issues, e.g., "real-word" in Section 5 should be "real-world," and "reducted" in Table 3 should be "reduced."
  2. [Table 2] The ASR WER results are informative, but the hallucination issue in fluency tasks is mentioned only briefly; a short example of a hallucinated transcription would clarify the severity of the problem.
  3. [Figure 4] The color coding of the figure (especially the yellow points for zero dementia F1) is not described in the caption; adding a legend or explicit color labels would improve readability.
  4. [Section 3.4] The sentence "the risk of overfitting increases due to the extensive comparison of approaches on a limited dataset" appears in Section 5, but it would be more transparent to also mention this risk at the point where the 10k ensemble search is described.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: official held-out test results anchor the empirical claims, and self-citations are feature definitions rather than load-bearing evidence.

full rationale

This is a shared-task system description, not a derivation. The headline test-set macro F1 values (54.36% and 59.34%) come from the official held-out test set, which is external to the ensemble selection performed on development data. The ensemble selection criterion in Section 3.4 (balancing train/development macro F1 and dementia-class F1) is a model selection procedure, not a quantity defined in terms of the reported result. Self-citations to [25] and [28] are used only to name feature extractors, and the paper evaluates those features on this corpus rather than assuming their effectiveness from the citations. The reported instability between Ensemble #1 and Ensemble #2 on the official test, and the Section 5 warning about overfitting from extensive comparison on a limited dataset, are generalization concerns, not circularity. No load-bearing step reduces by construction or by self-citation to its own inputs.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central claim is an empirical performance claim, so the ledger mostly records engineering choices and domain assumptions rather than derivation inputs.

free parameters (4)
  • SVM regularization C for fluency features = 0.1
    Used for systems 2, 3, 4; chosen by hand based on preliminary experiments (Section 3.3).
  • SVM regularization C for ECAPA embeddings = 0.0001
    Used for systems 6 and 7 (Table 3).
  • Number of ensemble systems = 6 (out of up to 6)
    Ensembles of up to six single systems were explored; final ensembles use six (Section 3.4).
  • Selection threshold for promising ensembles = macro F1 > 55% and non-zero dementia F1
    Used to define the 421 top-performing ensembles for fine-grained analysis (Section 4).
assumptions (4)
  • domain assumption The PROCESS challenge diagnostic labels (HC, MCI, Dementia) are clinically accurate.
    The paper relies on these labels as ground truth for training and evaluation (Section 2).
  • domain assumption Automatic transcripts from Whisper-medium.en and CrisperWhisper are adequate substitutes for manual transcripts.
    All text-based features and models use ASR output rather than manual transcripts (Section 3.1).
  • domain assumption Pre-trained neural models (Longformer, ECAPA-TDNN, TRILLsson) carry task-relevant information when fine-tuned or used as feature extractors on this small clinical dataset.
    The approach assumes transfer from large pre-trained models to the PROCESS data (Section 3.2).
  • domain assumption The development set is representative of the test set distribution, including age and class imbalance.
    Final model selection relies on dev performance (Section 3.4, Table 4).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge." pith.science (2026). https://pith.science/paper/4T3UXGUA

@misc{pith2026250100145,
  author       = {Pith},
  title        = {Pith review of: Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4T3UXGUA}},
  note         = {Machine review of arXiv:2501.00145}
}
read the original abstract

This work describes our group's submission to the PROCESS Challenge 2024, with the goal of assessing cognitive decline through spontaneous speech, using three guided clinical tasks. This joint effort followed a holistic approach, encompassing both knowledge-based acoustic and text-based feature sets, as well as LLM-based macrolinguistic descriptors, pause-based acoustic biomarkers, and multiple neural representations (e.g., LongFormer, ECAPA-TDNN, and Trillson embeddings). Combining these feature sets with different classifiers resulted in a large pool of models, from which we selected those that provided the best balance between train, development, and individual class performance. Our results show that our best performing systems correspond to combinations of models that are complementary to each other, relying on acoustic and textual information from all three clinical tasks.

Figures

Figures reproduced from arXiv: 2501.00145 by the authors.

Figure 1
Figure 1. Overall schema of our proposed method. This study is the result of a collaboration between re￾searchers with diverse expertise in speech and language with the goal of participating in the PROCESS challenge 2024. There￾fore, it compares very diverse approaches for the three-class classification task, exploring various data representations, in￾cluding knowledge-based (KB) acoustic and linguistic features, text- and sp… view at source ↗
Figure 2
Figure 2. Distribution of the MMSE scores per diagnostic class. 3.1. Pre-processing An initial manual analysis of the recordings identified two pos￾sible confounding factors: the presence of loud noises and the interventions of interviewers. While the former was dealt with through signal processing approaches, for the latter, we exper￾imented with speaker diarization systems for the automatic re￾moval of the interventions. Ho… view at source ↗
Figure 4
Figure 4. In this figure, it is possible to observe that a large num [PITH_FULL_IMAGE:figures/full_fig_p003_4.png] view at source ↗
Figures from the paper (2 more)
Figure 3
Figure 3. Figure 3: Single system performance, in terms of macro F1 (a) and F1 on the dementia class (b) [PITH_FULL_IMAGE:figures/full_fig_p004_3.png]
Figure 4
Figure 4. Figure 4: Model ensemble performance, in terms of macro F1. in the training and development sets and a non-zero F1 score in the dementia class [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

42 extracted references · 34 canonical work pages

  1. [1]

    It is marked by a progressive decline in cognitive functions beyond what is considered normal in bio- logical aging [1]

    Introduction Dementia, which affects fifty-five million people around the world, is one of the major causes of disability and dependency among older people [1]. It is marked by a progressive decline in cognitive functions beyond what is considered normal in bio- logical aging [1]. Alzheimer’s disease (AD), a progressive neu- rodegenerative disorder, is th...

  2. [2]

    Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge

    Corpus The PROCESS Challenge dataset [17] is designed to promote research on early detection of dementia through speech analy- sis, emphasizing practical applications in real-world scenarios. Dataset Overview. The corpus includes three diagnostic classes, representing a scenario for diagnosing early-stage de- mentia. The Healthy Control (HC) group compris...

  3. [3]

    Method This study evaluates various systems for distinguishing healthy controls, from individuals with MCI and individuals with De- mentia, based on their speech recorded for the three tasks de- tailed in Section 2. The compared systems target the multi- ple individual manifestations of early onset of cognitive impair- ment, namely those observed in speec...

  4. [4]

    The results for the individual sys- tems are represented in Figure 3, where the best-performing models can be found in the top right corner

    Results & Discussion Single-system experiments. The results for the individual sys- tems are represented in Figure 3, where the best-performing models can be found in the top right corner. In this figure, we can observe how systems trained on the PFT task – denoted by a ⋄ – generally achieve the highest performance. Moreover, KB features and their combina...

  5. [5]

    A second limitation is that our approach does not consider demographic data, which physicians typically consider in clini- cal scenarios

    Limitations Among the limitations of this work, we first highlight the chal- lenges arising from the dataset, including class imbalance and overlapping MMSE scores between classes – factors which may partly explain the poorer performance compared to prior studies on ADReSS [34, 28] or Taukadial [9] challenges, even consid- ering that those were two-class ...

  6. [6]

    We conducted extensive experimentation, addressing the challenge from multiple perspectives

    Conclusions This paper presents our joint group efforts for the PROCESS challenge [17], which aims to assess cognitive decline through the automatic analysis of spontaneous speech production. We conducted extensive experimentation, addressing the challenge from multiple perspectives. This included evaluating the accu- racy of various ASR models, exploring...

  7. [7]

    A way of making Europe

    Acknowledgements The work of Gimeno-G ´omez and Mart´ınez-Hinarejos was par- tially supported by GV A through Grants CIACIF/2021/295 and CIBEFP/2023/167, by Grant PID2021-124719OB-I00 un- der project LLEER funded by MCIN/AEI and ERDF, EU “A way of making Europe”. The work of the remain- ing authors was supported by Portuguese national funds through Fundac...

  8. [8]

    Dementia,

    W. H. Organization, “Dementia,” https://www.who.int/ news-room/fact-sheets/detail/dementia, accessed on September 28, 2021

Show all 42 references
  1. [9]

    Linguistic ability in early life and cognitive function and alzheimer’s disease in late life: Find- ings from the nun study,

    D. A. Snowdon, S. J. Kemper, J. A. Mortimer, L. H. Greiner, D. R. Wekstein, and W. R. Markesbery, “Linguistic ability in early life and cognitive function and alzheimer’s disease in late life: Find- ings from the nun study,” Jama, vol. 275, no. 7, pp. 528–532, 1996

  2. [10]

    Language changes in dementia of the Alzheimer type,

    D. Kempler, “Language changes in dementia of the Alzheimer type,” Dementia and communication, pp. 98–114, 1995

  3. [11]

    Language processing in dementia,

    J. Reilly, J. Troche, and M. Grossman, “Language processing in dementia,” The handbook of Alzheimer’s Disease and Other De- mentias, pp. 336–368, 2011

  4. [12]

    Current concepts in mild cognitive impairment,

    R. C. Petersen, R. Doody, A. Kurz, R. C. Mohs, J. C. Morris, P. V . Rabins, K. Ritchie, M. Rossor, L. Thal, and B. Winblad, “Current concepts in mild cognitive impairment,” Archives of neurology , vol. 58, no. 12, pp. 1985–1992, 2001

  5. [13]

    Evidence profile: Cognitive impairment,

    W. H. Organization, “Evidence profile: Cognitive impairment,”

  6. [14]

    Detecting cognitive decline using speech only: The ADReSSo challenge,

    ——, “Detecting cognitive decline using speech only: The ADReSSo challenge,” in INTERSPEECH 2021. ISCA, 2021

  7. [15]

    Speech- based automatic and robust detection of very early dementia,

    A. Satt, R. Hoory, A. K ¨onig, P. Aalten, and P. H. Robert, “Speech- based automatic and robust detection of very early dementia,” in Fifteenth Annual Conference of the International Speech Commu- nication Association, 2014

  8. [16]

    Automatic speech classifier for mild cognitive impairment and early dementia,

    F. Bertini, D. Allevi, G. Lutero, D. Montesi, and L. Calz `a, “Automatic speech classifier for mild cognitive impairment and early dementia,” ACM Transactions on Computing for Healthcare (HEALTH), vol. 3, no. 1, pp. 1–11, 2021

  9. [17]

    Multilingual speech and language analysis for the assessment of mild cognitive impairment: Outcomes from the taukadial chal- lenge,

    P. A. P ´erez-Toro, T. Arias-Vergara, P. Klumpp, T. Weise, M. Schuster, E. Noeth, J. R. Orozco-Arroyave, and A. Maier, “Multilingual speech and language analysis for the assessment of mild cognitive impairment: Outcomes from the taukadial chal- lenge,” Proc. Interspeech 2024, ...

  10. [18]

    Prag- matic aspects of discourse production for the automatic identifi- cation of alzheimer’s disease,

    A. Pompili, A. Abad, D. M. de Matos, and I. P. Martins, “Prag- matic aspects of discourse production for the automatic identifi- cation of alzheimer’s disease,”IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 261–271, 2020

  11. [19]

    Ex- ploring dementia detection from speech: Cross corpus analysis,

    A. Ablimit, C. Botelho, A. Abad, T. Schultz, and I. Trancoso, “Ex- ploring dementia detection from speech: Cross corpus analysis,” in ICASSP 2022-2022 IEEE International Conference on Acous- tics, Speech and Signal Processing (ICASSP) . IEEE, 2022, pp. 6472–6476

  12. [20]

    Alzheimer’s dementia recognition through spontaneous speech,

    S. Luz, F. Haider, S. de la Fuente Garcia, D. Fromm, and B. MacWhinney, “Alzheimer’s dementia recognition through spontaneous speech,” Frontiers in computer science , vol. 3, p. 780169, 2021

  13. [21]

    Alzheimer’s Dementia Recognition Through Spontaneous Speech: The ADReSS Challenge,

    S. Luz, F. Haider, S. de la Fuente, D. Fromm, and B. MacWhin- ney, “Alzheimer’s Dementia Recognition Through Spontaneous Speech: The ADReSS Challenge,” in Proc. Interspeech 2020 , 2020, pp. 2172–2176

  14. [22]

    The INTERSPEECH 2013 Computational Paralinguistics Challenge: Social Signals, Conflict, Emotion, Autism,

    B. Schuller, S. Steidl, A. Batliner, A. Vinciarelli, K. R. Scherer, F. Ringeval, M. Chetouani, F. Weninger, F. Eyben, E. Marchi et al., “The INTERSPEECH 2013 Computational Paralinguistics Challenge: Social Signals, Conflict, Emotion, Autism,” in IN- TERSPEECH 2013: 14th Annual...

  15. [23]

    Multilingual alzheimer’s dementia recognition through spontaneous speech: a signal processing grand chal- lenge,

    S. Luz, F. Haider, D. Fromm, I. Lazarou, I. Kompatsiaris, and B. MacWhinney, “Multilingual alzheimer’s dementia recognition through spontaneous speech: a signal processing grand chal- lenge,” in ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Pro...

  16. [24]

    Connected speech-based cognitive assessment in chinese and english,

    S. Luz, S. D. L. F. Garcia, F. Haider, D. Fromm, B. MacWhinney, A. Lanzi, Y .-N. Chang, C.-J. Chou, and Y .-C. Liu, “Connected speech-based cognitive assessment in chinese and english,” arXiv preprint arXiv:2406.10272, 2024

  17. [25]

    ICASSP 2025 SPGC Challenge: PROCESS,

    H. Christensen, S. Bell, D. Blackburn, B. Mirheidari, M. Pa- har, F. Tao, D. Braun, H. ElGhazaly, C. Illingworth, O. Ro- nan, F. Peters, S. Luz, and F. Haider, “ICASSP 2025 SPGC Challenge: PROCESS,” https://processchallenge.github.io/, 2024, [Online; accessed 30-December-2024]

  18. [26]

    OpenAI Platform Speech to Text: Prompting,

    OpenAI, “OpenAI Platform Speech to Text: Prompting,” https: //platform.openai.com/docs/guides/speech-to-text/prompting, 2024, [Online; accessed 30-December-2024]

  19. [27]

    Robust speech recognition via large-scale weak su- pervision,

    A. Radford, J. W. Kim, T. Xu, G. Brockman, C. McLeavey, and I. Sutskever, “Robust speech recognition via large-scale weak su- pervision,” in ICML. PMLR, 2023, pp. 28 492–28 518

  20. [28]

    CrisperWhisper: Ac- curate Timestamps on Verbatim Speech Transcriptions,

    M. Zusag, L. Wagner, and B. Thallinger, “CrisperWhisper: Ac- curate Timestamps on Verbatim Speech Transcriptions,” in Inter- speech, 2024, pp. 1265–1269

  21. [29]

    The Geneva Minimalistic Acoustic Parameter Set (GeMAPS) for V oice Research and Affective Computing,

    F. Eyben, K. Scherer, B. Schuller, J. Sundberg, E. Andr ´e, C. Busso, L. Devillers, J. Epps, P. Laukka, S. Narayanan, and K. Truong, “The Geneva Minimalistic Acoustic Parameter Set (GeMAPS) for V oice Research and Affective Computing,”IEEE transactions on affective computing, ...

  22. [30]

    BERT: Pre- training of deep bidirectional transformers for language under- standing,

    J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “BERT: Pre- training of deep bidirectional transformers for language under- standing,” in Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguis- tics: Human Language Techn...

  23. [31]

    OpenSMILE: the mu- nich versatile and fast open-source audio feature extractor,

    F. Eyben, M. W ¨ollmer, and B. Schuller, “OpenSMILE: the mu- nich versatile and fast open-source audio feature extractor,” in Proceedings of the 18th ACM international conference on Mul- timedia, 2010, pp. 1459–1462

  24. [32]

    Praat: doing phonetics by computer [computer program]

    P. Boersma and D. Weenink, “Praat: doing phonetics by computer [computer program].” [Online]. Available: http://www.praat.org/

  25. [33]

    Speech as a biomarker for disease detection,

    C. Botelho, A. Abad, T. Schultz, and I. Trancoso, “Speech as a biomarker for disease detection,” IEEE Access, 2024

  26. [34]

    ECAPA- TDNN: Emphasized Channel Attention, Propagation and Ag- gregation in TDNN Based Speaker Verification,

    B. Desplanques, J. Thienpondt, and K. Demuynck, “ECAPA- TDNN: Emphasized Channel Attention, Propagation and Ag- gregation in TDNN Based Speaker Verification,” in Proc. Inter- speech, 2020, pp. 3830–3834

  27. [35]

    TRILLsson: Distilled Universal Paralinguistic Speech Representations,

    J. Shor and S. Venugopalan, “TRILLsson: Distilled Universal Paralinguistic Speech Representations,” in Interspeech, 2022, pp. 356–360

  28. [36]

    Macro-descriptors for alzheimer’s disease detection using large language models,

    C. Botelho, J. Mendonc ¸a, A. Pompili, T. Schultz, A. Abad, and I. Trancoso, “Macro-descriptors for alzheimer’s disease detection using large language models,” in Proc. Interspeech, 2024, pp. 1975–1979

  29. [37]

    Llama 3 model card,

    AI@Meta, “Llama 3 model card,” 2024. [Online]. Available: https://github.com/meta-llama/llama3/blob/main/ MODEL CARD.md

  30. [39]

    Roberta: A robustly optimized bert pretraining approach,

    Y . Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, and V . Stoyanov, “Roberta: A robustly optimized bert pretraining approach,” arXiv preprint arXiv:1907.11692, 2019

  31. [40]

    Longformer: The long- document transformer,

    I. Beltagy, M. E. Peters, and A. Cohan, “Longformer: The long- document transformer,” arXiv preprint arXiv:2004.05150, 2020

  32. [41]

    Fuzzy fingerprinting transformer language-models for emotion recognition in conversations,

    P. Pereira, R. Ribeiro, H. Moniz, L. Coheur, and J. P. Carvalho, “Fuzzy fingerprinting transformer language-models for emotion recognition in conversations,” in 2023 IEEE International Con- ference on Fuzzy Systems (FUZZ). IEEE, 2023, pp. 1–6

  33. [42]

    Disflu- encies and fine-tuning pre-trained language models for detection of Alzheimer’s disease

    J. Yuan, Y . Bian, X. Cai, J. Huang, Z. Ye, and K. Church, “Disflu- encies and fine-tuning pre-trained language models for detection of Alzheimer’s disease.” inInterspeech, 2020

  34. [2017]

    Available: https://iris.who.int/bitstream/handle/ 10665/342246/WHO-MCA-17.06.02-eng.pdf

    [Online]. Available: https://iris.who.int/bitstream/handle/ 10665/342246/WHO-MCA-17.06.02-eng.pdf

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.