A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
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:
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.
npx CLI installing 100+ agents, commands, hooks, and integrations in one command