RiskAgent: Autonomous Medical AI Copilot for Generalist Risk Prediction
Fenglin Liu, Jinge Wu, Hongjian Zhou, Xiao Gu, Soheila Molaei, Anshul Thakur, Lei Clifton, Honghan Wu, David A. Clifton
TL;DR
RiskAgent addresses generalist medical risk prediction in real-world clinical settings by orchestrating collaboration between LLMs and hundreds of evidence-based clinical tools. Its Decider-Executor-Reviewer framework with an Environment enables tool selection, parameter parsing, tool execution, and justification with a feedback loop, enhancing reliability and interpretability. On the MedRisk benchmark (12,352 questions across 154 diseases, 86 symptoms, 50 specialties, 24 organ systems), an 8B-parameter RiskAgent achieves around 78% overall accuracy (78.34% MedRisk-Qualitative and 76.33% MedRisk-Quantitative) with statistical significance over baselines (p < 0.01), and shows robust generalization to external benchmarks like MEDCALC-BENCH. The approach is open-sourced with model families from 1B to 70B parameters, supporting privacy-friendly deployment and broader adoption in resource-constrained clinical settings while delivering transparent, evidence-based outputs.
Abstract
The application of Large Language Models (LLMs) to various clinical applications has attracted growing research attention. However, real-world clinical decision-making differs significantly from the standardized, exam-style scenarios commonly used in current efforts. In this paper, we present the RiskAgent system to perform a broad range of medical risk predictions, covering over 387 risk scenarios across diverse complex diseases, e.g., cardiovascular disease and cancer. RiskAgent is designed to collaborate with hundreds of clinical decision tools, i.e., risk calculators and scoring systems that are supported by evidence-based medicine. To evaluate our method, we have built the first benchmark MedRisk specialized for risk prediction, including 12,352 questions spanning 154 diseases, 86 symptoms, 50 specialties, and 24 organ systems. The results show that our RiskAgent, with 8 billion model parameters, achieves 76.33% accuracy, outperforming the most recent commercial LLMs, o1, o3-mini, and GPT-4.5, and doubling the 38.39% accuracy of GPT-4o. On rare diseases, e.g., Idiopathic Pulmonary Fibrosis (IPF), RiskAgent outperforms o1 and GPT-4.5 by 27.27% and 45.46% accuracy, respectively. Finally, we further conduct a generalization evaluation on an external evidence-based diagnosis benchmark and show that our RiskAgent achieves the best results. These encouraging results demonstrate the great potential of our solution for diverse diagnosis domains. To improve the adaptability of our model in different scenarios, we have built and open-sourced a family of models ranging from 1 billion to 70 billion parameters. Our code, data, and models are all available at https://github.com/AI-in-Health/RiskAgent.
