Patient-Similarity Cohort Reasoning in Clinical Text-to-SQL
Yifei Shen, Yilun Zhao, Justice Ou, Tinglin Huang, Arman Cohan

TL;DR
This paper introduces CLINSQL, a challenging benchmark for clinical text-to-SQL tasks involving complex reasoning over EHR data, and evaluates models' performance, highlighting the gap toward clinical reliability.
Contribution
The paper presents CLINSQL, a new benchmark with expert-annotated tasks requiring advanced reasoning, schema navigation, and multi-step queries for clinical data retrieval.
Findings
GPT-5-mini achieves 74.7% execution score on CLINSQL.
Open-source models like DeepSeek-R1 reach 69.2% performance.
Model performance drops significantly on harder query subsets.
Abstract
Real-world clinical text-to-SQL requires reasoning over heterogeneous EHR tables, temporal windows, and patient-similarity cohorts to produce executable queries. We introduce CLINSQL, a benchmark of 633 expert-annotated tasks on MIMIC-IV v3.1 that demands multi-table joins, clinically meaningful filters, and executable SQL. Solving CLINSQL entails navigating schema metadata and clinical coding systems, handling long contexts, and composing multi-step queries beyond traditional text-to-SQL. We evaluate 22 proprietary and open-source models under Chain-of-Thought self-refinement and use rubric-based SQL analysis with execution checks that prioritize critical clinical requirements. Despite recent advances, performance remains far from clinical reliability: on the test set, GPT-5-mini attains 74.7% execution score, DeepSeek-R1 leads open-source at 69.2% and Gemini-2.5-Pro drops from 85.5%…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning in Healthcare · Electronic Health Records Systems · Genomics and Rare Diseases
