paper-with-me

홈 › Papers

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 contain patient records, stored in structured tables and unstructured clinical notes. The information in structured and unstructured EHRs is not strictly disjoint: information may be duplicated, contradictory, or provide additional context between these sources. Our dataset has medication-related queries, containing over 70,000 question-answer pairs. To provide a baseline model and help analyze the dataset, we have used a simple model (MultimodalEHRQA) which uses the predictions of a modality selection network to choose between EHR tables and clinical notes to answer the questions. This is used to direct the questions to the table-based or text-based state-of-the-art QA model. In order to address the problem arising from complex, nested queries, this is the first time Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers (RAT-SQL) has been used to test the structure of query templates in EHR data. Our goal is to provide a benchmark dataset for multi-modal QA systems, and to open up new avenues of research in improving question answering over EHR structured data by using context from unstructured clinical data.

📄 PDF Abstract BibTeX arXiv:2205.01290

Code (1)

jayetri/DrugEHRQA-A-Question-Answering-Dataset-on-Structured-and-Unstructured-Electronic-Health-Records 공식 구현

Tasks

Question AnsweringText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

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

Multi-Hop Open-Domain Question Answering over Structured and Unstructured Knowledge

2022-07-01 · Findings (NAACL) 2022 7 · Yue Feng, Zhen Han, Mingming Sun, Ping Li

Open-domain question answering systems need to answer question of our interests with structured and unstructured information. However, existing approaches only select one source to generate answer or only conduct reasoni…

DecoderOpen-Domain Question AnsweringQuestion Answering

Knowledge Base Completion using Web-Based Question Answering and Multimodal Fusion

2022-11-14 · Yang Peng, Daisy Zhe Wang

Over the past few years, large knowledge bases have been constructed to store massive amounts of knowledge. However, these knowledge bases are highly incomplete. To solve this problem, we propose a web-based question ans…

Knowledge Base CompletionQuestion Answering

Question Answering on Knowledge Bases and Text using Universal Schema and Memory Networks

2017-04-27 · ACL 2017 7 · Rajarshi Das, Manzil Zaheer, Siva Reddy, Andrew McCallum

Existing question answering methods infer answers either from a knowledge base or from raw text. While knowledge base (KB) methods are good at answering compositional questions, their performance is often affected by the…

Question Answering

Question Answering on Linked Data: Challenges and Future Directions

2016-02-16 · Shekarpour Saeedeh, Lukovnikov Denis, Kumar Ashwini Jaya, Endris Kemele 외

Question Answering (QA) systems are becoming the inspiring model for the future of search engines. While recently, underlying datasets for QA systems have been promoted from unstructured datasets to structured datasets w…

Question Answering