paper-with-me

홈 › Papers

Question Answering for Complex Electronic Health Records Database using Unified Encoder-Decoder Architecture

2021-11-14 · Seongsu Bae, Daeyoung Kim, Jiho Kim, Edward Choi

An intelligent machine that can answer human questions based on electronic health records (EHR-QA) has a great practical value, such as supporting clinical decisions, managing hospital administration, and medical chatbots. Previous table-based QA studies focusing on translating natural questions into table queries (NLQ2SQL), however, suffer from the unique nature of EHR data due to complex and specialized medical terminology, hence increased decoding difficulty. In this paper, we design UniQA, a unified encoder-decoder architecture for EHR-QA where natural language questions are converted to queries such as SQL or SPARQL. We also propose input masking (IM), a simple and effective method to cope with complex medical terms and various typos and better learn the SQL/SPARQL syntax. Combining the unified architecture with an effective auxiliary training objective, UniQA demonstrated a significant performance improvement against the previous state-of-the-art model for MIMICSQL* (14.2% gain), the most complex NLQ2SQL dataset in the EHR domain, and its typo-ridden versions (approximately 28.8% gain). In addition, we confirmed consistent results for the graph-based EHR-QA dataset, MIMICSPARQL*.

📄 PDF Abstract BibTeX arXiv:2111.14703

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderNatural QuestionsQuestion Answering

Similar Papers 제목 키워드 기반

Annotating Electronic Medical Records for Question Answering

2018-05-17 · Preethi Raghavan, Siddharth Patwardhan, Jennifer J. Liang, Murthy V. Devarakonda

Our research is in the relatively unexplored area of question answering technologies for patient-specific questions over their electronic health records. A large dataset of human expert curated question and answer pairs …

Question Answering

Retrieval augmented text-to-SQL generation for epidemiological question answering using electronic health records

2024-03-14 · Angelo Ziletti, Leonardo D'Ambrosi

Electronic health records (EHR) and claims data are rich sources of real-world data that reflect patient health status and healthcare utilization. Querying these databases to answer epidemiological questions is challengi…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+2

DrugEHRQA: A Question Answering Dataset on Structured and Unstructured Electronic Health Records For Medicine Related Queries

2021-11-16 · ACL ARR November 2021 11 · Anonymous

This paper develops the first question answering dataset (DrugEHRQA) containing question-answer pairs from both structured tables and unstructured notes from a publicly available Electronic Health Record (EHR). EHRs cont…

Question AnsweringText to SQLText-To-SQL

Uncertainty-Aware Text-to-Program for Question Answering on Structured Electronic Health Records

2022-03-14 · Daeyoung Kim, Seongsu Bae, Seungho Kim, Edward Choi

Question Answering on Electronic Health Records (EHR-QA) has a significant impact on the healthcare domain, and it is being actively studied. Previous research on structured EHR-QA focuses on converting natural language …

Natural Language QueriesQuestion Answering

DrugEHRQA: A Question Answering Dataset on Structured and Unstructured Electronic Health Records For Medicine Related Queries

2022-05-03 · LREC 2022 6 · Jayetri Bardhan, Anthony Colas, Kirk Roberts, Daisy Zhe Wang

This paper develops the first question answering dataset (DrugEHRQA) containing question-answer pairs from both structured tables and unstructured notes from a publicly available Electronic Health Record (EHR). EHRs cont…

Question AnsweringText to SQLText-To-SQL