paper-with-me

홈 › Papers

PromptMind Team at EHRSQL-2024: Improving Reliability of SQL Generation using Ensemble LLMs

2024-05-14 · Satya K Gundabathula, Sriram R Kolar

This paper presents our approach to the EHRSQL-2024 shared task, which aims to develop a reliable Text-to-SQL system for electronic health records. We propose two approaches that leverage large language models (LLMs) for prompting and fine-tuning to generate EHRSQL queries. In both techniques, we concentrate on bridging the gap between the real-world knowledge on which LLMs are trained and the domain specific knowledge required for the task. The paper provides the results of each approach individually, demonstrating that they achieve high execution accuracy. Additionally, we show that an ensemble approach further enhances generation reliability by reducing errors. This approach secured us 2nd place in the shared task competition. The methodologies outlined in this paper are designed to be transferable to domain-specific Text-to-SQL problems that emphasize both accuracy and reliability.

📄 PDF Abstract BibTeX arXiv:2405.08839

Code (0)

등록된 구현이 없습니다.

Tasks

Text to SQLText-To-SQLWorld Knowledge

Similar Papers 제목 키워드 기반

PromptMind Team at MEDIQA-CORR 2024: Improving Clinical Text Correction with Error Categorization and LLM Ensembles

2024-05-14 · Satya Kesav Gundabathula, Sriram R Kolar

This paper describes our approach to the MEDIQA-CORR shared task, which involves error detection and correction in clinical notes curated by medical professionals. This task involves handling three subtasks: detecting th…

In-Context LearningSentence

EHRSQL: A Practical Text-to-SQL Benchmark for Electronic Health Records

2023-01-16 · NeurIPS 2022 Datasets and Benchmarks 2022 12 · Gyubok Lee, Hyeonji Hwang, Seongsu Bae, Yeonsu Kwon 외

We present a new text-to-SQL dataset for electronic health records (EHRs). The utterances were collected from 222 hospital staff members, including physicians, nurses, and insurance review and health records teams. To co…

RetrievalText to SQLText-To-SQL

Towards Unbiased Evaluation of Detecting Unanswerable Questions in EHRSQL

2024-04-29 · Yongjin Yang, Sihyeon Kim, Sangmook Kim, Gyubok Lee 외

Incorporating unanswerable questions into EHR QA systems is crucial for testing the trustworthiness of a system, as providing non-existent responses can mislead doctors in their diagnoses. The EHRSQL dataset stands out a…

LG AI Research & KAIST at EHRSQL 2024: Self-Training Large Language Models with Pseudo-Labeled Unanswerable Questions for a Reliable Text-to-SQL System on EHRs

2024-05-18 · Yongrae Jo, Seongyun Lee, Minju Seo, Sung Ju Hwang 외

Text-to-SQL models are pivotal for making Electronic Health Records (EHRs) accessible to healthcare professionals without SQL knowledge. With the advancements in large language models, these systems have become more adep…

Decision MakingMisinformationText to SQLText-To-SQL

Overview of the EHRSQL 2024 Shared Task on Reliable Text-to-SQL Modeling on Electronic Health Records

2024-05-04 · Gyubok Lee, Sunjun Kweon, Seongsu Bae, Edward Choi

Electronic Health Records (EHRs) are relational databases that store the entire medical histories of patients within hospitals. They record numerous aspects of patients' medical care, from hospital admission and diagnosi…

Information RetrievalQuestion AnsweringText to SQLText-To-SQL