ColaCare: Enhancing Electronic Health Record Modeling through Large Language Model-Driven Multi-Agent Collaboration
Zixiang Wang, Yinghao Zhu, Huiya Zhao, Xiaochen Zheng, Dehao Sui, Tianlong Wang, Wen Tang, Yasha Wang, Ewen Harrison, Chengwei Pan, Junyi Gao, Liantao Ma
TL;DR
ColaCare addresses the challenge of predicting clinically relevant outcomes from structured EHR data by fusing domain-specific expert models with Large Language Model–driven multi-agent collaboration, inspired by multidisciplinary clinical teams. It employs a retrieval-augmented generation module to inject up-to-date medical knowledge from MSD guidelines and orchestrates discussions among DoctorAgent and MetaAgent to produce transparent, evidence-based reports. Across three real-world EHR datasets, ColaCare demonstrates superior predictive performance, particularly in AUPRC, while providing case-study–level interpretability and a practical per-patient cost profile. The work advances clinical decision support by harmonizing structured data modeling, external knowledge, and human-aligned reasoning for personalized precision medicine.
Abstract
We introduce ColaCare, a framework that enhances Electronic Health Record (EHR) modeling through multi-agent collaboration driven by Large Language Models (LLMs). Our approach seamlessly integrates domain-specific expert models with LLMs to bridge the gap between structured EHR data and text-based reasoning. Inspired by the Multidisciplinary Team (MDT) approach used in clinical settings, ColaCare employs two types of agents: DoctorAgents and a MetaAgent, which collaboratively analyze patient data. Expert models process and generate predictions from numerical EHR data, while LLM agents produce reasoning references and decision-making reports within the MDT-driven collaborative consultation framework. The MetaAgent orchestrates the discussion, facilitating consultations and evidence-based debates among DoctorAgents, simulating diverse expertise in clinical decision-making. We additionally incorporate the Merck Manual of Diagnosis and Therapy (MSD) medical guideline within a retrieval-augmented generation (RAG) module for medical evidence support, addressing the challenge of knowledge currency. Extensive experiments conducted on three EHR datasets demonstrate ColaCare's superior performance in clinical mortality outcome and readmission prediction tasks, underscoring its potential to revolutionize clinical decision support systems and advance personalized precision medicine. All code, case studies and a questionnaire are available at the project website: https://colacare.netlify.app.
