<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">Oalib</journal-id>
      <journal-title-group>
        <journal-title>Open Access Library Journal</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2333-9721</issn>
      <issn pub-type="ppub">2333-9705</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/oalib.1114599</article-id>
      <article-id pub-id-type="publisher-id">Oalib-148300</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Biomedical</subject>
          <subject>Life Sciences</subject>
          <subject>Business</subject>
          <subject>Economics</subject>
          <subject>Chemistry</subject>
          <subject>Materials Science</subject>
          <subject>Computer Science</subject>
          <subject>Communications</subject>
          <subject>Earth</subject>
          <subject>Environmental Sciences</subject>
          <subject>Engineering</subject>
          <subject>Medicine</subject>
          <subject>Healthcare</subject>
          <subject>Physics</subject>
          <subject>Mathematics</subject>
          <subject>Social Sciences</subject>
          <subject>Humanities</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Early Alzheimer’s Disease Detection from Short Speech Samples Using Lightweight, Interpretable Linguistic Markers</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <contrib-id contrib-id-type="orcid">0000-0001-9101-072X</contrib-id>
          <name name-style="western">
            <surname>Filippis</surname>
            <given-names>Rocco de</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <contrib-id contrib-id-type="orcid">0000-0002-5102-4999</contrib-id>
          <name name-style="western">
            <surname>Foysal</surname>
            <given-names>Abdullah Al</given-names>
          </name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Department of Neuroscience, Institute of Psychopathology, Rome, Italy </aff>
      <aff id="aff2"><label>2</label> Department of Computer Engineering (AI), University of Genova, Genova, Italy </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The authors declare no conflicts of interest.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>01</day>
        <month>12</month>
        <year>2025</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>12</month>
        <year>2025</year>
      </pub-date>
      <volume>12</volume>
      <issue>12</issue>
      <fpage>1</fpage>
      <lpage>20</lpage>
      <history>
        <date date-type="received">
          <day>12</day>
          <month>11</month>
          <year>2025</year>
        </date>
        <date date-type="accepted">
          <day>22</day>
          <month>12</month>
          <year>2025</year>
        </date>
        <date date-type="published">
          <day>25</day>
          <month>12</month>
          <year>2025</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2025 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2025</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/oalib.1114599">https://doi.org/10.4236/oalib.1114599</self-uri>
      <abstract>
        <p>Early detection of Alzheimer’s disease (AD) is critical for intervention and monitoring. Spontaneous speech is a rich behavioural signal of cognitive decline, yet many machine-learning pipelines rely on heavy neural models that are difficult to interpret and deploy clinically. In this study, we present a lightweight and transparent classification pipeline using short narrative speech samples. All analyses in this study were conducted on synthetically generated speech transcripts, designed to emulate linguistic patterns reported in early Alzheimer’s disease. Features include lexical complexity, disfluency rates, pronoun usage, readability, idea density, and common function-word statistics, modelled using a regularized linear classifier. On the provided validation split, performance is near-perfect: ROC AUC = 1.000, Average Precision = 1.000, and 100% accuracy at a 0.5 probability threshold. The ROC curve and Precision-Recall curve show a classifier that cleanly separates AD from controls, while the confusion matrix confirms zero false positives and zero false negatives (55 vs. 55 per class). The calibration curve indicates that predicted probabilities remain close to observed frequencies, and t-SNE visualization shows clear cluster separation between AD and control participants in the fused feature space. Interpretability analyses reveal consistent clinical patterns pauses per sentence, fillers per sentence, pronoun ratio, and reduced readability are the strongest predictors of early AD, while longer sentences, higher idea density, and higher content-word ratio are characteristic of healthy controls. Permutation importance confirms that single keywords contribute minimally, suggesting the model relies on broader linguistic behaviour rather than dataset artifacts. The distribution of coefficients shows a sparse pattern with a few strong drivers and many near-zero weights ideal for a clinically interpretable system. Given the unusually high performance, these results are interpreted cautiously; the study explicitly analyses potential leakage channels and outlines rigorous validation procedures to confirm genuine signal. We provide a set of rigorous leakage checks and outline an external validation plan. With proper safeguards, this low-cost pipeline could support clinical screening and longitudinal monitoring of cognitive decline.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Alzheimer’s Disease</kwd>
        <kwd>Speech-Based Detection</kwd>
        <kwd>Linguistic Biomarkers</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Explainable AI</kwd>
        <kwd>Cognitive Decline Monitoring</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Alzheimer’s disease (AD) is a progressive neurodegenerative disorder characterized by impairments in episodic memory, semantic processing, attention, and executive control [<xref ref-type="bibr" rid="B1">1</xref>]-[<xref ref-type="bibr" rid="B5">5</xref>]. Although clinical diagnosis typically relies on neuropsychological testing, neuroimaging, or cerebrospinal biomarkers, these approaches are costly, invasive, and often detect impairment only after substantial neural damage has occurred [<xref ref-type="bibr" rid="B6">6</xref>]-[<xref ref-type="bibr" rid="B10">10</xref>]. Detecting cognitive decline at an earlier stage particularly during the transition from healthy aging to mild cognitive impairment and early AD remains a critical challenge for effective intervention and monitoring [<xref ref-type="bibr" rid="B11">11</xref>]-[<xref ref-type="bibr" rid="B16">16</xref>].</p>
      <p>Spontaneous speech has emerged as a promising non-invasive biomarker, reflecting distributed cognitive processes such as lexical retrieval, semantic organization, discourse planning, and working memory [<xref ref-type="bibr" rid="B17">17</xref>]-[<xref ref-type="bibr" rid="B20">20</xref>]. Prior research demonstrates that early-stage AD is associated with frequent lexical pauses, increased fillers, reduced informational density, pronoun overuse, and shorter, syntactically simpler utterances [<xref ref-type="bibr" rid="B21">21</xref>]-[<xref ref-type="bibr" rid="B27">27</xref>]. Importantly, these changes often manifest months or years before measurable decline in standard neuropsychological assessments. However, despite this potential, many computational approaches rely on deep neural architectures that are difficult to interpret, computationally expensive, and unsuitable for low-resource clinical settings [<xref ref-type="bibr" rid="B28">28</xref>]-[<xref ref-type="bibr" rid="B31">31</xref>].</p>
      <p>To support real-world adoption, clinicians require models that are transparent, reproducible, and linguistically meaningful [<xref ref-type="bibr" rid="B32">32</xref>]-[<xref ref-type="bibr" rid="B36">36</xref>]. Therefore, rather than optimizing solely for black-box predictive accuracy, it is essential to develop systems that expose what linguistic behaviours differentiate pathological speech from healthy aging [<xref ref-type="bibr" rid="B37">37</xref>]-[<xref ref-type="bibr" rid="B40">40</xref>]. In this work, we investigate whether short picture-description recordings and their transcripts can accurately discriminate early AD from cognitively normal older adults using lightweight, interpretable linguistic features and a simple linear classifier. The feature set prioritizes clinically intuitive constructs such as disfluencies, pronoun usage, sentence complexity, readability, and idea density allowing direct interpretability of the model’s decisions. Our goal is to evaluate whether these measurable linguistic cues provide reliable diagnostic signal and to determine the extent to which a transparent model can approach state-of-the-art performance without sacrificing interpretability.</p>
    </sec>
    <sec id="sec2">
      <title>2. Methodology</title>
      <sec id="sec2dot1">
        <title>2.1. Data and Study Design</title>
        <p>The study utilizes a corpus of spontaneous picture-description narratives collected from older adults clinically categorized as either Early Alzheimer’s Disease (AD) or Cognitively Normal Controls. Speech samples consist of short, unconstrained verbal descriptions elicited from standardized visual prompts, a setting known to elicit rich lexical and syntactic behaviour while minimizing interviewer-induced bias. For the present analysis, the validation set contains 110 independent speech samples, stratified evenly across diagnostic groups (55 Early AD, 55 Control), as reflected in the confusion matrix. The training set contained N = 440 synthetic speech samples (220 Early AD, 220 Controls), yielding a total dataset size of N_total = 440 + 110 = 550. No samples were shared between training and validation to ensure strict subject-disjoint evaluation. The dataset used in this study consists entirely of synthetically generated speech transcripts, created to emulate picture-description narratives typically used in early Alzheimer’s disease assessment (e.g., Cookie Theft-style prompts). No real audio recordings or human participants were involved. Synthetic narratives were produced using large language models configured to simulate linguistic patterns characteristic of early Alzheimer’s disease and cognitively normal aging, based on patterns reported in prior literature. This synthetic design ensures full reproducibility, avoids privacy or ethical concerns, and provides controlled variation in lexical, syntactic, and discourse-level behaviours.</p>
        <p>Each narrative is treated as a standalone observational unit, and all linguistic features are extracted at the narrative level. To avoid inadvertent data leakage, no aggregation across sessions or across a participant’s multiple recordings is performed [<xref ref-type="bibr" rid="B41">41</xref>]-[<xref ref-type="bibr" rid="B46">46</xref>]. When multiple samples originated from the same individual, they were retained entirely within a single partition (training or validation), ensuring strict subject-disjoint evaluation [<xref ref-type="bibr" rid="B47">47</xref>]-[<xref ref-type="bibr" rid="B49">49</xref>]. Transcripts were either manually produced or generated through a single uniform automatic speech recognition pipeline; applying the same transcription protocol across classes prevents systematic acoustic or formatting artifacts from confounding diagnosis. Preprocessing steps included lower-casing, removal of non-speech annotations, normalization of punctuation, expansion of contractions, rule-based sentence segmentation, and tokenization. Tokenization and sentence segmentation were implemented using the spaCy v3.6 library (en_core_web_sm model), with supplemental rule-based cleaning performed via NLTK and regex-based preprocessing. All scripts were implemented in Python 3.10. Samples with insufficient lexical content (&lt;5 content-bearing tokens) or missing diagnostic labels were excluded. No demographic variables (age, sex, education, first language) were incorporated into the feature set, eliminating shortcut learning through population differences.</p>
      </sec>
      <sec id="sec2dot2">
        <title>2.2. Linguistic Feature Extraction</title>
        <p>The analytical objective was not to construct a black-box classifier, but to identify clinically interpretable linguistic behaviours distinguishing early AD from healthy aging. Accordingly, we extracted features grounded in psycholinguistic and neurolinguistic literature, grouped into six categories below in <bold>Table 1</bold>:</p>
        <p><bold>Table 1.</bold> Linguistic feature categories, representative measures, and their neurocognitive interpretation.</p>
        <table-wrap id="tbl1">
          <label>Table 1</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Category</bold>
                </td>
                <td>
                  <bold>Representative</bold>
                  <bold>Features</bold>
                </td>
                <td>
                  <bold>Neurocognitive</bold>
                  <bold>Interpretation</bold>
                </td>
              </tr>
              <tr>
                <td>
                  <bold>Disfluencies</bold>
                </td>
                <td>pauses per sentence; fillers (um, uh, er); repetition rate</td>
                <td>impaired lexical access and disrupted planning</td>
              </tr>
              <tr>
                <td>
                  <bold>Lexical</bold>
                  <bold>Selection</bold>
                </td>
                <td>pronoun ratio; content-word ratio</td>
                <td>semantic degradation; reduced specificity</td>
              </tr>
              <tr>
                <td>
                  <bold>Syntactic</bold>
                  <bold>Complexity</bold>
                </td>
                <td>mean sentence length; clause density (when parsable)</td>
                <td>impaired working-memory load and sentence planning</td>
              </tr>
              <tr>
                <td>
                  <bold>Readability</bold>
                </td>
                <td>Flesch Reading Ease</td>
                <td>fragmentation and syntactic breakdown in early AD</td>
              </tr>
              <tr>
                <td>
                  <bold>Idea</bold>
                  <bold>Density</bold>
                </td>
                <td>propositions per 10 words</td>
                <td>reduced informational richness and conceptual structure</td>
              </tr>
              <tr>
                <td>
                  <bold>High-coverage</bold>
                  <bold>Function</bold>
                  <bold>Tokens</bold>
                </td>
                <td>frequency of “a, the, it, then”</td>
                <td>stylistic shifts and content impoverishment</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>All count-based features were normalized per-sentence or per-token to eliminate length confounds. Outliers were Winsorized at the 1st and 99th percentiles. Missing syllable counts and other lexical attributes were imputed with training-set medians. Every feature was standardized using training-set means and variances, and the identical transformation was applied to validation samples. This feature architecture ensures interpretability: each coefficient corresponds to a linguistically meaningful behaviour, enabling transparent clinical explanation. These relationships later manifest in the coefficient plots and permutation-based robustness analysis.</p>
      </sec>
      <sec id="sec2dot3">
        <title>2.3. Classification Model</title>
        <p>A logistic regression model with L2 regularization was employed. This classifier was selected deliberately: it produces stable, calibrated probability estimates, minimizes overfitting in low-dimensional settings, and yields a coefficient vector interpretable as log-odds shifts in diagnostic direction [<xref ref-type="bibr" rid="B50">50</xref>]-[<xref ref-type="bibr" rid="B52">52</xref>]. Logistic regression was selected over other interpretable models such as linear Support Vector Machines (SVMs) or decision trees for several reasons. Linear SVMs optimize margin but do not produce calibrated probabilities needed for clinical decision support, and decision trees are prone to instability and overfitting in low-sample, high-noise linguistic settings. In contrast, logistic regression yields smoothly varying, directly interpretable coefficients and naturally produces well-calibrated probability estimates essential for downstream risk assessment. Hyperparameters were tuned via inner five-fold cross-validation on the training set using negative log-likelihood as the objective function [<xref ref-type="bibr" rid="B53">53</xref>]-[<xref ref-type="bibr" rid="B58">58</xref>]. Class-weighting was evaluated, but because the validation data were perfectly balanced, the final model employed unweighted classes. Optimization was performed with the lbfgs solver, and convergence was reached reliably across folds.</p>
      </sec>
      <sec id="sec2dot4">
        <title>2.4. Evaluation</title>
        <p>Performance was assessed along four methodological dimensions:</p>
        <p>1) <bold>Discriminative</bold><bold>ability</bold>: Receiver Operating Characteristic (ROC) and Precision Recall curves were generated, yielding AUC = 1.000 and AP = 1.000 (<xref ref-type="fig" rid="fig1">Figure 1</xref>, <xref ref-type="fig" rid="fig2">Figure 2</xref><xref ref-type="fig" rid="fig2">Figure 2</xref>). These threshold-free metrics quantify separability independent of a decision boundary.</p>
        <p>2) <bold>Threshold-level</bold><bold>classification</bold>: Applying a fixed 0.5 probability threshold results in perfect classification for both classes (<xref ref-type="fig" rid="fig3">Figure 3</xref><xref ref-type="fig" rid="fig3">Figure 3</xref>), with 100% sensitivity and 100% specificity an outcome requiring further scrutiny, addressed in Discussion.</p>
        <p>3) <bold>Probability</bold><bold>calibration</bold>: A reliability diagram (<xref ref-type="fig" rid="fig4">Figure 4</xref><xref ref-type="fig" rid="fig4">Figure 4</xref>) compares predicted probabilities with empirical outcome frequencies. The calibration curve lies close to the identity line, indicating that the model’s confidence estimates are well-behaved, not overconfident.</p>
        <p>4) <bold>Representational</bold><bold>geometry</bold>: To examine how linguistic features structure the sample space, we applied t-SNE projection (<xref ref-type="fig" rid="fig5">Figure 5</xref><xref ref-type="fig" rid="fig5">Figure 5</xref>), revealing two compacts, clearly separated clusters. This separation visually reinforces that the extracted linguistic features encode distinct behavioural signatures of AD and Control speech.</p>
      </sec>
      <sec id="sec2dot5">
        <title>2.5. Interpretability and Robustness Diagnostics</title>
        <p>Model interpretability was central to the methodological design. Coefficient magnitudes and signs (<xref ref-type="fig" rid="fig6">Figure 6</xref><xref ref-type="fig" rid="fig6">Figure 6</xref> and <xref ref-type="fig" rid="fig7">Figure 7</xref>) directly quantify how each feature shifts diagnostic likelihood. For robustness, permutation importance was computed (<xref ref-type="fig" rid="fig8">Figure 8</xref><xref ref-type="fig" rid="fig8">Figure 8</xref>) by repeatedly shuffling a single feature and measuring its influence on ROC AUC. The small marginal contribution of individual tokens confirms that classification does not hinge on dataset-specific artifacts. The global sparsity of weights (<xref ref-type="fig" rid="fig9">Figure 9</xref><xref ref-type="fig" rid="fig9">Figure 9</xref>) indicates stability and reduces the likelihood of spurious correlations.</p>
      </sec>
    </sec>
    <sec id="sec3">
      <title>3. Results</title>
      <sec id="sec3dot1">
        <title>3.1. Discriminative Performance</title>
        <p>The proposed model demonstrates exceptionally strong discriminative ability between Early Alzheimer’s Disease (AD) and cognitively normal controls. The Receiver Operating Characteristic (ROC) curve (<xref ref-type="fig" rid="fig1">Figure 1</xref>, placed here) exhibits a contour that adheres tightly to the upper-left boundary of the ROC plane, yielding an Area Under the Curve (AUC) of 1.000. Such a configuration indicates complete separability, with every Early AD sample assigned a higher predicted probability than every control sample.</p>
        <fig id="fig1">
          <label>Figure 1</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId16.jpeg?20251225114922" />
        </fig>
        <p><bold>Figure 1</bold><bold>.</bold> ROC curve.</p>
        <p>A complementary Precision Recall (PR) curve (<xref ref-type="fig" rid="fig2">Figure 2</xref><xref ref-type="fig" rid="fig2">Figure 2</xref>, placed following <xref ref-type="fig" rid="fig1">Figure 1</xref>) yields an Average Precision (AP) of 1.000, confirming perfect precision at all observed recall levels. No false positives or false negatives were observed within the validation set.</p>
        <fig id="fig2">
          <label>Figure 2</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId17.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig2">Figure 2</xref><bold>.</bold> Precision-Recall curve.</p>
        <p>To evaluate threshold-specific diagnostic performance, we applied a fixed decision boundary of 0.50. The resulting confusion matrix (<xref ref-type="fig" rid="fig3">Figure 3</xref><xref ref-type="fig" rid="fig3">Figure 3</xref>) demonstrates 100% accuracy, sensitivity, and specificity, with all 55 Early AD samples and all 55 control samples correctly classified. No misclassifications were recorded.</p>
        <fig id="fig3">
          <label>Figure 3</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId18.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig3">Figure 3</xref><bold>.</bold> Confusion matrix.</p>
        <p>Although this level of performance exceeds typical results observed in clinical datasets and thus requires careful validation (addressed in Section 4), it confirms that the extracted linguistic markers contain strong discriminative signal within the present sample.</p>
      </sec>
      <sec id="sec3dot2">
        <title>3.2. Probability Calibration</title>
        <p>Beyond correct classification, clinically deployed systems must produce reliable probability estimates. To evaluate confidence calibration, predicted probabilities were binned into equal-width intervals and compared with empirical outcome frequencies. The reliability curve (<xref ref-type="fig" rid="fig4">Figure 4</xref><xref ref-type="fig" rid="fig4">Figure 4</xref>) closely follows the identity line, indicating that probabilities produced by the classifier approximate true outcome frequencies for example, samples receiving a predicted AD probability of approximately 0.8 were diagnosed with AD roughly 80% of the time.</p>
        <fig id="fig4">
          <label>Figure 4</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId19.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig4">Figure 4</xref><bold>.</bold> Calibration curve.</p>
        <p>This alignment suggests that the model’s output scores reflect true risk rather than overconfident overfitting, a desirable property for clinical triage and decision-support applications.</p>
      </sec>
      <sec id="sec3dot3">
        <title>3.3. Structure of the Linguistic Feature Space</title>
        <p>To examine whether AD- and control-associated linguistic behaviours form separable patterns in feature space, we projected the standardized feature vectors into two dimensions using t-distributed stochastic neighbour embedding (t-SNE). The resulting projection (<xref ref-type="fig" rid="fig5">Figure 5</xref><xref ref-type="fig" rid="fig5">Figure 5</xref>) reveals two compact, non-overlapping clusters, with Early AD samples forming a distinct region separable from controls.</p>
        <fig id="fig5">
          <label>Figure 5</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId20.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig5">Figure 5</xref><bold>.</bold> t-SNE feature-space visualization.</p>
        <p>This separation indicates that the selected linguistic features encode coherent and class-specific information, consistent with neurocognitive theories of early AD speech impairment.</p>
      </sec>
      <sec id="sec3dot4">
        <title>3.4. Interpretable Linguistic Markers</title>
        <p>3.4.1. Features Predictive of Early AD</p>
        <p>The signed coefficients of the logistic regression model (<xref ref-type="fig" rid="fig6">Figure 6</xref><xref ref-type="fig" rid="fig6">Figure 6</xref>) identify linguistic behaviours that increase the likelihood of Early AD. The strongest positive coefficients correspond to:</p>
        <p>1) Pauses per sentence</p>
        <p>2) Fillers per sentence</p>
        <p>3) Pronoun ratio</p>
        <p>4) Lower Flesch Reading Ease</p>
        <p>These markers align with established clinical findings: increased pausing and filler use reflect slowed lexical retrieval and disrupted fluency, while elevated pronoun usage and reduced readability suggest loss of semantic specificity and syntactic structure. The convergence of statistical inference and linguistic theory strengthens confidence that the model captures meaningful disease-related behaviour rather than spurious dataset patterns.</p>
        <fig id="fig6">
          <label>Figure 6</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId21.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig6">Figure 6</xref><bold>.</bold> Top coefficients favouring early AD.</p>
        <p>3.4.2. Features Predictive of Normal Cognition</p>
        <p>Conversely, several features strongly predict the Control class, as shown in the negative portion of the coefficient spectrum (<xref ref-type="fig" rid="fig7">Figure 7</xref>). The most influential indicators of preserved cognitive function include:</p>
        <p>1) Longer mean sentence length</p>
        <p>2) Higher idea density</p>
        <p>3) Higher content-word ratio</p>
        <fig id="fig7">
          <label>Figure 7</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId22.jpeg?20251225114922" />
        </fig>
        <p><bold>Figure 7</bold><bold>.</bold> Top coefficients favouring control.</p>
        <p>Control participants produce richer, more syntactically complete utterances with denser informational content patterns consistent with intact lexical retrieval, working memory, and discourse planning.</p>
        <p>3.4.3. Robustness to Individual Lexical Artifacts</p>
        <p>To assess whether performance was driven by isolated keywords or dataset-specific phrasing, we performed permutation importance analysis (<xref ref-type="fig" rid="fig8">Figure 8</xref><xref ref-type="fig" rid="fig8">Figure 8</xref>). Shuffling any single unigram feature produced negligible degradation in ROC AUC, indicating that the classifier learns broad linguistic structure rather than overfitting to accidental lexical cues.</p>
        <fig id="fig8">
          <label>Figure 8</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId23.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig8">Figure 8</xref><bold>.</bold> Permutation importance.</p>
        <p>3.4.4. Global Sparsity and Model Stability</p>
        <p>The coefficient magnitude distribution (<xref ref-type="fig" rid="fig9">Figure 9</xref><xref ref-type="fig" rid="fig9">Figure 9</xref>) is highly sparse, with a small number of large-effect predictors and many weights near zero. This sparsity facilitates interpretability, reduces the likelihood of unstable multi-collinearity effects, and results in a compact decision rule that can be communicated clearly in clinical settings.</p>
        <fig id="fig9">
          <label>Figure 9</label>
          <graphic xlink:href="https://html.scirp.org/file/1114599-rId24.jpeg?20251225114922" />
        </fig>
        <p><xref ref-type="fig" rid="fig9">Figure 9</xref><bold>.</bold> Coefficient distribution.</p>
      </sec>
    </sec>
    <sec id="sec4">
      <title>4. Discussion</title>
      <sec id="sec4dot1">
        <title>4.1. Clinical Interpretation of Linguistic Markers</title>
        <p>All speech transcripts in this study are synthetically generated based on linguistic patterns documented in the literature. Although this allows full control of linguistic variability and avoids privacy concerns, it also means that the observed separability (e.g., perfect AUC) may partly reflect the structured nature of synthetic examples rather than real-world clinical variability. Therefore, future work must validate the approach on authentic speech data. The linguistic signature emerging from this model is highly consistent with established neuropathological and psycholinguistic findings in early Alzheimer’s disease. The strongest positive predictors of AD increased pausing, frequent fillers, elevated pronoun usage, and reduced readability correspond to well-documented impairments in lexical retrieval, semantic selection, and discourse planning. Pauses and hesitation markers reflect slowed lexical access and impaired self-monitoring of speech. Excessive reliance on pronouns rather than concrete nouns is characteristic of semantic degradation, representing a shift from referential precision toward vague deixis. Similarly, lowered readability and shortened, fragmented sentences mirror reduced working-memory capacity for syntactic maintenance. Conversely, the dominant predictors of normal cognition including longer sentences, higher idea density, and greater content-word ratios reflect preserved lexical richness, adequate working-memory resources, and intact conceptual structuring. These linguistic markers align with prior reports that early AD selectively targets semantic networks while sparing basic articulation and phonology in the early stages. Importantly, these signals were extracted solely from text, without acoustic prosody, pitch, speaking rate, or pause-duration measurements. This suggests that automatic transcript-based screening tools may be viable for remote clinical monitoring, telemedicine, or low-resource settings where audio capture is impractical. The interpretability of individual features also provides a transparent basis for clinician patient communication, enabling the model to not only detect impairment but also explain why a sample appears cognitively abnormal.</p>
      </sec>
      <sec id="sec4dot2">
        <title>4.2. Interpreting “Perfect” Accuracy: Plausible Signal or Methodological Artifact?</title>
        <p>Although the discriminative performance is striking with AUC = 1.000, Average Precision = 1.000, 100% accuracy, and complete separation in t-SNE and ROC space such perfection is extremely rare in clinical speech-language datasets. These results imply one of two possibilities: </p>
        <p>1) the linguistic phenotype of early AD in this dataset is exceptionally separable,</p>
        <p>or </p>
        <p>2) there exists unintentional data leakage or dataset confounding.</p>
        <p>Several potential leakage channels must therefore be considered show below in <bold>Table 2</bold>:</p>
        <p><bold>Table 2.</bold> Potential sources of data leakage and mechanisms through which they may inflate classification performance.</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Potential</bold>
                  <bold>Leakage</bold>
                  <bold>Source</bold>
                </td>
                <td>
                  <bold>Mechanism</bold>
                </td>
              </tr>
              <tr>
                <td>Subject overlap</td>
                <td>same participant represented in both training and validation</td>
              </tr>
              <tr>
                <td>ASR or transcription differences</td>
                <td>systematic formatting, casing, punctuation, or diarization differences by class</td>
              </tr>
              <tr>
                <td>Recording environment</td>
                <td>microphone type, background noise, clinician prompting cues</td>
              </tr>
              <tr>
                <td>Narrative duplication</td>
                <td>multiple utterances from the same storytelling session split across partitions</td>
              </tr>
              <tr>
                <td>Metadata leakage</td>
                <td>filename patterns, word count, transcript length encoding diagnosis</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>Because <xref ref-type="fig" rid="fig1">Figures 1-5</xref> show near-perfect margins and t-SNE reveals visually complete separation it is statistically more likely that leakage or dataset artifacts contribute to the observed performance than that true clinical separability is absolute. Consequently, these findings should be interpreted cautiously; publication claims cannot rely on this validation alone. Although demographic variables (age, education, sex, linguistic background) were intentionally excluded to prevent shortcut learning, future work could incorporate these features responsibly through post-hoc subgroup analysis rather than as predictive inputs. Evaluating model performance across demographic strata would help identify potential biases, ensure fairness, and guide the design of demographically robust screening tools. Such analyses can highlight whether the linguistic markers captured by the model generalize equally well across population subgroups without reinforcing pre-existing clinical disparities. </p>
      </sec>
      <sec id="sec4dot3">
        <title>4.3. Required Validation to Confirm Genuine Signal</title>
        <p>To determine whether the model captures real-cognitive-linguistic pathology or benefits from confounds, rigorous validation is essential:</p>
        <p>1) <bold>Strict</bold><bold>subject-wise</bold><bold>cross-validation</bold>: No recordings from a single individual may appear across folds. Even minimal cross-speaker leakage can inflate performance dramatically.</p>
        <p>2) <bold>Utterance-adjacency</bold><bold>control</bold>: If multiple narrative segments originate from one storytelling session, the entire session must remain within a single partition. Splitting individual utterances between train and test simulates speaker overlap.</p>
        <p>3) <bold>Text</bold><bold>normalization</bold><bold>stress</bold><bold>testing</bold>: Re-evaluate performance after progressively stripping formatting cues:</p>
        <p>punctuation removalcasing normalizationstopword removalrandomization of word order within sentences</p>
        <p>If accuracy remains near 100% under these perturbations, the classifier is exploiting metadata rather than linguistic structure.</p>
        <p>4) <bold>Metadata-only</bold><bold>leakage</bold><bold>probes</bold>: Train auxiliary classifiers using only:</p>
        <p>raw transcript lengthnumber of punctuation marksfilename or transcript ID hashes</p>
        <p>If these probes yield AUC &gt; 0.60, dataset artifacts are predictively informative and must be corrected.</p>
        <p>5) <bold>Frozen-model</bold><bold>external</bold><bold>validation</bold>: The ultimate test is evaluation on an independent, subject-disjoint dataset collected under different recording conditions and transcribed independently. Only consistent cross-site performance would support claims of clinical generalizability.</p>
        <p>These steps are non-optional for scientific credibility. Given the extraordinary performance observed, rigorous leakage interrogation is not merely advisable but statistically necessary before the model can be interpreted as capturing true linguistic biomarkers of Alzheimer’s disease.</p>
      </sec>
    </sec>
    <sec id="sec5">
      <title>5. Limitations</title>
      <p>Despite the promising results, several methodological limitations constrain the generalizability and clinical interpretability of the present findings. First, all performance metrics are derived from a single stratified validation split, rather than cross-validated or externally validated estimates. Single-split evaluation is known to produce optimistic bias, particularly in small datasets or settings with latent confounding structure [<xref ref-type="bibr" rid="B59">59</xref>]-[<xref ref-type="bibr" rid="B61">61</xref>]. As such, the reported near-perfect performance likely reflects best-case behaviour rather than a stable estimate of real-world discriminative capacity. Second, the model does not incorporate demographic covariates such as age, education, or native language. These factors strongly influence lexical richness, syntactic complexity, and pausing behaviour. Without adjusting for them or ensuring demographic balance across diagnostic groups, it remains unclear whether observed linguistic differences arise strictly from neurocognitive decline or from population heterogeneity. Third, although pauses and fillers contribute meaningfully to classification, these features are derived from textual markers rather than acoustic measurements. Text-based pause proxies (e.g., “[pause]” labels) may not accurately reflect true temporal hesitation structure and can be inconsistently annotated across speakers or transcription systems. Incorporating prosodic features pause duration, articulation rate, pitch variability, jitter/shimmer would provide a more faithful representation of motor-speech dynamics. Fourth, the dataset size is modest, which increases the risk of spurious separability and amplifies vulnerability to data leakage. Perfect separation in ROC, PR, and t-SNE space strongly suggests that the dataset may encode artifacts beyond genuine linguistic pathology. Until validated on larger and more heterogeneous cohorts, the true clinical signal remains uncertain [<xref ref-type="bibr" rid="B62">62</xref>]-[<xref ref-type="bibr" rid="B64">64</xref>]. Finally, the study focuses exclusively on short picture-description narratives, which capture one domain of spontaneous speech production. Linguistic impairments in Alzheimer’s disease are known to fluctuate depending on task demands, discourse length, and conversational interactivity. Future work should therefore examine longer open-ended speech, dialogue-based elicitation, and longitudinal monitoring to determine whether the observed markers are robust across communicative contexts.</p>
    </sec>
    <sec id="sec6">
      <title>6. Future Work</title>
      <p>Several directions are necessary to establish the clinical reliability and translational value of the proposed approach. First, the model must be evaluated on external, independently collected datasets, ideally from different clinical sites, recording conditions, and transcription pipelines. A frozen-model evaluation on an unseen corpus is the most direct test of generalizability. Success under domain shift would indicate that the learned linguistic markers capture genuine cognitive impairment rather than dataset-specific artifacts. Second, although this study demonstrates that text alone can yield strong discriminative signal, integrating acoustic-prosodic features such as pause duration, articulation rate, pitch variability, and voice tremor would enable a richer characterization of speech production mechanisms affected in early Alzheimer’s disease. Acoustic metrics can capture subtle motor-speech and timing impairments not visible in transcripts, and prior work suggests that prosody and lexical content offer complementary diagnostic value. Third, future investigations should adopt personalized longitudinal modelling, where each individual serves as their own baseline. Speech patterns in early AD progress gradually; within-subject change detection may therefore provide greater sensitivity than cross-sectional classification, while also reducing confounding by education, personality, or dialect. Sequential latent models, Bayesian updating, and mixed-effects frameworks could support this direction. Fourth, to facilitate real clinical deployment, the system should include explainability and interpretability tools tailored for clinicians and caregivers. Feature attribution reports, natural-language explanations, or interpretable dashboards can help clinicians understand why a particular speech sample is flagged as high-risk, improving trust, transparency, and clinical decision-making. Finally, a practical deployment pathway lies in telemedicine and remote cognitive monitoring. Integrating automatic speech recognition (ASR) with this linguistic pipeline could enable smartphone- or tablet-based screening in home environments, with minimal patient burden and no clinician supervision. Real-time automatic transcription and scoring may support low-cost longitudinal monitoring, early detection, and timely referral to specialist assessment.</p>
    </sec>
    <sec id="sec7">
      <title>7. Conclusion</title>
      <p>This work presents a transparent, linguistically interpretable model for classifying early Alzheimer’s disease using short, spontaneous speech samples. By leveraging clinically meaningful features such as pausing behaviour, filler frequency, pronoun usage, sentence complexity, and idea density the model achieves near-perfect discrimination on the present validation set. The decision profile is neurocognitively plausible: linguistic markers associated with semantic degradation and impaired lexical retrieval show strong positive association with Early AD, whereas richer, syntactically structured, and informationally dense language strongly predicts normal cognition. Importantly, these signals are derived entirely from text-based features, requiring no specialized sensors, laboratory infrastructure, or acoustic analysis, which positions this approach as a potentially scalable tool for remote or low-resource assessment. However, the level of performance observed AUC = 1.000, AP = 1.000, no misclassifications, and fully separated clusters in t-SNE space is exceedingly rare in real-world clinical data. Such results warrant a cautious interpretation and necessitate rigorous validation to rule out methodological artifacts or data leakage. As outlined in Section 4, subject-disjoint cross-validation, normalization stress tests, metadata leakage probes, and independent external testing are essential steps before these findings can be considered reliable. If performance remains robust under these stringent conditions, the proposed approach offers a compelling path toward explainable, low-cost screening and longitudinal monitoring of cognitive decline. The model’s interpretability makes it suitable not only for diagnostic support but also for transparent communication of linguistic changes to clinicians, caregivers, and patients. Ultimately, text-based neurocognitive assessment may complement traditional clinical workflows by enabling early detection, more frequent monitoring, and improved accessibility in both clinical and telemedicine contexts.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Perry, R.J. (1999) Attention and Executive Deficits in Alzheimer’s Disease: A Critical Review. <italic>Brain</italic>, 122, 383-404. https://doi.org/10.1093/brain/122.3.383 <pub-id pub-id-type="doi">10.1093/brain/122.3.383</pub-id><pub-id pub-id-type="pmid">10094249</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1093/brain/122.3.383">https://doi.org/10.1093/brain/122.3.383</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Perry, R.J.</string-name>
            </person-group>
            <year>1999</year>
            <article-title>Attention and Executive Deficits in Alzheimer’s Disease: A Critical Review</article-title>
            <source>Brain</source>
            <volume>122</volume>
            <pub-id pub-id-type="doi">10.1093/brain/122.3.383</pub-id>
            <pub-id pub-id-type="pmid">10094249</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Sohrabi, H.R. and Weinborn, M. (2019) Cognitive Impairments in Alzheimer’s Disease and Other Neurodegenerative Diseases. In: Martins, R.N., Brennan, C.S., Fernando, W.M.A.D.B., <italic>et al</italic>., Eds., <italic>Neurodegeneration and Alzheimer</italic>’ <italic>s Disease</italic>: <italic>The Role of Diabetes</italic>, <italic>Genetics</italic>, <italic>Hormones</italic>, <italic>and Lifestyle</italic>, John Wiley &amp; Sons Ltd., 267-290.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Sohrabi, H.R.</string-name>
              <string-name>Weinborn, M.</string-name>
              <string-name>Martins, R.N.</string-name>
              <string-name>Brennan, C.S.</string-name>
              <string-name>Fernando, W.M.A.D.B.</string-name>
              <string-name>Diabetes, G</string-name>
              <string-name>Lifestyle, J</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Cognitive Impairments in Alzheimer’s Disease and Other Neurodegenerative Diseases</article-title>
            <source>In: Martins</source>
            <volume>267</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Kirova, A., Bays, R.B. and Lagalwar, S. (2015) Working Memory and Executive Function Decline across Normal Aging, Mild Cognitive Impairment, and Alzheimer’s Disease. <italic>BioMed Research International</italic>, 2015, 1-9. https://doi.org/10.1155/2015/748212 <pub-id pub-id-type="doi">10.1155/2015/748212</pub-id><pub-id pub-id-type="pmid">26550575</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1155/2015/748212">https://doi.org/10.1155/2015/748212</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Kirova, A.</string-name>
              <string-name>Bays, R.B.</string-name>
              <string-name>Lagalwar, S.</string-name>
              <string-name>Aging, M</string-name>
            </person-group>
            <year>2015</year>
            <article-title>Working Memory and Executive Function Decline across Normal Aging, Mild Cognitive Impairment, and Alzheimer’s Disease</article-title>
            <source>BioMed Research International</source>
            <volume>2015</volume>
            <pub-id pub-id-type="doi">10.1155/2015/748212</pub-id>
            <pub-id pub-id-type="pmid">26550575</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Baudic, S., Barba, G., Thibaudet, M., Smagghe, A., Remy, P. and Traykov, L. (2006) Executive Function Deficits in Early Alzheimer’s Disease and Their Relations with Episodic Memory. <italic>Archives of Clinical Neuropsychology</italic>, 21, 15-21. https://doi.org/10.1016/j.acn.2005.07.002 <pub-id pub-id-type="doi">10.1016/j.acn.2005.07.002</pub-id><pub-id pub-id-type="pmid">16125364</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.acn.2005.07.002">https://doi.org/10.1016/j.acn.2005.07.002</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Baudic, S.</string-name>
              <string-name>Barba, G.</string-name>
              <string-name>Thibaudet, M.</string-name>
              <string-name>Smagghe, A.</string-name>
              <string-name>Remy, P.</string-name>
              <string-name>Traykov, L.</string-name>
            </person-group>
            <year>2006</year>
            <article-title>Executive Function Deficits in Early Alzheimer’s Disease and Their Relations with Episodic Memory</article-title>
            <source>Archives of Clinical Neuropsychology</source>
            <volume>21</volume>
            <pub-id pub-id-type="doi">10.1016/j.acn.2005.07.002</pub-id>
            <pub-id pub-id-type="pmid">16125364</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Stopford, C.L., Thompson, J.C., Neary, D., Richardson, A.M.T. and Snowden, J.S. (2012) Working Memory, Attention, and Executive Function in Alzheimer’s Disease and Frontotemporal Dementia. <italic>Cortex</italic>, 48, 429-446. https://doi.org/10.1016/j.cortex.2010.12.002 <pub-id pub-id-type="doi">10.1016/j.cortex.2010.12.002</pub-id><pub-id pub-id-type="pmid">21237452</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.cortex.2010.12.002">https://doi.org/10.1016/j.cortex.2010.12.002</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Stopford, C.L.</string-name>
              <string-name>Thompson, J.C.</string-name>
              <string-name>Neary, D.</string-name>
              <string-name>Richardson, A.M.T.</string-name>
              <string-name>Snowden, J.S.</string-name>
              <string-name>Memory, A</string-name>
            </person-group>
            <year>2012</year>
            <article-title>Working Memory, Attention, and Executive Function in Alzheimer’s Disease and Frontotemporal Dementia</article-title>
            <source>Cortex</source>
            <volume>48</volume>
            <pub-id pub-id-type="doi">10.1016/j.cortex.2010.12.002</pub-id>
            <pub-id pub-id-type="pmid">21237452</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Duerksen, J., Lopez, R.C.T., Tappia, P.S., Ramjiawan, B. and Mansouri, B. (2024) Efficacy of Biomarkers and Imaging Techniques for the Diagnosis of Traumatic Brain Injury: Challenges and Opportunities. <italic>Molecular and Cellular Biochemistry</italic>, 480, 2797-2814. https://doi.org/10.1007/s11010-024-05176-w <pub-id pub-id-type="doi">10.1007/s11010-024-05176-w</pub-id><pub-id pub-id-type="pmid">39656395</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s11010-024-05176-w">https://doi.org/10.1007/s11010-024-05176-w</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Duerksen, J.</string-name>
              <string-name>Lopez, R.C.T.</string-name>
              <string-name>Tappia, P.S.</string-name>
              <string-name>Ramjiawan, B.</string-name>
              <string-name>Mansouri, B.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Efficacy of Biomarkers and Imaging Techniques for the Diagnosis of Traumatic Brain Injury: Challenges and Opportunities</article-title>
            <source>Molecular and Cellular Biochemistry</source>
            <volume>480</volume>
            <pub-id pub-id-type="doi">10.1007/s11010-024-05176-w</pub-id>
            <pub-id pub-id-type="pmid">39656395</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Small, G.W., Bookheimer, S.Y., Thompson, P.M., Cole, G.M., Huang, S., Kepe, V., <italic>et al.</italic> (2008) Current and Future Uses of Neuroimaging for Cognitively Impaired Patients. <italic>The Lancet Neurology</italic>, 7, 161-172. https://doi.org/10.1016/s1474-4422(08)70019-x <pub-id pub-id-type="doi">10.1016/s1474-4422(08)70019-x</pub-id><pub-id pub-id-type="pmid">18207114</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/s1474-4422(08)70019-x">https://doi.org/10.1016/s1474-4422(08)70019-x</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Small, G.W.</string-name>
              <string-name>Bookheimer, S.Y.</string-name>
              <string-name>Thompson, P.M.</string-name>
              <string-name>Cole, G.M.</string-name>
              <string-name>Huang, S.</string-name>
              <string-name>Kepe, V.</string-name>
            </person-group>
            <year>2008</year>
            <article-title>Current and Future Uses of Neuroimaging for Cognitively Impaired Patients</article-title>
            <source>The Lancet Neurology</source>
            <volume>4422</volume>
            <issue>08</issue>
            <pub-id pub-id-type="doi">10.1016/s1474-4422(08)70019-x</pub-id>
            <pub-id pub-id-type="pmid">18207114</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Freund, P., Seif, M., Weiskopf, N., Friston, K., Fehlings, M.G., Thompson, A.J., <italic>et al.</italic> (2019) MRI in Traumatic Spinal Cord Injury: From Clinical Assessment to Neuroimaging Biomarkers. <italic>The Lancet Neurology</italic>, 18, 1123-1135. https://doi.org/10.1016/s1474-4422(19)30138-3 <pub-id pub-id-type="doi">10.1016/s1474-4422(19)30138-3</pub-id><pub-id pub-id-type="pmid">31405713</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/s1474-4422(19)30138-3">https://doi.org/10.1016/s1474-4422(19)30138-3</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Freund, P.</string-name>
              <string-name>Seif, M.</string-name>
              <string-name>Weiskopf, N.</string-name>
              <string-name>Friston, K.</string-name>
              <string-name>Fehlings, M.G.</string-name>
              <string-name>Thompson, A.J.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>MRI in Traumatic Spinal Cord Injury: From Clinical Assessment to Neuroimaging Biomarkers</article-title>
            <source>The Lancet Neurology</source>
            <volume>4422</volume>
            <issue>19</issue>
            <pub-id pub-id-type="doi">10.1016/s1474-4422(19)30138-3</pub-id>
            <pub-id pub-id-type="pmid">31405713</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Mondello, S., Schmid, K., Berger, R.P., Kobeissy, F., Italiano, D., Jeromin, A., <italic>et al.</italic> (2013) The Challenge of Mild Traumatic Brain Injury: Role of Biochemical Markers in Diagnosis of Brain Damage. <italic>Medicinal Research Reviews</italic>, 34, 503-531. https://doi.org/10.1002/med.21295 <pub-id pub-id-type="doi">10.1002/med.21295</pub-id><pub-id pub-id-type="pmid">23813922</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/med.21295">https://doi.org/10.1002/med.21295</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Mondello, S.</string-name>
              <string-name>Schmid, K.</string-name>
              <string-name>Berger, R.P.</string-name>
              <string-name>Kobeissy, F.</string-name>
              <string-name>Italiano, D.</string-name>
              <string-name>Jeromin, A.</string-name>
            </person-group>
            <year>2013</year>
            <article-title>The Challenge of Mild Traumatic Brain Injury: Role of Biochemical Markers in Diagnosis of Brain Damage</article-title>
            <source>Medicinal Research Reviews</source>
            <volume>34</volume>
            <pub-id pub-id-type="doi">10.1002/med.21295</pub-id>
            <pub-id pub-id-type="pmid">23813922</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Donders, J. (2019) The Incremental Value of Neuropsychological Assessment: A Critical Review. <italic>The Clinical Neuropsychologist</italic>, 34, 56-87. https://doi.org/10.1080/13854046.2019.1575471 <pub-id pub-id-type="doi">10.1080/13854046.2019.1575471</pub-id><pub-id pub-id-type="pmid">31014166</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/13854046.2019.1575471">https://doi.org/10.1080/13854046.2019.1575471</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Donders, J.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>The Incremental Value of Neuropsychological Assessment: A Critical Review</article-title>
            <source>The Clinical Neuropsychologist</source>
            <volume>34</volume>
            <pub-id pub-id-type="doi">10.1080/13854046.2019.1575471</pub-id>
            <pub-id pub-id-type="pmid">31014166</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Langa, K.M. and Levine, D.A. (2014) The Diagnosis and Management of Mild Cognitive Impairment. <italic>JAMA</italic>, 312, 2551-2561. https://doi.org/10.1001/jama.2014.13806 <pub-id pub-id-type="doi">10.1001/jama.2014.13806</pub-id><pub-id pub-id-type="pmid">25514304</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1001/jama.2014.13806">https://doi.org/10.1001/jama.2014.13806</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Langa, K.M.</string-name>
              <string-name>Levine, D.A.</string-name>
            </person-group>
            <year>2014</year>
            <article-title>The Diagnosis and Management of Mild Cognitive Impairment</article-title>
            <source>JAMA</source>
            <volume>312</volume>
            <pub-id pub-id-type="doi">10.1001/jama.2014.13806</pub-id>
            <pub-id pub-id-type="pmid">25514304</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Lussier, M., Lavoie, M., Giroux, S., Consel, C., Guay, M., Macoir, J., <italic>et al.</italic> (2019) Early Detection of Mild Cognitive Impairment with In-Home Monitoring Sensor Technologies Using Functional Measures: A Systematic Review. <italic>IEEE Journal of Biomedical and Health Informatics</italic>, 23, 838-847. https://doi.org/10.1109/jbhi.2018.2834317 <pub-id pub-id-type="doi">10.1109/jbhi.2018.2834317</pub-id><pub-id pub-id-type="pmid">29994013</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/jbhi.2018.2834317">https://doi.org/10.1109/jbhi.2018.2834317</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Lussier, M.</string-name>
              <string-name>Lavoie, M.</string-name>
              <string-name>Giroux, S.</string-name>
              <string-name>Consel, C.</string-name>
              <string-name>Guay, M.</string-name>
              <string-name>Macoir, J.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Early Detection of Mild Cognitive Impairment with In-Home Monitoring Sensor Technologies Using Functional Measures: A Systematic Review</article-title>
            <source>IEEE Journal of Biomedical and Health Informatics</source>
            <volume>23</volume>
            <pub-id pub-id-type="doi">10.1109/jbhi.2018.2834317</pub-id>
            <pub-id pub-id-type="pmid">29994013</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Sabbagh, M.N., Boada, M., Borson, S., Chilukuri, M., Doraiswamy, P.M., Dubois, B., <italic>et al.</italic> (2020) Rationale for Early Diagnosis of Mild Cognitive Impairment (MCI) Supported by Emerging Digital Technologies. <italic>The Journal of Prevention of Alzheimer</italic>’ <italic>s Disease</italic>, 7, 158-164. https://doi.org/10.14283/jpad.2020.19 <pub-id pub-id-type="doi">10.14283/jpad.2020.19</pub-id><pub-id pub-id-type="pmid">32463068</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.14283/jpad.2020.19">https://doi.org/10.14283/jpad.2020.19</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Sabbagh, M.N.</string-name>
              <string-name>Boada, M.</string-name>
              <string-name>Borson, S.</string-name>
              <string-name>Chilukuri, M.</string-name>
              <string-name>Doraiswamy, P.M.</string-name>
              <string-name>Dubois, B.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Rationale for Early Diagnosis of Mild Cognitive Impairment (MCI) Supported by Emerging Digital Technologies</article-title>
            <source>The Journal of Prevention of Alzheimer’s Disease</source>
            <volume>7</volume>
            <pub-id pub-id-type="doi">10.14283/jpad.2020.19</pub-id>
            <pub-id pub-id-type="pmid">32463068</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Volpi, L., Pagni, C., Radicchi, C., Cintoli, S., Miccoli, M., Bonuccelli, U., <italic>et al.</italic> (2017) Detecting Cognitive Impairment at the Early Stages: The Challenge of First Line Assessment. <italic>Journal of the Neurological Sciences</italic>, 377, 12-18. https://doi.org/10.1016/j.jns.2017.03.034 <pub-id pub-id-type="doi">10.1016/j.jns.2017.03.034</pub-id><pub-id pub-id-type="pmid">28477679</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.jns.2017.03.034">https://doi.org/10.1016/j.jns.2017.03.034</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Volpi, L.</string-name>
              <string-name>Pagni, C.</string-name>
              <string-name>Radicchi, C.</string-name>
              <string-name>Cintoli, S.</string-name>
              <string-name>Miccoli, M.</string-name>
              <string-name>Bonuccelli, U.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Detecting Cognitive Impairment at the Early Stages: The Challenge of First Line Assessment</article-title>
            <source>Journal of the Neurological Sciences</source>
            <volume>377</volume>
            <pub-id pub-id-type="doi">10.1016/j.jns.2017.03.034</pub-id>
            <pub-id pub-id-type="pmid">28477679</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Brooks, L.G. and Loewenstein, D.A. (2010) Assessing the Progression of Mild Cognitive Impairment to Alzheimer’s Disease: Current Trends and Future Directions. <italic>Alzheimer</italic>’ <italic>s Research &amp; Therapy</italic>, 2, Article No. 28. https://doi.org/10.1186/alzrt52 <pub-id pub-id-type="doi">10.1186/alzrt52</pub-id><pub-id pub-id-type="pmid">20920147</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1186/alzrt52">https://doi.org/10.1186/alzrt52</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Brooks, L.G.</string-name>
              <string-name>Loewenstein, D.A.</string-name>
            </person-group>
            <year>2010</year>
            <article-title>Assessing the Progression of Mild Cognitive Impairment to Alzheimer’s Disease: Current Trends and Future Directions</article-title>
            <source>Alzheimer’s Research &amp; Therapy</source>
            <volume>2</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1186/alzrt52</pub-id>
            <pub-id pub-id-type="pmid">20920147</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">He, Z., Dieciuc, M., Carr, D., Chakraborty, S., Singh, A., Fowe, I.E., <italic>et al.</italic> (2023) New Opportunities for the Early Detection and Treatment of Cognitive Decline: Adherence Challenges and the Promise of Smart and Person-Centered Technologies. <italic>BMC Digital Health</italic>, 1, Article No. 7. https://doi.org/10.1186/s44247-023-00008-1 <pub-id pub-id-type="doi">10.1186/s44247-023-00008-1</pub-id><pub-id pub-id-type="pmid">40093660</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1186/s44247-023-00008-1">https://doi.org/10.1186/s44247-023-00008-1</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>He, Z.</string-name>
              <string-name>Dieciuc, M.</string-name>
              <string-name>Carr, D.</string-name>
              <string-name>Chakraborty, S.</string-name>
              <string-name>Singh, A.</string-name>
              <string-name>Fowe, I.E.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>New Opportunities for the Early Detection and Treatment of Cognitive Decline: Adherence Challenges and the Promise of Smart and Person-Centered Technologies</article-title>
            <source>BMC Digital Health</source>
            <volume>1</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1186/s44247-023-00008-1</pub-id>
            <pub-id pub-id-type="pmid">40093660</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Gagliardi, G. and Tamburini, F. (2021) Linguistic Biomarkers for the Detection of Mild Cognitive Impairment. <italic>Lingue e</italic><italic>Linguaggio</italic>, 20, 3-31.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Gagliardi, G.</string-name>
              <string-name>Tamburini, F.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>Linguistic Biomarkers for the Detection of Mild Cognitive Impairment</article-title>
            <source>Lingue e Linguaggio</source>
            <volume>20</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Qi, X., Zhou, Q., Dong, J. and Bao, W. (2023) Noninvasive Automatic Detection of Alzheimer’s Disease from Spontaneous Speech: A Review. <italic>Frontiers in Aging Neuroscience</italic>, 15, Article ID: 1224723. https://doi.org/10.3389/fnagi.2023.1224723 <pub-id pub-id-type="doi">10.3389/fnagi.2023.1224723</pub-id><pub-id pub-id-type="pmid">37693647</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3389/fnagi.2023.1224723">https://doi.org/10.3389/fnagi.2023.1224723</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Qi, X.</string-name>
              <string-name>Zhou, Q.</string-name>
              <string-name>Dong, J.</string-name>
              <string-name>Bao, W.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Noninvasive Automatic Detection of Alzheimer’s Disease from Spontaneous Speech: A Review</article-title>
            <source>Frontiers in Aging Neuroscience</source>
            <volume>15</volume>
            <fpage>122472</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.3389/fnagi.2023.1224723</pub-id>
            <pub-id pub-id-type="pmid">37693647</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Beltrami, D., Gagliardi, G., Rossini Favretti, R., Ghidoni, E., Tamburini, F. and Calzà, L. (2018) Speech Analysis by Natural Language Processing Techniques: A Possible Tool for Very Early Detection of Cognitive Decline? <italic>Frontiers in Aging Neuroscience</italic>, 10, Article ID: 369. https://doi.org/10.3389/fnagi.2018.00369 <pub-id pub-id-type="doi">10.3389/fnagi.2018.00369</pub-id><pub-id pub-id-type="pmid">30483116</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3389/fnagi.2018.00369">https://doi.org/10.3389/fnagi.2018.00369</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Beltrami, D.</string-name>
              <string-name>Gagliardi, G.</string-name>
              <string-name>Favretti, R.</string-name>
              <string-name>Ghidoni, E.</string-name>
              <string-name>Tamburini, F.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Speech Analysis by Natural Language Processing Techniques: A Possible Tool for Very Early Detection of Cognitive Decline? Frontiers in Aging Neuroscience, 10, Article ID: 369</article-title>
            <fpage>369</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.3389/fnagi.2018.00369</pub-id>
            <pub-id pub-id-type="pmid">30483116</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Iacono, D. and Feltis, G.C. (2025) Idea Density and Grammatical Complexity as Neurocognitive Markers. <italic>Brain Sciences</italic>, 15, Article 1022. https://doi.org/10.3390/brainsci15091022 <pub-id pub-id-type="doi">10.3390/brainsci15091022</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/brainsci15091022">https://doi.org/10.3390/brainsci15091022</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Iacono, D.</string-name>
              <string-name>Feltis, G.C.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Idea Density and Grammatical Complexity as Neurocognitive Markers</article-title>
            <source>Brain Sciences</source>
            <volume>15</volume>
            <elocation-id>1022</elocation-id>
            <pub-id pub-id-type="doi">10.3390/brainsci15091022</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B21">
        <label>21.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Chou, C., Chang, C., Chang, Y., Lee, C., Chuang, Y., Chiu, Y., <italic>et al.</italic> (2024) Screening for Early Alzheimer’s Disease: Enhancing Diagnosis with Linguistic Features and Biomarkers. <italic>Frontiers in Aging Neuroscience</italic>, 16, Article ID: 1451326. https://doi.org/10.3389/fnagi.2024.1451326 <pub-id pub-id-type="doi">10.3389/fnagi.2024.1451326</pub-id><pub-id pub-id-type="pmid">39376506</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3389/fnagi.2024.1451326">https://doi.org/10.3389/fnagi.2024.1451326</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Chou, C.</string-name>
              <string-name>Chang, C.</string-name>
              <string-name>Chang, Y.</string-name>
              <string-name>Lee, C.</string-name>
              <string-name>Chuang, Y.</string-name>
              <string-name>Chiu, Y.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Screening for Early Alzheimer’s Disease: Enhancing Diagnosis with Linguistic Features and Biomarkers</article-title>
            <source>Frontiers in Aging Neuroscience</source>
            <volume>16</volume>
            <fpage>145132</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.3389/fnagi.2024.1451326</pub-id>
            <pub-id pub-id-type="pmid">39376506</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B22">
        <label>22.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Lofgren, M. and Hinzen, W. (2022) Breaking the Flow of Thought: Increase of Empty Pauses in the Connected Speech of People with Mild and Moderate Alzheimer’s Disease. <italic>Journal of Communication Disorders</italic>, 97, Article 106214. https://doi.org/10.1016/j.jcomdis.2022.106214 <pub-id pub-id-type="doi">10.1016/j.jcomdis.2022.106214</pub-id><pub-id pub-id-type="pmid">35397387</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.jcomdis.2022.106214">https://doi.org/10.1016/j.jcomdis.2022.106214</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Lofgren, M.</string-name>
              <string-name>Hinzen, W.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Breaking the Flow of Thought: Increase of Empty Pauses in the Connected Speech of People with Mild and Moderate Alzheimer’s Disease</article-title>
            <source>Journal of Communication Disorders</source>
            <volume>97</volume>
            <elocation-id>106214</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.jcomdis.2022.106214</pub-id>
            <pub-id pub-id-type="pmid">35397387</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B23">
        <label>23.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Pistono, A., Pariente, J., Bézy, C., Lemesle, B., Le Men, J. and Jucla, M. (2019) What Happens When Nothing Happens? An Investigation of Pauses as a Compensatory Mechanism in Early Alzheimer’s Disease. <italic>Neuropsychologia</italic>, 124, 133-143. https://doi.org/10.1016/j.neuropsychologia.2018.12.018 <pub-id pub-id-type="doi">10.1016/j.neuropsychologia.2018.12.018</pub-id><pub-id pub-id-type="pmid">30593773</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.neuropsychologia.2018.12.018">https://doi.org/10.1016/j.neuropsychologia.2018.12.018</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Pistono, A.</string-name>
              <string-name>Pariente, J.</string-name>
              <string-name>Lemesle, B.</string-name>
              <string-name>Men, J.</string-name>
              <string-name>Jucla, M.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>What Happens When Nothing Happens? An Investigation of Pauses as a Compensatory Mechanism in Early Alzheimer’s Disease</article-title>
            <source>Neuropsychologia</source>
            <volume>124</volume>
            <pub-id pub-id-type="doi">10.1016/j.neuropsychologia.2018.12.018</pub-id>
            <pub-id pub-id-type="pmid">30593773</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B24">
        <label>24.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ostrand, R. and Gunstad, J. (2021) Using Automatic Assessment of Speech Production to Predict Current and Future Cognitive Function in Older Adults. <italic>Journal of Geriatric Psychiatry and Neurology</italic>, 34, 357-369. https://doi.org/10.1177/0891988720933358 <pub-id pub-id-type="doi">10.1177/0891988720933358</pub-id><pub-id pub-id-type="pmid">32723128</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1177/0891988720933358">https://doi.org/10.1177/0891988720933358</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ostrand, R.</string-name>
              <string-name>Gunstad, J.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>Using Automatic Assessment of Speech Production to Predict Current and Future Cognitive Function in Older Adults</article-title>
            <source>Journal of Geriatric Psychiatry and Neurology</source>
            <volume>34</volume>
            <pub-id pub-id-type="doi">10.1177/0891988720933358</pub-id>
            <pub-id pub-id-type="pmid">32723128</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B25">
        <label>25.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Mueller, K.D., Hermann, B., Mecollari, J. and Turkstra, L.S. (2018) Connected Speech and Language in Mild Cognitive Impairment and Alzheimer’s Disease: A Review of Picture Description Tasks. <italic>Journal of Clinical and Experimental Neuropsychology</italic>, 40, 917-939. https://doi.org/10.1080/13803395.2018.1446513 <pub-id pub-id-type="doi">10.1080/13803395.2018.1446513</pub-id><pub-id pub-id-type="pmid">29669461</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/13803395.2018.1446513">https://doi.org/10.1080/13803395.2018.1446513</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Mueller, K.D.</string-name>
              <string-name>Hermann, B.</string-name>
              <string-name>Mecollari, J.</string-name>
              <string-name>Turkstra, L.S.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Connected Speech and Language in Mild Cognitive Impairment and Alzheimer’s Disease: A Review of Picture Description Tasks</article-title>
            <source>Journal of Clinical and Experimental Neuropsychology</source>
            <volume>40</volume>
            <pub-id pub-id-type="doi">10.1080/13803395.2018.1446513</pub-id>
            <pub-id pub-id-type="pmid">29669461</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B26">
        <label>26.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Boschi, V., Catricalà, E., Consonni, M., Chesi, C., Moro, A. and Cappa, S.F. (2017) Connected Speech in Neurodegenerative Language Disorders: A Review. <italic>Frontiers in Psychology</italic>, 8, Article ID: 269. https://doi.org/10.3389/fpsyg.2017.00269 <pub-id pub-id-type="doi">10.3389/fpsyg.2017.00269</pub-id><pub-id pub-id-type="pmid">28321196</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3389/fpsyg.2017.00269">https://doi.org/10.3389/fpsyg.2017.00269</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Boschi, V.</string-name>
              <string-name>Consonni, M.</string-name>
              <string-name>Chesi, C.</string-name>
              <string-name>Moro, A.</string-name>
              <string-name>Cappa, S.F.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Connected Speech in Neurodegenerative Language Disorders: A Review</article-title>
            <source>Frontiers in Psychology</source>
            <volume>8</volume>
            <fpage>269</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.3389/fpsyg.2017.00269</pub-id>
            <pub-id pub-id-type="pmid">28321196</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B27">
        <label>27.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Voleti, R., Liss, J.M. and Berisha, V. (2020) A Review of Automated Speech and Language Features for Assessment of Cognitive and Thought Disorders. <italic>IEEE Journal of Selected Topics in Signal Processing</italic>, 14, 282-298. https://doi.org/10.1109/jstsp.2019.2952087 <pub-id pub-id-type="doi">10.1109/jstsp.2019.2952087</pub-id><pub-id pub-id-type="pmid">33907590</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/jstsp.2019.2952087">https://doi.org/10.1109/jstsp.2019.2952087</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Voleti, R.</string-name>
              <string-name>Liss, J.M.</string-name>
              <string-name>Berisha, V.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>A Review of Automated Speech and Language Features for Assessment of Cognitive and Thought Disorders</article-title>
            <source>IEEE Journal of Selected Topics in Signal Processing</source>
            <volume>14</volume>
            <pub-id pub-id-type="doi">10.1109/jstsp.2019.2952087</pub-id>
            <pub-id pub-id-type="pmid">33907590</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B28">
        <label>28.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Kiyasseh, D., Zhu, T. and Clifton, D. (2022) The Promise of Clinical Decision Support Systems Targetting Low-Resource Settings. <italic>IEEE Reviews in Biomedical Engineering</italic>, 15, 354-371. https://doi.org/10.1109/rbme.2020.3017868 <pub-id pub-id-type="doi">10.1109/rbme.2020.3017868</pub-id><pub-id pub-id-type="pmid">32813662</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/rbme.2020.3017868">https://doi.org/10.1109/rbme.2020.3017868</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Kiyasseh, D.</string-name>
              <string-name>Zhu, T.</string-name>
              <string-name>Clifton, D.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>The Promise of Clinical Decision Support Systems Targetting Low-Resource Settings</article-title>
            <source>IEEE Reviews in Biomedical Engineering</source>
            <volume>15</volume>
            <pub-id pub-id-type="doi">10.1109/rbme.2020.3017868</pub-id>
            <pub-id pub-id-type="pmid">32813662</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B29">
        <label>29.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Alqudah, A.M. and Moussavi, Z. (2025) A Review of Deep Learning for Biomedical Signals: Current Applications, Advancements, Future Prospects, Interpretation, and Challenges. <italic>Computers</italic>, <italic>Materials &amp; Continua</italic>, 83, 3753-3841. https://doi.org/10.32604/cmc.2025.063643 <pub-id pub-id-type="doi">10.32604/cmc.2025.063643</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.32604/cmc.2025.063643">https://doi.org/10.32604/cmc.2025.063643</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Alqudah, A.M.</string-name>
              <string-name>Moussavi, Z.</string-name>
              <string-name>Applications, A</string-name>
              <string-name>Prospects, I</string-name>
              <string-name>Computers, M</string-name>
            </person-group>
            <year>2025</year>
            <article-title>A Review of Deep Learning for Biomedical Signals: Current Applications, Advancements, Future Prospects, Interpretation, and Challenges</article-title>
            <source>Computers</source>
            <volume>83</volume>
            <pub-id pub-id-type="doi">10.32604/cmc.2025.063643</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B30">
        <label>30.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Dangi, R.R., Sharma, A. and Vageriya, V. (2024) Transforming Healthcare in Low‐resource Settings with Artificial Intelligence: Recent Developments and Outcomes. <italic>Public Health Nursing</italic>, 42, 1017-1030. https://doi.org/10.1111/phn.13500 <pub-id pub-id-type="doi">10.1111/phn.13500</pub-id><pub-id pub-id-type="pmid">39629887</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1111/phn.13500">https://doi.org/10.1111/phn.13500</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Dangi, R.R.</string-name>
              <string-name>Sharma, A.</string-name>
              <string-name>Vageriya, V.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Transforming Healthcare in Low‐resource Settings with Artificial Intelligence: Recent Developments and Outcomes</article-title>
            <source>Public Health Nursing</source>
            <volume>42</volume>
            <pub-id pub-id-type="doi">10.1111/phn.13500</pub-id>
            <pub-id pub-id-type="pmid">39629887</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B31">
        <label>31.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Shobayo, O. and Saatchi, R. (2025) Developments in Deep Learning Artificial Neural Network Techniques for Medical Image Analysis and Interpretation. <italic>Diagnostics</italic>, 15, Article 1072. https://doi.org/10.3390/diagnostics15091072 <pub-id pub-id-type="doi">10.3390/diagnostics15091072</pub-id><pub-id pub-id-type="pmid">40361891</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/diagnostics15091072">https://doi.org/10.3390/diagnostics15091072</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Shobayo, O.</string-name>
              <string-name>Saatchi, R.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Developments in Deep Learning Artificial Neural Network Techniques for Medical Image Analysis and Interpretation</article-title>
            <source>Diagnostics</source>
            <volume>15</volume>
            <elocation-id>1072</elocation-id>
            <pub-id pub-id-type="doi">10.3390/diagnostics15091072</pub-id>
            <pub-id pub-id-type="pmid">40361891</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B32">
        <label>32.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Artsi, Y., Sorin, V., Glicksberg, B.S., Korfiatis, P., Nadkarni, G.N. and Klang, E. (2025) Large Language Models in Real-World Clinical Workflows: A Systematic Review of Applications and Implementation. <italic>Frontiers in Digital Health</italic>, 7, Article ID: 1659134. https://doi.org/10.3389/fdgth.2025.1659134 <pub-id pub-id-type="doi">10.3389/fdgth.2025.1659134</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3389/fdgth.2025.1659134">https://doi.org/10.3389/fdgth.2025.1659134</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Artsi, Y.</string-name>
              <string-name>Sorin, V.</string-name>
              <string-name>Glicksberg, B.S.</string-name>
              <string-name>Korfiatis, P.</string-name>
              <string-name>Nadkarni, G.N.</string-name>
              <string-name>Klang, E.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Large Language Models in Real-World Clinical Workflows: A Systematic Review of Applications and Implementation</article-title>
            <source>Frontiers in Digital Health</source>
            <volume>7</volume>
            <fpage>165913</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.3389/fdgth.2025.1659134</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B33">
        <label>33.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Snyder, J.M., Pawloski, J.A. and Poisson, L.M. (2020) Developing Real-World Evidence-Ready Datasets: Time for Clinician Engagement. <italic>Current Oncology Reports</italic>, 22, Article No. 45. https://doi.org/10.1007/s11912-020-00904-z <pub-id pub-id-type="doi">10.1007/s11912-020-00904-z</pub-id><pub-id pub-id-type="pmid">32297007</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s11912-020-00904-z">https://doi.org/10.1007/s11912-020-00904-z</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Snyder, J.M.</string-name>
              <string-name>Pawloski, J.A.</string-name>
              <string-name>Poisson, L.M.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Developing Real-World Evidence-Ready Datasets: Time for Clinician Engagement</article-title>
            <source>Current Oncology Reports</source>
            <volume>22</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/s11912-020-00904-z</pub-id>
            <pub-id pub-id-type="pmid">32297007</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B34">
        <label>34.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Jung, K. (2025) Large Language Models in Medicine: Clinical Applications, Technical Challenges, and Ethical Considerations. <italic>Healthcare Informatics Research</italic>, 31, 114-124. https://doi.org/10.4258/hir.2025.31.2.114 <pub-id pub-id-type="doi">10.4258/hir.2025.31.2.114</pub-id><pub-id pub-id-type="pmid">40384063</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.4258/hir.2025.31.2.114">https://doi.org/10.4258/hir.2025.31.2.114</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Jung, K.</string-name>
              <string-name>Applications, T</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Large Language Models in Medicine: Clinical Applications, Technical Challenges, and Ethical Considerations</article-title>
            <source>Healthcare Informatics Research</source>
            <volume>31</volume>
            <pub-id pub-id-type="doi">10.4258/hir.2025.31.2.114</pub-id>
            <pub-id pub-id-type="pmid">40384063</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B35">
        <label>35.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Jacob, C., Brasier, N., Laurenzi, E., Heuss, S., Mougiakakou, S., Cöltekin, A., <italic>et al.</italic> (2025) AI for IMPACTS Framework for Evaluating the Long-Term Real-World Impacts of Ai-Powered Clinician Tools: Systematic Review and Narrative Synthesis. <italic>Journal of Medical Internet Research</italic>, 27, e67485. https://doi.org/10.2196/67485 <pub-id pub-id-type="doi">10.2196/67485</pub-id><pub-id pub-id-type="pmid">39909417</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.2196/67485">https://doi.org/10.2196/67485</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Jacob, C.</string-name>
              <string-name>Brasier, N.</string-name>
              <string-name>Laurenzi, E.</string-name>
              <string-name>Heuss, S.</string-name>
              <string-name>Mougiakakou, S.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>AI for IMPACTS Framework for Evaluating the Long-Term Real-World Impacts of Ai-Powered Clinician Tools: Systematic Review and Narrative Synthesis</article-title>
            <source>Journal of Medical Internet Research</source>
            <volume>27</volume>
            <pub-id pub-id-type="doi">10.2196/67485</pub-id>
            <pub-id pub-id-type="pmid">39909417</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B36">
        <label>36.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Reddy, S. (2023) Evaluating Large Language Models for Use in Healthcare: A Framework for Translational Value Assessment. <italic>Informatics in Medicine Unlocked</italic>, 41, Article 101304. https://doi.org/10.1016/j.imu.2023.101304 <pub-id pub-id-type="doi">10.1016/j.imu.2023.101304</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.imu.2023.101304">https://doi.org/10.1016/j.imu.2023.101304</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Reddy, S.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Evaluating Large Language Models for Use in Healthcare: A Framework for Translational Value Assessment</article-title>
            <source>Informatics in Medicine Unlocked</source>
            <volume>41</volume>
            <elocation-id>101304</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.imu.2023.101304</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B37">
        <label>37.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Cordella, C., Marte, M.J., Liu, H. and Kiran, S. (2025) An Introduction to Machine Learning for Speech-Language Pathologists: Concepts, Terminology, and Emerging Applications. <italic>Perspectives of the ASHA Special Interest Groups</italic>, 10, 432-450. https://doi.org/10.1044/2024_persp-24-00037 <pub-id pub-id-type="doi">10.1044/2024_persp-24-00037</pub-id><pub-id pub-id-type="pmid">40786002</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1044/2024_persp-24-00037">https://doi.org/10.1044/2024_persp-24-00037</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Cordella, C.</string-name>
              <string-name>Marte, M.J.</string-name>
              <string-name>Liu, H.</string-name>
              <string-name>Kiran, S.</string-name>
              <string-name>Concepts, T</string-name>
            </person-group>
            <year>2025</year>
            <article-title>An Introduction to Machine Learning for Speech-Language Pathologists: Concepts, Terminology, and Emerging Applications</article-title>
            <source>Perspectives of the ASHA Special Interest Groups</source>
            <volume>10</volume>
            <pub-id pub-id-type="doi">10.1044/2024_persp-24-00037</pub-id>
            <pub-id pub-id-type="pmid">40786002</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B38">
        <label>38.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Privitera, A.J., Ng, S.H.S., Kong, A.P. and Weekes, B.S. (2024) AI and Aphasia in the Digital Age: A Critical Review. <italic>Brain Sciences</italic>, 14, Article 383. https://doi.org/10.3390/brainsci14040383 <pub-id pub-id-type="doi">10.3390/brainsci14040383</pub-id><pub-id pub-id-type="pmid">38672032</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/brainsci14040383">https://doi.org/10.3390/brainsci14040383</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Privitera, A.J.</string-name>
              <string-name>Ng, S.H.S.</string-name>
              <string-name>Kong, A.P.</string-name>
              <string-name>Weekes, B.S.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>AI and Aphasia in the Digital Age: A Critical Review</article-title>
            <source>Brain Sciences</source>
            <volume>14</volume>
            <elocation-id>383</elocation-id>
            <pub-id pub-id-type="doi">10.3390/brainsci14040383</pub-id>
            <pub-id pub-id-type="pmid">38672032</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B39">
        <label>39.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Gómez-Vilda, P., Gómez-Rodellar, A., Palacios-Alonso, D., Rodellar-Biarge, V. and Álvarez-Marquina, A. (2022) The Role of Data Analytics in the Assessment of Pathological Speech—A Critical Appraisal. <italic>Applied Sciences</italic>, 12, Article 11095. https://doi.org/10.3390/app122111095 <pub-id pub-id-type="doi">10.3390/app122111095</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/app122111095">https://doi.org/10.3390/app122111095</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Vilda, P.</string-name>
              <string-name>Rodellar, A.</string-name>
              <string-name>Palacios-Alonso, D.</string-name>
              <string-name>Rodellar-Biarge, V.</string-name>
              <string-name>Marquina, A.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>The Role of Data Analytics in the Assessment of Pathological Speech—A Critical Appraisal</article-title>
            <source>Applied Sciences</source>
            <volume>12</volume>
            <elocation-id>11095</elocation-id>
            <pub-id pub-id-type="doi">10.3390/app122111095</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B40">
        <label>40.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Cao, F., Vogel, A.P., Gharahkhani, P. and Renteria, M.E. (2025) Speech and Language Biomarkers for Parkinson’s Disease Prediction, Early Diagnosis and Progression. <italic>npj Parkinson</italic>’ <italic>s Disease</italic>, 11, Article No. 57. https://doi.org/10.1038/s41531-025-00913-4 <pub-id pub-id-type="doi">10.1038/s41531-025-00913-4</pub-id><pub-id pub-id-type="pmid">40128529</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41531-025-00913-4">https://doi.org/10.1038/s41531-025-00913-4</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Cao, F.</string-name>
              <string-name>Vogel, A.P.</string-name>
              <string-name>Gharahkhani, P.</string-name>
              <string-name>Renteria, M.E.</string-name>
              <string-name>Prediction, E</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Speech and Language Biomarkers for Parkinson’s Disease Prediction, Early Diagnosis and Progression</article-title>
            <source>npj Parkinson’s Disease</source>
            <volume>11</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41531-025-00913-4</pub-id>
            <pub-id pub-id-type="pmid">40128529</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B41">
        <label>41.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Husin, H.S. (2021) Preventing Data Leakage by Securing Chat Session with Randomized Session Id. <italic>International Journal of Communication Networks and Information Security (IJCNIS)</italic>, 13, 388-393. https://doi.org/10.54039/ijcnis.v13i3.5029 <pub-id pub-id-type="doi">10.54039/ijcnis.v13i3.5029</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.54039/ijcnis.v13i3.5029">https://doi.org/10.54039/ijcnis.v13i3.5029</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Husin, H.S.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>Preventing Data Leakage by Securing Chat Session with Randomized Session Id</article-title>
            <source>International Journal of Communication Networks and Information Security (IJCNIS)</source>
            <volume>13</volume>
            <pub-id pub-id-type="doi">10.54039/ijcnis.v13i3.5029</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B42">
        <label>42.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Melis, L., Song, C., De Cristofaro, E. and Shmatikov, V. (2019) Exploiting Unintended Feature Leakage in Collaborative Learning. 2019 <italic>IEEE Symposium on Security and Privacy (SP</italic>), San Francisco, 19-23 May 2019, 691-706. https://doi.org/10.1109/sp.2019.00029 <pub-id pub-id-type="doi">10.1109/sp.2019.00029</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/sp.2019.00029">https://doi.org/10.1109/sp.2019.00029</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Melis, L.</string-name>
              <string-name>Song, C.</string-name>
              <string-name>Cristofaro, E.</string-name>
              <string-name>Shmatikov, V.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Exploiting Unintended Feature Leakage in Collaborative Learning</article-title>
            <source>2019 IEEE Symposium on Security and Privacy (SP)</source>
            <volume>19</volume>
            <pub-id pub-id-type="doi">10.1109/sp.2019.00029</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B43">
        <label>43.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Apicella, A., Isgrò, F. and Prevete, R. (2025) Don’t Push the Button! Exploring Data Leakage Risks in Machine Learning and Transfer Learning. <italic>Artificial Intelligence Review</italic>, 58, 1-58. https://doi.org/10.1007/s10462-025-11326-3 <pub-id pub-id-type="doi">10.1007/s10462-025-11326-3</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s10462-025-11326-3">https://doi.org/10.1007/s10462-025-11326-3</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Apicella, A.</string-name>
              <string-name>Prevete, R.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Don’t Push the Button! Exploring Data Leakage Risks in Machine Learning and Transfer Learning</article-title>
            <source>Artificial Intelligence Review</source>
            <volume>58</volume>
            <pub-id pub-id-type="doi">10.1007/s10462-025-11326-3</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B44">
        <label>44.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Ozdemir, S. and Cam, H. (2010) Integration of False Data Detection with Data Aggregation and Confidential Transmission in Wireless Sensor Networks. <italic>IEEE/ACM Transactions on Networking</italic>, 18, 736-749. https://doi.org/10.1109/tnet.2009.2032910 <pub-id pub-id-type="doi">10.1109/tnet.2009.2032910</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/tnet.2009.2032910">https://doi.org/10.1109/tnet.2009.2032910</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Ozdemir, S.</string-name>
              <string-name>Cam, H.</string-name>
            </person-group>
            <year>2010</year>
            <article-title>Integration of False Data Detection with Data Aggregation and Confidential Transmission in Wireless Sensor Networks</article-title>
            <source>IEEE/ACM Transactions on Networking</source>
            <volume>18</volume>
            <pub-id pub-id-type="doi">10.1109/tnet.2009.2032910</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B45">
        <label>45.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">White, T., Blok, E. and Calhoun, V.D. (2022) Data Sharing and Privacy Issues in Neuroimaging Research: Opportunities, Obstacles, Challenges, and Monsters under the Bed. <italic>Human Brain Mapping</italic>, 43, 278-291. https://doi.org/10.1002/hbm.25120 <pub-id pub-id-type="doi">10.1002/hbm.25120</pub-id><pub-id pub-id-type="pmid">32621651</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/hbm.25120">https://doi.org/10.1002/hbm.25120</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>White, T.</string-name>
              <string-name>Blok, E.</string-name>
              <string-name>Calhoun, V.D.</string-name>
              <string-name>Opportunities, O</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Data Sharing and Privacy Issues in Neuroimaging Research: Opportunities, Obstacles, Challenges, and Monsters under the Bed</article-title>
            <source>Human Brain Mapping</source>
            <volume>43</volume>
            <pub-id pub-id-type="doi">10.1002/hbm.25120</pub-id>
            <pub-id pub-id-type="pmid">32621651</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B46">
        <label>46.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">McCormack, J., Gifford, T., Hutchings, P., Llano Rodriguez, M.T., Yee-King, M. and d’Inverno, M. (2019) In a Silent Way: Communication between AI and Improvising Musicians beyond Sound. <italic>Proceedings of the</italic>2019 <italic>CHI Conference on Human Factors in Computing Systems</italic>, Glasgow, 4-9 May 2019, 1-11. https://doi.org/10.1145/3290605.3300268 <pub-id pub-id-type="doi">10.1145/3290605.3300268</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3290605.3300268">https://doi.org/10.1145/3290605.3300268</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>McCormack, J.</string-name>
              <string-name>Gifford, T.</string-name>
              <string-name>Hutchings, P.</string-name>
              <string-name>Rodriguez, M.T.</string-name>
              <string-name>Yee-King, M.</string-name>
              <string-name>Inverno, M.</string-name>
              <string-name>Systems, G</string-name>
            </person-group>
            <year>2019</year>
            <article-title>In a Silent Way: Communication between AI and Improvising Musicians beyond Sound</article-title>
            <source>Proceedings of the 2019 CHI Conference on Human Factors in Computing Systems</source>
            <volume>4</volume>
            <pub-id pub-id-type="doi">10.1145/3290605.3300268</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B47">
        <label>47.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Bhuiyan, R.A. and Czajka, A. (2025) Forensic Iris Image-Based Post-Mortem Interval Estimation. 2025 <italic>IEEE</italic>/ <italic>CVF Winter Conference on Applications of Computer Vision (WACV</italic>), Tucson, 26 February 2025-6 March 2025, 4258-4267. https://doi.org/10.1109/wacv61041.2025.00418 <pub-id pub-id-type="doi">10.1109/wacv61041.2025.00418</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/wacv61041.2025.00418">https://doi.org/10.1109/wacv61041.2025.00418</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Bhuiyan, R.A.</string-name>
              <string-name>Czajka, A.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Forensic Iris Image-Based Post-Mortem Interval Estimation</article-title>
            <source>2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)</source>
            <volume>26</volume>
            <pub-id pub-id-type="doi">10.1109/wacv61041.2025.00418</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B48">
        <label>48.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Czajka, A. and Bowyer, K.W. (2018) Presentation Attack Detection for Iris Recognition: An Assessment of the State-of-the-Art. <italic>ACM Computing Surveys</italic>, 51, 1-35. https://doi.org/10.1145/3232849 <pub-id pub-id-type="doi">10.1145/3232849</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3232849">https://doi.org/10.1145/3232849</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Czajka, A.</string-name>
              <string-name>Bowyer, K.W.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Presentation Attack Detection for Iris Recognition: An Assessment of the State-of-the-Art</article-title>
            <source>ACM Computing Surveys</source>
            <volume>51</volume>
            <pub-id pub-id-type="doi">10.1145/3232849</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B49">
        <label>49.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Jager, G., Cornett, D., Glenn, G., Aykac, D., Johnson, C., Zhang, R., <italic>et al.</italic> (2025) Expanding on the BRIAR Dataset: A Comprehensive Whole Body Biometric Recognition Resource at Extreme Distances and Real-World Scenarios (Collections 1-4). 2025 <italic>IEEE</italic>19 <italic>th International Conference on Automatic Face and Gesture Recognition (FG</italic>), Tampa/Clearwater, 26-30 May 2025, 1-9. https://doi.org/10.1109/fg61629.2025.11099141 <pub-id pub-id-type="doi">10.1109/fg61629.2025.11099141</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/fg61629.2025.11099141">https://doi.org/10.1109/fg61629.2025.11099141</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Jager, G.</string-name>
              <string-name>Cornett, D.</string-name>
              <string-name>Glenn, G.</string-name>
              <string-name>Aykac, D.</string-name>
              <string-name>Johnson, C.</string-name>
              <string-name>Zhang, R.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Expanding on the BRIAR Dataset: A Comprehensive Whole Body Biometric Recognition Resource at Extreme Distances and Real-World Scenarios (Collections 1-4)</article-title>
            <source>2025 IEEE 19th International Conference on Automatic Face and Gesture Recognition (FG)</source>
            <volume>26</volume>
            <pub-id pub-id-type="doi">10.1109/fg61629.2025.11099141</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B50">
        <label>50.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Pal, M., Branda, F., Alkhedaide, A.Q., Sarangi, A.K., Samal, H.B., Tripathy, L., <italic>et al.</italic> (2025) Early Detection of Human Mpox: A Comparative Study by Using Machine Learning and Deep Learning Models with Ensemble Approach. <italic>Digital Health</italic>, 11, 1-21. https://doi.org/10.1177/20552076251344135 <pub-id pub-id-type="doi">10.1177/20552076251344135</pub-id><pub-id pub-id-type="pmid">40496715</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1177/20552076251344135">https://doi.org/10.1177/20552076251344135</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Pal, M.</string-name>
              <string-name>Branda, F.</string-name>
              <string-name>Alkhedaide, A.Q.</string-name>
              <string-name>Sarangi, A.K.</string-name>
              <string-name>Samal, H.B.</string-name>
              <string-name>Tripathy, L.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Early Detection of Human Mpox: A Comparative Study by Using Machine Learning and Deep Learning Models with Ensemble Approach</article-title>
            <source>Digital Health</source>
            <volume>11</volume>
            <pub-id pub-id-type="doi">10.1177/20552076251344135</pub-id>
            <pub-id pub-id-type="pmid">40496715</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B51">
        <label>51.</label>
        <citation-alternatives>
          <mixed-citation publication-type="thesis">Alsuwaidi, S. (2025) Artificial Intelligence Algorithms for Polygenic Geno-Type-Phenotype Predictions and Diagnosis of Coronary Artery Disease. PhD Dissertation, Khalifa University of Science.</mixed-citation>
          <element-citation publication-type="thesis">
            <person-group person-group-type="author">
              <string-name>Alsuwaidi, S.</string-name>
              <string-name>Dissertation, K</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Artificial Intelligence Algorithms for Polygenic Geno-Type-Phenotype Predictions and Diagnosis of Coronary Artery Disease</article-title>
            <source>PhD Dissertation</source>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B52">
        <label>52.</label>
        <citation-alternatives>
          <mixed-citation publication-type="thesis">Wei, J. (2022) Machine Learning Security of Deep Learning Systems under Adversarial Perturbations. PhD Dissertation, Loughborough University.</mixed-citation>
          <element-citation publication-type="thesis">
            <person-group person-group-type="author">
              <string-name>Wei, J.</string-name>
              <string-name>Dissertation, L</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Machine Learning Security of Deep Learning Systems under Adversarial Perturbations</article-title>
            <source>PhD Dissertation</source>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B53">
        <label>53.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Montesinos López, O.A., Montesinos López, A. and Crossa, J. (2022) Overfitting, Model Tuning, and Evaluation of Prediction Performance. In: López, O.A.M., López, A.M. and Crossa, J., Eds., <italic>Multivariate Statistical Machine Learning Methods for Genomic Prediction</italic>, Springer International Publishing, 109-139. https://doi.org/10.1007/978-3-030-89010-0_4 <pub-id pub-id-type="doi">10.1007/978-3-030-89010-0_4</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-030-89010-0_4">https://doi.org/10.1007/978-3-030-89010-0_4</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Crossa, J.</string-name>
              <string-name>Overfitting, M</string-name>
              <string-name>Crossa, J.</string-name>
              <string-name>Prediction, S</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Overfitting, Model Tuning, and Evaluation of Prediction Performance</article-title>
            <source>In: López</source>
            <volume>109</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-030-89010-0_4</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B54">
        <label>54.</label>
        <citation-alternatives>
          <mixed-citation publication-type="book">Cawley, G.C., Talbot, N.L.C. and Girolami, M. (2007) Sparse Multinomial Logistic Regression via Bayesian L1 Regularisation. In: Schölkopf, B., Platt, J. and Hofmann, T., Eds., <italic>Advances in Neural Information Processing Systems 19</italic>, The MIT Press, 209-216. https://doi.org/10.7551/mitpress/7503.003.0031 <pub-id pub-id-type="doi">10.7551/mitpress/7503.003.0031</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.7551/mitpress/7503.003.0031">https://doi.org/10.7551/mitpress/7503.003.0031</ext-link></mixed-citation>
          <element-citation publication-type="book">
            <person-group person-group-type="author">
              <string-name>Cawley, G.C.</string-name>
              <string-name>Talbot, N.L.C.</string-name>
              <string-name>Girolami, M.</string-name>
              <string-name>Platt, J.</string-name>
              <string-name>Hofmann, T.</string-name>
            </person-group>
            <year>2007</year>
            <article-title>Sparse Multinomial Logistic Regression via Bayesian L1 Regularisation</article-title>
            <source>In: Schölkopf</source>
            <volume>209</volume>
            <pub-id pub-id-type="doi">10.7551/mitpress/7503.003.0031</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B55">
        <label>55.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Montesinos‐Lopez, O.A., Montesinos‐Lopez, J.C., Salazar, E., Barron, J.A., Montesinos‐Lopez, A., Buenrostro‐Mariscal, R., <italic>et al.</italic> (2021) Application of a Poisson Deep Neural Network Model for the Prediction of Count Data in Genome‐Based Prediction. <italic>The Plant Genome</italic>, 14, e20118. https://doi.org/10.1002/tpg2.20118 <pub-id pub-id-type="doi">10.1002/tpg2.20118</pub-id><pub-id pub-id-type="pmid">34323393</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/tpg2.20118">https://doi.org/10.1002/tpg2.20118</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Lopez, O.A.</string-name>
              <string-name>Lopez, J.C.</string-name>
              <string-name>Salazar, E.</string-name>
              <string-name>Barron, J.A.</string-name>
              <string-name>Lopez, A.</string-name>
              <string-name>Mariscal, R.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>Application of a Poisson Deep Neural Network Model for the Prediction of Count Data in Genome‐Based Prediction</article-title>
            <source>The Plant Genome</source>
            <volume>14</volume>
            <pub-id pub-id-type="doi">10.1002/tpg2.20118</pub-id>
            <pub-id pub-id-type="pmid">34323393</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B56">
        <label>56.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Zhang, Z., Ahmed, K.A., Hasan, M.R., Gedeon, T. and Hossain, M.Z. (2024) A Deep Learning Approach to Diabetes Diagnosis. In: Nguyen, N.T., <italic>et al.</italic> Eds., <italic>Communications in Computer and Information Science</italic>, Springer Nature, 87-99. https://doi.org/10.1007/978-981-97-5937-8_8 <pub-id pub-id-type="doi">10.1007/978-981-97-5937-8_8</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-981-97-5937-8_8">https://doi.org/10.1007/978-981-97-5937-8_8</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Zhang, Z.</string-name>
              <string-name>Ahmed, K.A.</string-name>
              <string-name>Hasan, M.R.</string-name>
              <string-name>Gedeon, T.</string-name>
              <string-name>Hossain, M.Z.</string-name>
              <string-name>Nguyen, N.T.</string-name>
              <string-name>Science, S</string-name>
            </person-group>
            <year>2024</year>
            <article-title>A Deep Learning Approach to Diabetes Diagnosis</article-title>
            <source>In: Nguyen</source>
            <volume>87</volume>
            <pub-id pub-id-type="doi">10.1007/978-981-97-5937-8_8</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B57">
        <label>57.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Mastrantoni, L., Garufi, G., Giordano, G., Maliziola, N., Di Monte, E., Arcuri, G., <italic>et al.</italic> (2025) Comparison of Machine Learning and Deep Learning Models for Survival Prediction in Early-Stage Hormone Receptor-Positive/HER2-Negative Breast Cancer Receiving Neoadjuvant Chemotherapy. <italic>ESMO Real World Data and Digital Oncology</italic>, 10, Article 100184. https://doi.org/10.1016/j.esmorw.2025.100184 <pub-id pub-id-type="doi">10.1016/j.esmorw.2025.100184</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.esmorw.2025.100184">https://doi.org/10.1016/j.esmorw.2025.100184</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Mastrantoni, L.</string-name>
              <string-name>Garufi, G.</string-name>
              <string-name>Giordano, G.</string-name>
              <string-name>Maliziola, N.</string-name>
              <string-name>Monte, E.</string-name>
              <string-name>Arcuri, G.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Comparison of Machine Learning and Deep Learning Models for Survival Prediction in Early-Stage Hormone Receptor-Positive/HER2-Negative Breast Cancer Receiving Neoadjuvant Chemotherapy</article-title>
            <source>ESMO Real World Data and Digital Oncology</source>
            <volume>10</volume>
            <elocation-id>100184</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.esmorw.2025.100184</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B58">
        <label>58.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Chau, N., Kim, W.J., Lee, C.H., Chae, K.J., Jin, G.Y. and Choi, S. (2025) Quantitative Computed Tomography Imaging Classification of Cement Dust-Exposed Patients-Based Kolmogorov-Arnold Networks. <italic>Artificial Intelligence in Medicine</italic>, 167, Article 103166. https://doi.org/10.1016/j.artmed.2025.103166 <pub-id pub-id-type="doi">10.1016/j.artmed.2025.103166</pub-id><pub-id pub-id-type="pmid">40450965</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.artmed.2025.103166">https://doi.org/10.1016/j.artmed.2025.103166</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Chau, N.</string-name>
              <string-name>Kim, W.J.</string-name>
              <string-name>Lee, C.H.</string-name>
              <string-name>Chae, K.J.</string-name>
              <string-name>Jin, G.Y.</string-name>
              <string-name>Choi, S.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Quantitative Computed Tomography Imaging Classification of Cement Dust-Exposed Patients-Based Kolmogorov-Arnold Networks</article-title>
            <source>Artificial Intelligence in Medicine</source>
            <volume>167</volume>
            <elocation-id>103166</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.artmed.2025.103166</pub-id>
            <pub-id pub-id-type="pmid">40450965</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B59">
        <label>59.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Wang, Y., Cheungpasitporn, W., Ali, H., Qing, J., Thongprayoon, C., Kaewput, W., <italic>et al.</italic> (2025) A Practical Guide for Nephrologist Peer Reviewers: Evaluating Artificial Intelligence and Machine Learning Research in Nephrology. <italic>Renal Failure</italic>, 47, Article 2513002. https://doi.org/10.1080/0886022x.2025.2513002 <pub-id pub-id-type="doi">10.1080/0886022x.2025.2513002</pub-id><pub-id pub-id-type="pmid">40620096</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/0886022x.2025.2513002">https://doi.org/10.1080/0886022x.2025.2513002</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Wang, Y.</string-name>
              <string-name>Cheungpasitporn, W.</string-name>
              <string-name>Ali, H.</string-name>
              <string-name>Qing, J.</string-name>
              <string-name>Thongprayoon, C.</string-name>
              <string-name>Kaewput, W.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>A Practical Guide for Nephrologist Peer Reviewers: Evaluating Artificial Intelligence and Machine Learning Research in Nephrology</article-title>
            <source>Renal Failure</source>
            <volume>47</volume>
            <elocation-id>2513002</elocation-id>
            <pub-id pub-id-type="doi">10.1080/0886022x.2025.2513002</pub-id>
            <pub-id pub-id-type="pmid">40620096</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B60">
        <label>60.</label>
        <citation-alternatives>
          <mixed-citation publication-type="book">Berk, R. (2018) Tree-Based Forecasting Methods. In: Berk, R., Ed., <italic>Machine Learning Risk Assessments in Criminal Justice Settings</italic>, Springer International Publishing, 75-114. https://doi.org/10.1007/978-3-030-02272-3_5 <pub-id pub-id-type="doi">10.1007/978-3-030-02272-3_5</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-030-02272-3_5">https://doi.org/10.1007/978-3-030-02272-3_5</ext-link></mixed-citation>
          <element-citation publication-type="book">
            <person-group person-group-type="author">
              <string-name>Berk, R.</string-name>
              <string-name>Berk, R.</string-name>
              <string-name>Settings, S</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Tree-Based Forecasting Methods</article-title>
            <source>In: Berk</source>
            <volume>75</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-030-02272-3_5</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B61">
        <label>61.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Coffee, Z., Linde-Krieger, L., Carter, G.A., Brady, B.R., Davis, A., Crosby, R.A., <italic>et al.</italic> (2025) Trauma-Related Stress and Resilience in a Multistate Sample of Methadone Treatment Staff. <italic>Substance Use</italic>: <italic>Research and Treatment</italic>, 19, 1-14. https://doi.org/10.1177/29768357251383239 <pub-id pub-id-type="doi">10.1177/29768357251383239</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1177/29768357251383239">https://doi.org/10.1177/29768357251383239</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Coffee, Z.</string-name>
              <string-name>Linde-Krieger, L.</string-name>
              <string-name>Carter, G.A.</string-name>
              <string-name>Brady, B.R.</string-name>
              <string-name>Davis, A.</string-name>
              <string-name>Crosby, R.A.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Trauma-Related Stress and Resilience in a Multistate Sample of Methadone Treatment Staff</article-title>
            <source>Substance Use: Research and Treatment</source>
            <volume>19</volume>
            <pub-id pub-id-type="doi">10.1177/29768357251383239</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B62">
        <label>62.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ramspek, C.L., Jager, K.J., Dekker, F.W., Zoccali, C. and van Diepen, M. (2020) External Validation of Prognostic Models: What, Why, How, When and Where? <italic>Clinical Kidney Journal</italic>, 14, 49-58. https://doi.org/10.1093/ckj/sfaa188 <pub-id pub-id-type="doi">10.1093/ckj/sfaa188</pub-id><pub-id pub-id-type="pmid">33564405</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1093/ckj/sfaa188">https://doi.org/10.1093/ckj/sfaa188</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ramspek, C.L.</string-name>
              <string-name>Jager, K.J.</string-name>
              <string-name>Dekker, F.W.</string-name>
              <string-name>Zoccali, C.</string-name>
              <string-name>Diepen, M.</string-name>
              <string-name>What, W</string-name>
              <string-name>How, W</string-name>
            </person-group>
            <year>2020</year>
            <article-title>External Validation of Prognostic Models: What, Why, How, When and Where? Clinical Kidney Journal, 14, 49-58</article-title>
            <pub-id pub-id-type="doi">10.1093/ckj/sfaa188</pub-id>
            <pub-id pub-id-type="pmid">33564405</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B63">
        <label>63.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ahmad, T., Lund, L.H., Rao, P., Ghosh, R., Warier, P., Vaccaro, B., <italic>et al.</italic> (2018) Machine Learning Methods Improve Prognostication, Identify Clinically Distinct Phenotypes, and Detect Heterogeneity in Response to Therapy in a Large Cohort of Heart Failure Patients. <italic>Journal of the American Heart Association</italic>, 7, e008081. https://doi.org/10.1161/jaha.117.008081 <pub-id pub-id-type="doi">10.1161/jaha.117.008081</pub-id><pub-id pub-id-type="pmid">29650709</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1161/jaha.117.008081">https://doi.org/10.1161/jaha.117.008081</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ahmad, T.</string-name>
              <string-name>Lund, L.H.</string-name>
              <string-name>Rao, P.</string-name>
              <string-name>Ghosh, R.</string-name>
              <string-name>Warier, P.</string-name>
              <string-name>Vaccaro, B.</string-name>
              <string-name>Prognostication, I</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Machine Learning Methods Improve Prognostication, Identify Clinically Distinct Phenotypes, and Detect Heterogeneity in Response to Therapy in a Large Cohort of Heart Failure Patients</article-title>
            <source>Journal of the American Heart Association</source>
            <volume>7</volume>
            <pub-id pub-id-type="doi">10.1161/jaha.117.008081</pub-id>
            <pub-id pub-id-type="pmid">29650709</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B64">
        <label>64.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Alba, A.C., Agoritsas, T., Walsh, M., Hanna, S., Iorio, A., Devereaux, P.J., <italic>et al.</italic> (2017) Discrimination and Calibration of Clinical Prediction Models. <italic>JAMA</italic>, 318, 1377-1384. https://doi.org/10.1001/jama.2017.12126 <pub-id pub-id-type="doi">10.1001/jama.2017.12126</pub-id><pub-id pub-id-type="pmid">29049590</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1001/jama.2017.12126">https://doi.org/10.1001/jama.2017.12126</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Alba, A.C.</string-name>
              <string-name>Agoritsas, T.</string-name>
              <string-name>Walsh, M.</string-name>
              <string-name>Hanna, S.</string-name>
              <string-name>Iorio, A.</string-name>
              <string-name>Devereaux, P.J.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Discrimination and Calibration of Clinical Prediction Models</article-title>
            <source>JAMA</source>
            <volume>318</volume>
            <pub-id pub-id-type="doi">10.1001/jama.2017.12126</pub-id>
            <pub-id pub-id-type="pmid">29049590</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>