Profiling Patient Transcript Using Large Language Model Reasoning Augmentation for Alzheimer's Disease Detection

Chin-Po Chen,Jeng-Lin Li
2024-09-19
Abstract:Alzheimer's disease (AD) stands as the predominant cause of dementia, characterized by a gradual decline in speech and language capabilities. Recent deep-learning advancements have facilitated automated AD detection through spontaneous speech. However, common transcript-based detection methods directly model text patterns in each utterance without a global view of the patient's linguistic characteristics, resulting in limited discriminability and interpretability. Despite the enhanced reasoning abilities of large language models (LLMs), there remains a gap in fully harnessing the reasoning ability to facilitate AD detection and model interpretation. Therefore, we propose a patient-level transcript profiling framework leveraging LLM-based reasoning augmentation to systematically elicit linguistic deficit attributes. The summarized embeddings of the attributes are integrated into an Albert model for AD detection. The framework achieves 8.51\% ACC and 8.34\% F1 improvements on the ADReSS dataset compared to the baseline without reasoning augmentation. Our further analysis shows the effectiveness of our identified linguistic deficit attributes and the potential to use LLM for AD detection interpretation.
Computation and Language
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve Alzheimer's Disease (AD) is the leading cause of dementia, characterized by a gradual loss of language and cognitive abilities. In recent years, the development of deep learning technologies has made it possible to automatically detect Alzheimer's Disease through natural language processing. However, existing transcription-based detection methods mainly focus on text patterns within each sentence, lacking a global perspective on the overall language characteristics of patients, which limits the model's discriminative power and interpretability. Although Large Language Models (LLMs) have shown excellent reasoning capabilities, these abilities have not yet been fully utilized to improve AD detection and model interpretability. Therefore, this paper proposes a patient-level transcription analysis framework enhanced by LLM reasoning, aiming to systematically extract and summarize patients' language impairment attributes and integrate them into the BERT model for AD detection. ### Specific Objectives 1. **Systematically extract and summarize language impairment attributes**: Design an LLM prompt to extract and summarize various language impairment attributes in each patient's conversation session. 2. **Enhance the discriminative power of AD detection**: Embed the summarized language impairment attributes into the BERT model to enhance the model's discriminative power. 3. **Improve model interpretability**: Improve the model's interpretability for clinical applications by systematically generating patient-level language impairment attributes. ### Main Contributions - **Performance Improvement**: On the ADReSS dataset, the proposed framework improves accuracy and F1 score by 8.51% and 8.34%, respectively, compared to baseline models. - **Effectiveness of Language Impairment Attributes**: Further analysis shows that the identified language impairment attributes are effective and demonstrate the potential of using LLM for AD detection interpretation. - **Case Study**: Through transcription analysis of specific patients, the model's interpretability in clinical applications is demonstrated. ### Conclusion By introducing a patient-level transcription analysis framework enhanced by LLM reasoning, this paper significantly improves the performance and interpretability of AD detection. This framework not only aids in early diagnosis and disease state monitoring but can also be extended to the assessment of other neurocognitive and psychiatric disorders, such as depression, autism spectrum disorder, and post-traumatic stress disorder.