ClinicalBench: Can LLMs Beat Traditional ML Models in Clinical Prediction?
Canyu Chen, Jian Yu, Shan Chen, Che Liu, Zhongwei Wan, Danielle Bitterman, Fei Wang, Kai Shu
TL;DR
ClinicalBench systematically benchmarks a wide range of general-purpose and medical LLMs against traditional ML models on three real-world clinical prediction tasks using MIMIC-III and MIMIC-IV. Across prompting, prompting-engineering, and fine-tuning, the study finds that LLMs do not yet outperform conventional models like XGBoost or SVM in Length-of-Stay, Mortality, or Readmission prediction, highlighting limitations in clinical reasoning and decision-making. The work reveals limited gains from decoding temperature, model scaling, or prompting strategies, and only sporadic improvements from fine-tuning; still, traditional models maintain a robust advantage. The authors argue for cautious deployment of LLMs in clinical settings and propose ClinicalBench as a benchmark to guide future development toward real-world clinical practice and safety.
Abstract
Large Language Models (LLMs) hold great promise to revolutionize current clinical systems for their superior capacities on medical text processing tasks and medical licensing exams. Meanwhile, traditional ML models such as SVM and XGBoost have still been mainly adopted in clinical prediction tasks. An emerging question is Can LLMs beat traditional ML models in clinical prediction? Thus, we build a new benchmark ClinicalBench to comprehensively study the clinical predictive modeling capacities of both general-purpose and medical LLMs, and compare them with traditional ML models. ClinicalBench embraces three common clinical prediction tasks, two databases, 14 general-purpose LLMs, 8 medical LLMs, and 11 traditional ML models. Through extensive empirical investigation, we discover that both general-purpose and medical LLMs, even with different model scales, diverse prompting or fine-tuning strategies, still cannot beat traditional ML models in clinical prediction yet, shedding light on their potential deficiency in clinical reasoning and decision-making. We call for caution when practitioners adopt LLMs in clinical applications. ClinicalBench can be utilized to bridge the gap between LLMs' development for healthcare and real-world clinical practice.
