paper-with-me

홈 › Papers

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 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 comparable performance to the previous state-of-the-art model, which is an NLQ2Query model (0.9% gain). In addition, for a reliable EHR-QA model, we apply the uncertainty decomposition method to measure the ambiguity in the input question. We empirically confirmed data uncertainty is most indicative of the ambiguity in the input question.

📄 PDF Abstract BibTeX arXiv:2203.06918

Code (1)

cyc1am3n/text2program-for-ehr 공식 구현 pytorch

Tasks

Natural Language QueriesQuestion Answering

Similar Papers 제목 키워드 기반

Semantic Parsing to Probabilistic Programs for Situated Question Answering

2016-06-22 · EMNLP 2016 11 · Jayant Krishnamurthy, Oyvind Tafjord, Aniruddha Kembhavi

Situated question answering is the problem of answering questions about an environment such as an image or diagram. This problem requires jointly interpreting a question and an environment using background knowledge to s…

Question AnsweringSemantic Parsing

BELIEF: Structured Evidence Modeling and Uncertainty-Aware Fusion for Biomedical Question Answering

2026-05-17 · Chang Zong, Hao Ning, Siliang Tang, Jie Huang 외 arxiv

Biomedical question answering often requires decisions from retrieved literature whose relevance, quality, and support for candidate answers are uneven. Most retrieval-augmented large language model (LLM) methods feed th…

Question Answering

Answering from Sure to Uncertain: Uncertainty-Aware Curriculum Learning for Video Question Answering

2024-01-03 · Haopeng Li, Qiuhong Ke, Mingming Gong, Tom Drummond

While significant advancements have been made in video question answering (VideoQA), the potential benefits of enhancing model generalization through tailored difficulty scheduling have been largely overlooked in existin…

Question AnsweringSchedulingVideo Question Answering

Uncertainty-aware Language Modeling for Selective Question Answering

2023-11-26 · Qi Yang, Shreya Ravikumar, Fynn Schmitt-Ulms, Satvik Lolla 외

We present an automatic large language model (LLM) conversion approach that produces uncertainty-aware LLMs capable of estimating uncertainty with every prediction. Our approach is model- and data-agnostic, is computatio…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+1

Uncertainty-Aware Dynamic Knowledge Graphs for Reliable Question Answering

2025-12-26 · Yu Takahashi, Shun Takeuchi, Kexuan Xin, Guillaume Pelat 외 arxiv

Question answering (QA) systems are increasingly deployed across domains. However, their reliability is undermined when retrieved evidence is incomplete, noisy, or uncertain. Existing knowledge graph (KG) based QA framew…

Mortality PredictionQuestion AnsweringKnowledge Graphs