Enabling Few-Shot Alzheimer's Disease Diagnosis on Biomarker Data with Tabular LLMs
Sophie Kearney, Shu Yang, Zixuan Wen, Bojian Hou, Duy Duong-Tran, Tianlong Chen, Jason Moore, Marylyn Ritchie, Li Shen
TL;DR
This work tackles the challenge of diagnosing Alzheimer's disease from tabular biomarker data in data-scarce regimes. It introduces TAP-GPT, a domain-adapted tabular LLM built by finetuning TableGPT2 with qLoRA on the QT-PAD biomarker dataset, enabling few-shot in-context learning for AD vs CN classification. Results show TAP-GPT achieving top performance in few-shot tabular prompts and competitive results in low-shot settings, while also offering natural-language explanations for predictions, addressing the critical need for interpretability in clinical deployments. The study demonstrates the viability of combining tabular encoders with language-model reasoning to leverage prior biomedical knowledge, paving the way for multi-agent health informatics frameworks and broader applications to tabular biomedical data.
Abstract
Early and accurate diagnosis of Alzheimer's disease (AD), a complex neurodegenerative disorder, requires analysis of heterogeneous biomarkers (e.g., neuroimaging, genetic risk factors, cognitive tests, and cerebrospinal fluid proteins) typically represented in a tabular format. With flexible few-shot reasoning, multimodal integration, and natural-language-based interpretability, large language models (LLMs) offer unprecedented opportunities for prediction with structured biomedical data. We propose a novel framework called TAP-GPT, Tabular Alzheimer's Prediction GPT, that adapts TableGPT2, a multimodal tabular-specialized LLM originally developed for business intelligence tasks, for AD diagnosis using structured biomarker data with small sample sizes. Our approach constructs few-shot tabular prompts using in-context learning examples from structured biomedical data and finetunes TableGPT2 using the parameter-efficient qLoRA adaption for a clinical binary classification task of AD or cognitively normal (CN). The TAP-GPT framework harnesses the powerful tabular understanding ability of TableGPT2 and the encoded prior knowledge of LLMs to outperform more advanced general-purpose LLMs and a tabular foundation model (TFM) developed for prediction tasks. To our knowledge, this is the first application of LLMs to the prediction task using tabular biomarker data, paving the way for future LLM-driven multi-agent frameworks in biomedical informatics.
