paper-with-me

Papers

Towards Efficient Methods in Medical Question Answering using Knowledge Graph Embeddings

2024-01-15 · Saptarshi Sengupta, Connor Heaton, Suhan Cui, Soumalya Sarkar, Prasenjit Mitra

In Natural Language Processing (NLP), Machine Reading Comprehension (MRC) is the task of answering a question based on a given context. To handle questions in the medical domain, modern language models such as BioBERT, SciBERT and even ChatGPT are trained on vast amounts of in-domain medical corpora. However, in-domain pre-training is expensive in terms of time and resources. In this paper, we propose a resource-efficient approach for injecting domain knowledge into a model without relying on such domain-specific pre-training. Knowledge graphs are powerful resources for accessing medical information. Building on existing work, we introduce a method using Multi-Layer Perceptrons (MLPs) for aligning and integrating embeddings extracted from medical knowledge graphs with the embedding spaces of pre-trained language models (LMs). The aligned embeddings are fused with open-domain LMs BERT and RoBERTa that are fine-tuned for two MRC tasks, span detection (COVID-QA) and multiple-choice questions (PubMedQA). We compare our method to prior techniques that rely on a vocabulary overlap for embedding alignment and show how our method circumvents this requirement to deliver better performance. On both datasets, our method allows BERT/RoBERTa to either perform on par (occasionally exceeding) with stronger domain-specific models or show improvements in general over prior techniques. With the proposed approach, we signal an alternative method to in-domain pre-training to achieve domain proficiency. Our code is available here.

📄 PDF Abstract BibTeX arXiv:2401.07977

Code (1)

saptarshi059/cdqa-project 공식 구현 pytorch

Tasks

Knowledge Graph EmbeddingsKnowledge GraphsMachine Reading ComprehensionMedical Question AnsweringMultiple-choiceQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Biomedical Multi-hop Question Answering Using Knowledge Graph Embeddings and Language Models

2022-11-10 · Dattaraj J. Rao, Shraddha S. Mane, Mukta A. Paliwal

Biomedical knowledge graphs (KG) are heterogenous networks consisting of biological entities as nodes and relations between them as edges. These entities and relations are extracted from millions of research papers and u…

Knowledge Graph EmbeddingsKnowledge GraphsMulti-hop Question AnsweringQuestion Answering

LingYi: Medical Conversational Question Answering System based on Multi-modal Knowledge Graphs

2022-04-20 · Fei Xia, Bin Li, Yixuan Weng, Shizhu He 외

The medical conversational system can relieve the burden of doctors and improve the efficiency of healthcare, especially during the pandemic. This paper presents a medical conversational question answering (CQA) system b…

Conversational Question AnsweringDialogue GenerationEntity DisambiguationKnowledge Graphs+3

MEG: Medical Knowledge-Augmented Large Language Models for Question Answering

2024-11-06 · Laura Cabello, Carmen Martin-Turrero, Uchenna Akujuobi, Anders Søgaard 외

Question answering is a natural language understanding task that involves reasoning over both explicit context and unstated, relevant domain knowledge. Large language models (LLMs), which underpin most contemporary quest…

Knowledge Graph EmbeddingsMultiple-choiceNatural Language UnderstandingQuestion Answering

Interpretable Medical Image Visual Question Answering via Multi-Modal Relationship Graph Learning

2023-02-19 · Xinyue Hu, Lin Gu, Kazuma Kobayashi, Qiyuan An 외

Medical visual question answering (VQA) aims to answer clinically relevant questions regarding input medical images. This technique has the potential to improve the efficiency of medical professionals while relieving the…

Graph LearningMedical Visual Question AnsweringQuestion AnsweringVisual Question Answering+1

Biomedical Question Answering via Multi-Level Summarization on a Local Knowledge Graph

2025-04-02 · Lingxiao Guan, Yuanhao Huang, Jie Liu

In Question Answering (QA), Retrieval Augmented Generation (RAG) has revolutionized performance in various domains. However, how to effectively capture multi-document relationships, particularly critical for biomedical t…

Language ModelingLanguage ModellingQuestion AnsweringRAG+3