Health-LLM: Large Language Models for Health Prediction via Wearable Sensor Data
Yubin Kim, Xuhai Xu, Daniel McDuff, Cynthia Breazeal, Hae Won Park

TL;DR
This study evaluates the ability of large language models to predict health outcomes using wearable sensor data and contextual information, demonstrating that fine-tuning and context enhancement significantly improve performance across multiple health prediction tasks.
Contribution
The paper introduces HealthAlpaca, a fine-tuned LLM that effectively integrates health-related context, outperforming larger models in health prediction tasks and highlighting the importance of context enhancement strategies.
Findings
HealthAlpaca achieves top performance in 8 out of 10 tasks.
Context enhancement improves performance by up to 23.8%.
Including health knowledge in prompts significantly boosts accuracy.
Abstract
Large language models (LLMs) are capable of many natural language tasks, yet they are far from perfect. In health applications, grounding and interpreting domain-specific and non-linguistic data is crucial. This paper investigates the capacity of LLMs to make inferences about health based on contextual information (e.g. user demographics, health knowledge) and physiological data (e.g. resting heart rate, sleep minutes). We present a comprehensive evaluation of 12 state-of-the-art LLMs with prompting and fine-tuning techniques on four public health datasets (PMData, LifeSnaps, GLOBEM and AW_FB). Our experiments cover 10 consumer health prediction tasks in mental health, activity, metabolic, and sleep assessment. Our fine-tuned model, HealthAlpaca exhibits comparable performance to much larger models (GPT-3.5, GPT-4 and Gemini-Pro), achieving the best performance in 8 out of 10 tasks.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Mobile Health and mHealth Applications · Mental Health via Writing
MethodsAttention Is All You Need · Dropout · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer · Dense Connections · Label Smoothing · Residual Connection
