Are you the author? Sign in to claim
[WWW-2025] ColaCare: Enhancing Electronic Health Record Modeling through Large Language Model-Driven Multi-Agent Collabo
ColaCare is a framework that enhances Electronic Health Record (EHR) modeling by leveraging Large Language Model (LLM)-driven multi-agent collaboration. This project aims to improve clinical prediction tasks by combining the strengths of domain-specific expert models and general-purpose LLMs.
🎉 [20 January 2025] Our Paper is accepted by WWW 2025!
colacare and activate it.conda create -n colacare python=3.9
conda activate colacare
pip install -r requirements.txt
pyehr directory.cd pyehr
python train_test.py
python importance.py
More details about the pre-processing and training steps can be found in the
pyehrrepository.
# hparams.py
mimic_config = {
"retriever_name" : "MedCPT",
"corpus_name" : "MSD",
"llm_name" : "deepseek-chat",
"epochs" : 50,
"patience" : 10,
"ehr_dataset_name" : 'mimic-iv',
"ehr_dataset_dir" : './ehr_datasets/mimic-iv/processed/fold_1',
"ehr_model_names" : ['AdaCare', 'MCGRU', 'RETAIN'],
"seeds": [0, 0, 0],
"doctor_num" : 3,
"max_round" : 3,
"ehr_embed_dim": 128,
"text_embed_dim": 1024,
"merge_embed_dim": 128,
"learning_rate": 1e-3,
"main_metric": "auprc",
"batch_size": 32,
"mode": "test"
}
python collaboration_pipeline.py
The results can be found in the
responsedirectory.
python utils/process_output.py
python train_fusion.py
ColaCare has been evaluated on the following datasets:
ColaCare has been evaluated on the following tasks:
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Project management using GitHub Issues + Git worktrees for parallel agent execution