REVIEW 3 major objections 4 minor 21 references
This paper claims that qualitative clinical knowledge about Alzheimer's disease markers can be extracted end-to-end from raw audio recordings of verbal fluency tests, without manual transcription.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 05:11 UTC pith:MV7F5FED
load-bearing objection A clean applied pipeline whose 'novel' monotonicities are partly inherited from the LLM-supplied skeleton, but the work is honest, transparent, and worth a serious referee. the 3 major comments →
A Neurosymbolic Approach for Explainable Early Diagnosis of Alzheimer's Disease
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On a dataset of 162 verbal fluency recordings from patients with mild cognitive impairment and healthy controls, the pipeline matched every monotonic influence initially elicited from domain experts for both semantic and phonemic tasks, and discovered nine additional influences, six in phonemic and three in semantic. Three semantic discoveries (negative influence of CI on cluster size, speech rate, word length) were validated by experts; others were plausible but uncertain. The symbol grounding stage had low pairwise conditional estimation error, with a 94.3% improvement over a rule-based baseline in semantic fluency and 77.2% in phonemic.
What carries the argument
The central mechanism is the QuaKE (Qualitative Knowledge Extraction) algorithm, which checks for first-order stochastic dominance between the cognitive-impairment variable and each descendant feature in the network, computing a monotonic influence score. The network's structure is elicited from an LLM prompted repeatedly, with edges pooled by frequency; parameters are learned with a Bayesian estimator. Symbolic programs compute each clinical variable (word count, cluster size, speech rate, etc.) deterministically from structured LLM output, ensuring transparency.
Load-bearing premise
The whole qualitative analysis rests on a Bayesian network skeleton elicited from a language model: if that graph has spurious or missing edges, the set and signs of the monotonicity statements are determined as much by the model's prior as by the clinical data.
What would settle it
Reconstruct the Bayesian network skeleton from expert elicitation (or from a data-driven algorithm with more data) and rerun the qualitative knowledge extraction; if the extracted monotonicity set changes substantially, then the paper's recovered knowledge is not intrinsic to the data. Alternatively, test on an independent cohort: if the nine discovered influences do not replicate (e.g., cognitive impairment has no negative influence on cluster size in the phonemic task), the claim of novel relationships would be weakened.
If this is right
- Early Alzheimer's screening could be automated from a one-minute speech test, removing the transcription bottleneck.
- The method generates testable hypotheses about less obvious linguistic markers, such as word-length effects in phonemic fluency.
- The influence of cognitive impairment can be quantified by degree, giving an ordinal ranking of marker sensitivity.
- The neurosymbolic architecture generalizes to other clinical audio tasks where structured variables and qualitative relationships are of interest.
Where Pith is reading between the lines
- Since the Bayesian network skeleton comes from an LLM and only 80% of expert edges are recovered, the extracted monotonicities are conditioned on that prior; a different LLM or expert graph could change the set or sign of discovered rules.
- The mean-threshold discretization is coarse; using median or multi-threshold discretization might alter borderline monotonicities.
- The feedback loop correcting mistranscriptions improved grounding but not the monotonicity set, so transcript corrections may be unnecessary for qualitative discovery.
- The positive influence of CI on word length in the phonemic task, left uncertain by experts, is a concrete candidate for prospective study with a larger cohort and audio-level verification.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes NeSyQuaKE, a Type-3 neurosymbolic pipeline that turns raw verbal-fluency audio into qualitative monotonic-influence (MI) statements about cognitive impairment (CI). The pipeline uses WhisperX for speech-to-text, MedGemma-27b with schema-constrained decoding for structured extraction, deterministic symbolic programs to compute eight clinical features, and an LLM-prompted Bayesian Network (BN) skeleton. A BDeu posterior is estimated from 162 HC/MCI recordings, and the QuaKE algorithm extracts MIs from CI (and other features) to their descendants in that skeleton. The paper reports that the grounding stage substantially lowers the Pairwise Conditional Estimation Error (PCEE) relative to a rule-based extractor (§4, Table 2), that the extracted MIs match all expert-elicited rules in both semantic and phonemic fluency tasks (§4, Table 3), and that nine additional influences are discovered, several later confirmed by the authors' domain experts. A feedback loop that repairs rejected words via an LLM is also reported to improve PCEE.
Significance. If the central claim holds, NeSyQuaKE would be a credible scalable method for automated, explainable hypothesis generation from clinical audio, combining foundation-model grounding with symbolic probabilistic reasoning. The paper has genuine strengths: the use of deterministic symbolic programs for feature computation is a transparent and verifiable design; the evaluation against manual annotations is appropriate; the code is made available; and the comparison to a PC-learned skeleton is an honest baseline that shows data-driven structure recovery is not viable at this sample size. These are important positive features. However, the hypothesis-generation claim—the paper's most novel contribution—is currently not separable from the LLM-supplied BN skeleton, and the quantitative evidence lacks uncertainty quantification. The reported recovery of known clinical knowledge and the discovery of novel influences therefore need to be shown to be robust to the skeleton prior and the discretization choice before the central claim can be accepted at face value.
major comments (3)
- [§3.2, §3.3, §4 Q3] The Q3 'additional hypotheses' claim is confounded with the LLM-generated skeleton. QuaKE tests monotonic influence only for descendants of CI in the graph G (§3.3), and G is obtained by prompting an LLM (§3.2). Section 4 reports that the LLM graph recovers only 80% of expert edges and contains 43% extra edges. Thus the nine 'additional' MIs are exactly the variables that the LLM graph placed as descendants of CI; a spurious LLM edge can manufacture an MI and an omitted edge can hide a true one. The post-hoc expert agreement with these nine rules is not a substitute for a blinded, pre-specified validation protocol. Please report which of the nine MIs survive when QuaKE runs on (i) the expert skeleton, (ii) the PC skeleton, and (iii) the LLM skeleton under different edge-inclusion thresholds/pooling rules. Without this ablation, the discovery claim is not separable from the LLM prior.
- [Appendix C, §3.3] All MI signs are computed from conditional probabilities over discretized features. The discretization thresholds are per-variable means from five trials; no sensitivity analysis is reported. Since the MI score in Eq. (1) depends on P(X_d ≤ k | Y), a shift in a threshold (e.g., to the median or to tertiles) can change the marginal conditional distribution and therefore the sign of an inferred MI. Please provide a threshold-sensitivity analysis and show that the expert-recovered and novel MIs in Table 3 are invariant across reasonable discretization choices. This is load-bearing because the core qualitative statements are defined on the discrete variables.
- [Tables 2, 3; Fig. 3] No confidence intervals, significance tests, or bootstrap estimates are reported. The statement in Table 2 that all standard deviations are below 1e-4 reflects only run-to-run variation of the stochastic LLM component, not patient-level sampling uncertainty over the 162 recordings. For the central recovery and discovery claims, please report bootstrap CIs for the PCEE values and for the MI strengths δ_d, or a permutation test comparing the observed monotonicity score to the null of no monotonic influence. Without this, the reader cannot distinguish a robust clinical signal from noise in a small, noisy clinical dataset.
minor comments (4)
- [Author list and text] Minor spacing typos appear in the author list ('Pranuthi T enali', 'V aishali Phatak') and in body headings ('F oundation Models', 'T o Do'). The method name is also rendered inconsistently as 'NeSyQuake' in several places (e.g., §4 Q1, Table 2).
- [Appendix D] The percent-difference formula is ambiguous: 'Percent Difference = |Corrected Count - Original Count| / Original Count' does not specify whether 'Original' is the raw extraction count or the manual annotation count. The table caption also says 'Phonetic Fluency' while the rest of the paper uses 'phonemic fluency'.
- [Appendix E] The heading 'Peter Clarke (PC) Algorithm' should be 'Peter Clark'.
- [References] The citation '(adf, 2024)' should be expanded to the standard Alzheimer's Association citation; also verify the reference formatting for 'Beatty et al.' and 'Laws et al.' against the journal style.
Circularity Check
No significant circularity: MI signs are computed from patient data and validated against external expert/manual benchmarks; the LLM-skeleton prior is a validity confound, not a circular reduction.
full rationale
NeSyQuaKE's derivation chain is self-contained rather than circular. The BN parameters are learned from the 162-patient dataset (§3.2), and the MI signs are computed from those parameters via the QuaKE equations in §3.3 (C_d and δ_d); the expert knowledge in Q2 and the manual annotations in Q1 are external benchmarks, not inputs to the fit. The one in-scope concern is the LLM-skeleton prior: §3.2 obtains G from an LLM, and §3.3 only tests descendants of CI, so the candidate MI set is constrained by the LLM's pretrained knowledge, and the 43% extra edges reported in Q2 mean some Q3 'discoveries' could be spurious. That is a validity/confounding concern, not a circular reduction: no equation equates the output to the input, and the signs are still computed from patient data rather than read off the LLM. The QuaKE citations (Karanam et al., 2021) are self-citations, but the paper restates the algorithm's equations, so the argument does not reduce to an unverified citation. No fitted parameter is renamed as a prediction, and no uniqueness/ansatz is imported from the authors' prior work.
Axiom & Free-Parameter Ledger
free parameters (4)
- Per-variable mean discretization thresholds =
Table 5: e.g., semantic TW 23.39, phonemic TW 20.97, and 14 other thresholds
- BDeu equivalent sample size =
10
- Monotonic slack epsilon =
0
- LLM structure edge-inclusion cutoff / pooling rule =
not specified
axioms (6)
- standard math QuaKE monotonicity formula and BN factorization correctly encode qualitative clinical trends.
- domain assumption Verbal fluency variables in Table 1 are valid markers of cognitive impairment.
- ad hoc to paper The LLM-proposed BN skeleton is a suitable prior for the dependency structure.
- domain assumption Manual transcriptions and annotations are accurate ground truth.
- ad hoc to paper Mean-threshold discretization preserves the qualitative monotonic direction of features.
- domain assumption ASR errors on pathological speech are small enough not to reverse extracted monotonicities.
read the original abstract
Identifying reliable Alzheimer's disease (AD) markers typically requires manual, labor-intensive transcription and expert analysis, limiting its scale. We introduce an automated pipeline that extracts qualitative knowledge about potential AD progression indicators directly from audio recordings of verbal fluency tests. Our method uses pretrained foundation models to process raw audio and extract clinically relevant variables to construct a Bayesian Network (BN); this BN is used to reason about the AD progression markers and infer their qualitative relationships. Our system successfully recovers known clinical knowledge and identifies novel relationships between linguistic markers.
Figures
Reference graph
Works this paper leans on
-
[1]
Let's begin. Tell me all the words you can, as quickly as you can, that begin with the letter 'F'. Ready? Begin
"Let's begin. Tell me all the words you can, as quickly as you can, that begin with the letter 'F'. Ready? Begin."
-
[2]
Now I want you to do the same for another letter. The next letter is 'L.' Ready? Begin
"Now I want you to do the same for another letter. The next letter is 'L.' Ready? Begin."
-
[3]
You will have one minute
"Now I want you to name things that belong to another category: Animals. You will have one minute. I want you to tell me all the animals you can think of in one minute. Ready? Begin."
-
[4]
You will have one minute
"Now I want you to name things that belong to another category: Vegetables. You will have one minute. I want you to tell me all the vegetables you can think of in one minute. Ready? Begin." The responses to these standard prompts should be around 60 seconds from the start of the response. Your task is to extract the following from the transcripts:
-
[5]
cat... no, dog
Timestamps should be preserved in their original format from the transcript. **Edge Cases** - If a participant self-corrects (e.g., "cat... no, dog"), include both in full_response but only the final word in extracted_answer if valid. - If the examiner interrupts, note the interruption point as the end timestamp. Figure 4: Prompt for Information Extractio...
-
[6]
Data Sources The following provides the list and the data sources that were considered for the task A.2.1
The pseudocode table is for reference, with the actual implementation provided in the construct features.pyfile provided in the linked repository:https://github.com/s-ranveer/ verbal_fluency_alzheimers/blob/main/construct_features.py 15 Singh Tenali Mathur Soni Phatak Lynch Murman Rizzo Natarajan A.2. Data Sources The following provides the list and the d...
2017
-
[7]
Prompts The different prompts used with the LLM are provided below
Refer to the package repository for additional details 16 NeSyQuaKE Appendix B. Prompts The different prompts used with the LLM are provided below. The LLM used was Medgemma- 27b with a total context window of 40,000 tokens ## Alzheimer's Fluency Tests Processing You are processing transcripts from a cognitive assessment for Alzheimer's disease. The trans...
-
[9]
The full response by the participant for the prompt ignoring the other speaker
-
[10]
Repetitions are allowed
The extracted answer from the full response where one omits the filler words and incorrect answers. Repetitions are allowed
-
[11]
The starting and ending timestamp of the participant response
-
[12]
**Rules**
Individual pauses during the participant's response where the pause is at least 1 second, calculated as the time gap between the end timestamp of one utterance and the start timestamp of the next utterance. **Rules**
-
[13]
Do not infer or reconstruct missing speech
-
[14]
full_response
Return an empty string for "full_response" and empty arrays for other fields if no response exists for that task
-
[15]
Output only the final JSON with no additional commentary or explanation
-
[16]
Use R1, R2, R3, and R4 to represent the 4 task prompts respectively
-
[18]
When we ask for the full response, we mean the entire answer provided by the participant including any errors
-
[19]
A pause occurs when there is more than a second difference between the end timestamp of one line and the start timestamp of the next line
-
[20]
The extracted answer for R1 and R2 should not include names of people or places or numbers
-
[21]
Stop here
Make a proper judgment of when the response begins and ends. Many times, there would be a sentence including phrases like "Stop here" to indicate the end of the response. Figure 5: Prompt for Information Extraction (Part 2). 18 NeSyQuaKE # Alzheimer's Verbal Fluency Test Corrections You are a clinical expert reviewing verbal fluency responses extracted fr...
-
[2014]
doi: https://doi.org/10.1016/j.cortex.2013.12.013
ISSN 0010-9452. doi: https://doi.org/10.1016/j.cortex.2013.12.013. Language, Computers and Cognitive Neuroscience. Michelle Cohn, Alyssa Lanzi, Yui Ishihara, Chen-Nee Chuah, Georgia Zellou, and Alyssa Weakley. Challenges in automatic speech recognition for adults with cognitive impair- ment, 2026. Paul S Foster, Valeria Drago, Raegan C Yung, Jaclyn Pearso...
Pith/arXiv arXiv 2013
-
[2024]
ISSN 1552-5260, 1552-5279. doi: 10.1002/alz.13809. Harsh Ahlawat, Naveen Aggarwal, and Deepti Gupta. Automatic speech recognition: A survey of deep learning techniques and approaches.International Journal of Cognitive Computing in Engineering, 6:201–237, 2025. ISSN 2666-3074. doi: https://doi.org/10. 1016/j.ijcce.2024.12.007. Eric E Altendorf, Angelo C Re...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.