LoRA-Tuned Large Language Models for Dementia Detection via Multi-View Speech-Derived Features
Summary
A novel framework for dementia detection utilizes a low-rank adaptation (LoRA)-tuned large language model (LLM) to perform structured multi-view reasoning over speech-derived features. Developed by NAVER Cloud and Ewha Womans University, this approach unifies four complementary signals: ASR transcripts with pause markers, discourse-level topic cues, temporal fluency statistics, and phonological sequences, all encoded within a single JSON-structured prompt. The system achieved an F1-score of 90.14% on the ADReSSo challenge dataset, outperforming prior systems. Ablation studies confirmed the incremental diagnostic value of each view, with discourse-level cues contributing the largest performance gain. This method leverages LLMs like Qwen3 and Gemma-3, adapted with LoRA (r=8, α=16), to learn a coherent decision function without requiring modality-specific encoders or late-stage fusion.
Key takeaway
For machine learning engineers developing speech-based dementia detection systems, you should consider unifying diverse speech features into a single structured prompt for LLM fine-tuning. This approach, using LoRA, simplifies the architecture by avoiding separate encoders and late-stage fusion, potentially improving diagnostic accuracy. You can incorporate robust ASR, temporal fluency, phonological, and discourse cues to enhance model performance, especially discourse-level information.
Key insights
LoRA-tuned LLMs can effectively detect dementia by integrating diverse speech features via a unified structured prompt, achieving high F1-scores.
Principles
- Dementia manifests across complementary speech dimensions.
- Unified prompt encoding enables integrative LLM reasoning.
- Model capacity scales with performance for multi-view cues.
Method
A LoRA-adapted LLM processes a JSON-structured prompt containing ASR transcripts, pause markers, discourse topics, temporal fluency, and phonological sequences. This enables joint reasoning for binary dementia classification.
In practice
- Encode diverse speech features into a single JSON prompt.
- Use LoRA for efficient LLM adaptation on limited datasets.
- Leverage Whisper for robust ASR transcripts.
Topics
- Dementia Detection
- Large Language Models
- LoRA Fine-tuning
- Multi-View Speech Features
- ADReSSo Benchmark
- Prompt Engineering
Code references
Best for: AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.