paper-with-me

홈 › Papers

Generating Explanations in Medical Question-Answering by Expectation Maximization Inference over Evidence

2023-10-02 · Wei Sun, Mingxiao Li, Damien Sileo, Jesse Davis, Marie-Francine Moens

Medical Question Answering~(medical QA) systems play an essential role in assisting healthcare workers in finding answers to their questions. However, it is not sufficient to merely provide answers by medical QA systems because users might want explanations, that is, more analytic statements in natural language that describe the elements and context that support the answer. To do so, we propose a novel approach for generating natural language explanations for answers predicted by medical QA systems. As high-quality medical explanations require additional medical knowledge, so that our system extract knowledge from medical textbooks to enhance the quality of explanations during the explanation generation process. Concretely, we designed an expectation-maximization approach that makes inferences about the evidence found in these texts, offering an efficient way to focus attention on lengthy evidence passages. Experimental results, conducted on two datasets MQAE-diag and MQAE, demonstrate the effectiveness of our framework for reasoning with textual evidence. Our approach outperforms state-of-the-art models, achieving a significant improvement of \textbf{6.86} and \textbf{9.43} percentage points on the Rouge-1 score; \textbf{8.23} and \textbf{7.82} percentage points on the Bleu-4 score on the respective datasets.

📄 PDF Abstract BibTeX arXiv:2310.01299

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation GenerationMedical Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MedExQA: Medical Question Answering Benchmark with Multiple Explanations

2024-06-10 · Yunsoo Kim, Jinge Wu, Yusuf Abdulle, Honghan Wu

This paper introduces MedExQA, a novel benchmark in medical question-answering, to evaluate large language models' (LLMs) understanding of medical knowledge through explanations. By constructing datasets across five dist…

Medical Question AnsweringQuestion Answering

Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions

2024-02-28 · Hanjie Chen, Zhouxiang Fang, Yash Singla, Mark Dredze

LLMs have demonstrated impressive performance in answering medical questions, such as achieving passing scores on medical licensing examinations. However, medical board exams or general clinical questions do not capture …

BenchmarkingMultiple-choiceQuestion Answering

QA2Explanation: Generating and Evaluating Explanations for Question Answering Systems over Knowledge Graph

2020-10-16 · EMNLP (intexsempar) 2020 11 · Saeedeh Shekarpour, Abhishek Nadgeri, Kuldeep Singh

In the era of Big Knowledge Graphs, Question Answering (QA) systems have reached a milestone in their performance and feasibility. However, their applicability, particularly in specific domains such as the biomedical dom…

FairnessKnowledge GraphsQuestion Answering

Medico 2025: Visual Question Answering for Gastrointestinal Imaging

2025-08-14 · Sushant Gautam, Vajira Thambawita, Michael Riegler, Pål Halvorsen 외 arxiv

The Medico 2025 challenge addresses Visual Question Answering (VQA) for Gastrointestinal (GI) imaging, organized as part of the MediaEval task series. The challenge focuses on developing Explainable Artificial Intelligen…

Visual Question Answering

Generating Natural Language Explanations for Visual Question Answering using Scene Graphs and Visual Attention

2019-02-15 · Shalini Ghosh, Giedrius Burachas, Arijit Ray, Avi Ziskind

In this paper, we present a novel approach for the task of eXplainable Question Answering (XQA), i.e., generating natural language (NL) explanations for the Visual Question Answering (VQA) problem. We generate NL explana…

Explanation GenerationLanguage ModelingLanguage ModellingQuestion Answering+2