paper-with-me

홈 › Papers

Attention-based Aspect Reasoning for Knowledge Base Question Answering on Clinical Notes

2021-08-01 · Ping Wang, Tian Shi, Khushbu Agarwal, Sutanay Choudhury, Chandan K. Reddy

Question Answering (QA) in clinical notes has gained a lot of attention in the past few years. Existing machine reading comprehension approaches in clinical domain can only handle questions about a single block of clinical texts and fail to retrieve information about multiple patients and their clinical notes. To handle more complex questions, we aim at creating knowledge base from clinical notes to link different patients and clinical notes, and performing knowledge base question answering (KBQA). Based on the expert annotations available in the n2c2 dataset, we first created the ClinicalKBQA dataset that includes around 9K QA pairs and covers questions about seven medical topics using more than 300 question templates. Then, we investigated an attention-based aspect reasoning (AAR) method for KBQA and analyzed the impact of different aspects of answers (e.g., entity, type, path, and context) for prediction. The AAR method achieves better performance due to the well-designed encoder and attention mechanism. From our experiments, we find that both aspects, type and path, enable the model to identify answers satisfying the general conditions and produce lower precision and higher recall. On the other hand, the aspects, entity and context, limit the answers by node-specific information and lead to higher precision and lower recall.

📄 PDF Abstract BibTeX arXiv:2108.00513

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Harnessing Large Language Models for Knowledge Graph Question Answering via Adaptive Multi-Aspect Retrieval-Augmentation

2024-12-24 · Derong Xu, Xinhang Li, Ziheng Zhang, Zhenxi Lin 외

Large Language Models (LLMs) demonstrate remarkable capabilities, yet struggle with hallucination and outdated knowledge when tasked with complex knowledge reasoning, resulting in factually incorrect outputs. Previous st…

Graph Question AnsweringHallucinationKnowledge GraphsLogical Reasoning+1

UFO: Unified Fact Obtaining for Commonsense Question Answering

2023-05-25 · Zhifeng Li, Yifan Fan, Bowei Zou, Yu Hong

Leveraging external knowledge to enhance the reasoning ability is crucial for commonsense question answering. However, the existing knowledge bases heavily rely on manual annotation which unavoidably causes deficiency in…

Fact SelectionQuestion AnsweringRetrieval

Query and Attention Augmentation for Knowledge-Based Explainable Reasoning

2022-01-01 · CVPR 2022 1 · Yifeng Zhang, Ming Jiang, Qi Zhao

Explainable visual question answering (VQA) models have been developed with neural modules and query-based knowledge incorporation to answer knowledge-requiring questions. Yet, most reasoning methods cannot effective…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Pay More Attention to Relation Exploration for Knowledge Base Question Answering

2023-05-03 · Yong Cao, Xianzhi Li, Huiwen Liu, Wen Dai 외

Knowledge base question answering (KBQA) is a challenging task that aims to retrieve correct answers from large-scale knowledge bases. Existing attempts primarily focus on entity representation and final answer reasoning…

Knowledge Base Question AnsweringQuestion AnsweringRelationRe-Ranking

JointLK: Joint Reasoning with Language Models and Knowledge Graphs for Commonsense Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Existing KG-augmented models for question answering primarily focus on designing elaborate Graph Neural Networks (GNNs) to model knowledge graphs (KGs). However, they ignore (i) the effectively fusing and reasoning over …

Knowledge GraphsQuestion Answering