Delta-KNN: Improving Demonstration Selection in In-Context Learning for Alzheimer's Disease Detection
About
Alzheimer's Disease (AD) is a progressive neurodegenerative disorder that leads to dementia, and early intervention can greatly benefit from analyzing linguistic abnormalities. In this work, we explore the potential of Large Language Models (LLMs) as health assistants for AD diagnosis from patient-generated text using in-context learning (ICL), where tasks are defined through a few input-output examples. Empirical results reveal that conventional ICL methods, such as similarity-based selection, perform poorly for AD diagnosis, likely due to the inherent complexity of this task. To address this, we introduce Delta-KNN, a novel demonstration selection strategy that enhances ICL performance. Our method leverages a delta score to assess the relative gains of each training example, coupled with a KNN-based retriever that dynamically selects optimal "representatives" for a given input. Experiments on two AD detection datasets across three open-source LLMs demonstrate that Delta-KNN consistently outperforms existing ICL baselines. Notably, when using the Llama-3.1 model, our approach achieves new state-of-the-art results, surpassing even supervised classifiers.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Readmission prediction | MIMIC IV | AUC-ROC0.5123 | 70 | |
| Mortality Prediction | MIMIC-III | AUROC57.42 | 46 | |
| Readmission Prediction (RA) | MIMIC-IV (test) | ROC AUC0.5175 | 33 | |
| Length-of-Stay Prediction | MIMIC-III | Macro ROC AUC59.04 | 28 | |
| Length of Stay (LOS) prediction | MIMIC-III (test) | Macro ROC AUC56.55 | 14 | |
| Mortality Prediction | MIMIC-III (test) | AUROC61.08 | 14 | |
| Medical Reasoning | CMB | Exact Match (EM)83.02 | 12 | |
| Medical Reasoning | MedQA | EM53.47 | 12 | |
| Medical Reasoning | CMB clin | BLEU-123.09 | 12 | |
| AD Detection | ADReSS (test) | Accuracy83.6 | 9 |