Towards Efficient Methods in Medical Question Answering using Knowledge Graph Embeddings
Saptarshi Sengupta, Connor Heaton, Suhan Cui, Soumalya Sarkar,, Prasenjit Mitra

TL;DR
This paper presents a resource-efficient method to incorporate medical knowledge graphs into pre-trained language models for improved medical question answering without extensive domain-specific pre-training.
Contribution
The authors introduce a novel MLP-based embedding alignment technique that integrates medical knowledge graph embeddings with general language models, outperforming prior vocabulary overlap methods.
Findings
Improved performance on COVID-QA and PubMedQA datasets.
Achieves comparable or better results than domain-specific models.
Circumvents the need for in-domain pre-training.
Abstract
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…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Attention Dropout · Layer Normalization · Softmax · Residual Connection · Linear Layer · WordPiece · Linear Warmup With Linear Decay
