LoRA-Tuned Large Language Models for Dementia Detection via Multi-View Speech-Derived Features

· Source: cs.CL updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, long

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

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

Topics

Code references

Best for: AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.