Uncertainty-Aware Text-to-Program for Question Answering on Structured Electronic Health Records
Daeyoung Kim, Seongsu Bae, Seungho Kim, Edward Choi

TL;DR
This paper introduces a program-based approach for EHR question answering that handles complex queries and incorporates uncertainty measurement, showing competitive performance without relying on gold programs.
Contribution
It proposes the first program-based model for EHR-QA, enabling future multi-modal and complex inference capabilities, and applies uncertainty decomposition to assess question ambiguity.
Findings
The model achieves 0.9% higher performance than previous state-of-the-art.
Uncertainty decomposition effectively measures input question ambiguity.
Data uncertainty correlates strongly with question ambiguity.
Abstract
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 queries into query language such as SQL or SPARQL (NLQ2Query), so the problem scope is limited to pre-defined data types by the specific query language. In order to expand the EHR-QA task beyond this limitation to handle multi-modal medical data and solve complex inference in the future, more primitive systemic language is needed. In this paper, we design the program-based model (NLQ2Program) for EHR-QA as the first step towards the future direction. We tackle MIMICSPARQL*, the graph-based EHR-QA dataset, via a program-based approach in a semi-supervised manner in order to overcome the absence of gold programs. Without the gold program, our proposed model shows…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Electronic Health Records Systems
