paper-with-me

홈 › Papers

Towards Unbiased Evaluation of Detecting Unanswerable Questions in EHRSQL

2024-04-29 · Yongjin Yang, Sihyeon Kim, Sangmook Kim, Gyubok Lee, Se-Young Yun, Edward Choi

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 as a promising benchmark because it is the only dataset that incorporates unanswerable questions in the EHR QA system alongside practical questions. However, in this work, we identify a data bias in these unanswerable questions; they can often be discerned simply by filtering with specific N-gram patterns. Such biases jeopardize the authenticity and reliability of QA system evaluations. To tackle this problem, we propose a simple debiasing method of adjusting the split between the validation and test sets to neutralize the undue influence of N-gram filtering. By experimenting on the MIMIC-III dataset, we demonstrate both the existing data bias in EHRSQL and the effectiveness of our data split strategy in mitigating this bias.

📄 PDF Abstract BibTeX arXiv:2405.01588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KU-DMIS at EHRSQL 2024:Generating SQL query via question templatization in EHR

2024-05-22 · Hajung Kim, Chanhwi Kim, Hoonick Lee, Kyochul Jang 외

Transforming natural language questions into SQL queries is crucial for precise data retrieval from electronic health record (EHR) databases. A significant challenge in this process is detecting and rejecting unanswerabl…

Language ModelingLanguage ModellingLarge Language ModelText to SQL+1

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

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

ProbGate at EHRSQL 2024: Enhancing SQL Query Generation Accuracy through Probabilistic Threshold Filtering and Error Handling

2024-04-25 · Sangryul Kim, Donghee Han, Sehyun Kim

Recently, deep learning-based language models have significantly enhanced text-to-SQL tasks, with promising applications in retrieving patient records within the medical domain. One notable challenge in such applications…

Text to SQLText-To-SQL

Benchmarking Visual LLMs Resilience to Unanswerable Questions on Visually Rich Documents

2025-11-14 · Davide Napolitano, Luca Cagliero, Fabrizio Battiloro arxiv

The evolution of Visual Large Language Models (VLLMs) has revolutionized the automatic understanding of Visually Rich Documents (VRDs), which contain both textual and visual elements. Although VLLMs excel in Visual Quest…

Visual Question Answering