AgentScore: Autoformulation of Deployable Clinical Scoring Systems
Silas Ruhrberg Estévez, Christopher Chiu, Mihaela van der Schaar
TL;DR
AgentScore addresses the gap between high-performing clinical models and real-world deployability by learning unit-weighted, interpretable checklists under strict guideline-compatible constraints. It uses an LLM to propose clinically meaningful rules, coupled with a deterministic verification loop that enforces performance, sparsity, and rule diversity, producing a compact checklist $S(\tilde{\mathbf{x}}) = \sum_{r_j \in \mathcal{S}} r_j(\tilde{\mathbf{x}})$ with a threshold $\tau$. Across eight real-world tasks from MIMIC-IV and eICU, AgentScore matches or exceeds state-of-the-art score-learning baselines under deployability constraints and outperforms guideline-based scores on external validation, while remaining suitable for bedside use. Clinician evaluations further favor AgentScore checklists for guideline alignment, ease of bedside application, and deployment readiness, underscoring the practical impact of constrained semantic optimization for guideline-conformant risk scoring. The work suggests a generalizable path for integrating semantic rule generation with rigorous data-grounded validation to produce auditable, deployable decision aids in safety-critical settings.
Abstract
Modern clinical practice relies on evidence-based guidelines implemented as compact scoring systems composed of a small number of interpretable decision rules. While machine-learning models achieve strong performance, many fail to translate into routine clinical use due to misalignment with workflow constraints such as memorability, auditability, and bedside execution. We argue that this gap arises not from insufficient predictive power, but from optimizing over model classes that are incompatible with guideline deployment. Deployable guidelines often take the form of unit-weighted clinical checklists, formed by thresholding the sum of binary rules, but learning such scores requires searching an exponentially large discrete space of possible rule sets. We introduce AgentScore, which performs semantically guided optimization in this space by using LLMs to propose candidate rules and a deterministic, data-grounded verification-and-selection loop to enforce statistical validity and deployability constraints. Across eight clinical prediction tasks, AgentScore outperforms existing score-generation methods and achieves AUC comparable to more flexible interpretable models despite operating under stronger structural constraints. On two additional externally validated tasks, AgentScore achieves higher discrimination than established guideline-based scores.
