paper-with-me

Papers

FD-NL2SQL: Feedback-Driven Clinical NL2SQL that Improves with Use

2026-04-17 · Suparno Roy Chowdhury, Tejas Anvekar, Manan Roy Choudhury, Muhammad Ali Khan, Kaneez Zahra Rubab Khakwani, Mohamad Bassam Sonbol, Irbaz Bin Riaz, Vivek Gupta arxiv

Clinicians exploring oncology trial repositories often need ad-hoc, multi-constraint queries over biomarkers, endpoints, interventions, and time, yet writing SQL requires schema expertise. We demo FD-NL2SQL, a feedback-driven clinical NL2SQL assistant for SQLite-based oncology databases. Given a natural-language question, a schema-aware LLM decomposes it into predicate-level sub-questions, retrieves semantically similar expert-verified NL2SQL exemplars via sentence embeddings, and synthesizes executable SQL conditioned on the decomposition, retrieved exemplars, and schema, with post-processing validity checks. To improve with use, FD-NL2SQL incorporates two update signals: (i) clinician edits of generated SQL are approved and added to the exemplar bank; and (ii) lightweight logic-based SQL augmentation applies a single atomic mutation (e.g., operator or column change), retaining variants only if they return non-empty results. A second LLM generates the corresponding natural-language question and predicate decomposition for accepted variants, automatically expanding the exemplar bank without additional annotation. The demo interface exposes decomposition, retrieval, synthesis, and execution results to support interactive refinement and continuous improvement.

📄 PDF Abstract BibTeX arXiv:2604.15646

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ClinicalReTrial: Clinical Trial Redesign with Self-Evolving Agents

2026-01-01 · Sixue Xing, Kerui Wu, Xuanye Xia, Meng Jiang 외 arxiv

Clinical trials constitute a critical yet exceptionally challenging and costly stage of drug development (\$2.6B per drug), where protocols are encoded as complex natural language documents, motivating the use of AI syst…

AI Standardized Patient Improves Human Conversations in Advanced Cancer Care

2025-05-05 · Kurtis Haut, Masum Hasan, Thomas Carroll, Ronald Epstein 외

Serious illness communication (SIC) in end-of-life care faces challenges such as emotional stress, cultural barriers, and balancing hope with honesty. Despite its importance, one of the few available ways for clinicians …

SmartAlert: Implementing Machine Learning-Driven Clinical Decision Support for Inpatient Lab Utilization Reduction

2025-12-04 · April S. Liang, Fatemeh Amrollahi, Yixing Jiang, Conor K. Corbin 외 arxiv

Repetitive laboratory testing unlikely to yield clinically useful information is a common practice that burdens patients and increases healthcare costs. Education and feedback interventions have limited success, while ge…

Aligning Synthetic Medical Images with Clinical Knowledge using Human Feedback

2023-06-16 · NeurIPS 2023 11

Generative models capable of capturing nuanced clinical features in medical images hold great promise for facilitating clinical data sharing, enhancing rare disease datasets, and efficiently synthesizing annotated medica…

Clinical Knowledge

SEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical Reasoning

2026-05-16 · Yongfeng Huang, Ruiying Chen, James Cheng arxiv

Retrieval-Augmented Generation (RAG) is widely employed to mitigate risks such as hallucinations and knowledge obsolescence in medical question answering, yet its predominantly single-round, static retrieval paradigm mis…

Question AnsweringAnswer Selection