Medical Heuristic Learning: An LLM-Driven Framework for Interpretable and Auditable Clinical Decision Rules
2026-06-15 • Artificial Intelligence
Artificial IntelligenceHuman-Computer InteractionMachine Learning
AI summaryⓘ
The authors address challenges in clinical prediction models, like lack of transparency and changes in medical data over time. They introduce Medical Heuristic Learning (MHL), which uses a large language model to create clear, rule-based decision systems instead of hard-to-understand neural networks. These rules can be easily checked, updated over time, and work well even with small or imbalanced datasets. The authors show that MHL performs similarly to top methods while being more interpretable and adaptable to changing medical information.
clinical decision supporttabular datalarge language modelinterpretabilityrule-based systemsfeature evolutionclass imbalancecontinual learningcatastrophic forgettingstatistical probes
Authors
Wei Xu, Ke Yang, Gang Luo, Keli Zheng, Lingyan Hu, Jing Wang, Kefeng Li
Abstract
Predictive modeling for clinical tabular data is central to clinical decision support and therefore requires not only strong predictive performance but also transparent decision logic. Although deep learning and tree-based ensemble methods can achieve high accuracy, their black-box nature remains a major obstacle to clinical deployment. This challenge is further compounded by common characteristics of medical data, including limited sample sizes, severe class imbalance, and feature evolution arising from changes in diagnostic criteria and clinical documentation. To address these issues, we propose Medical Heuristic Learning (MHL), an instantiation of the learning-beyond-gradients paradigm for clinical tabular prediction. Instead of relying on neural network weight updates, MHL uses a large language model (LLM)-driven workflow that integrates statistical probes, medical knowledge probes, rule synthesis, and code-level iterative refinement to optimize a deterministic and executable decision system. The resulting model is expressed not as opaque parameters, but as versioned pure-Python decision rules that are explicitly interpretable, fully auditable, and clinically grounded. MHL also supports continual learning by starting from previously validated rules and iteratively revising them using updated feature information under data drift or feature evolution. Comprehensive experiments on medical datasets show that MHL achieves performance comparable to state-of-the-art methods while maintaining strong behavior in small-sample and highly imbalanced settings. The results further indicate that this explicit rule update mechanism can help alleviate catastrophic forgetting under feature evolution. Overall, these findings suggest that non-gradient-based heuristic systems offer a transparent and adaptable alternative for high-stakes clinical decision support.