Biomedical Multi-hop Question Answering Using Knowledge Graph Embeddings and Language Models
Dattaraj J. Rao, Shraddha S. Mane, Mukta A. Paliwal

TL;DR
This paper presents a system that combines language models and knowledge graph embeddings to improve multi-hop question answering in biomedicine, enabling more accurate and intuitive retrieval of complex biological information.
Contribution
It introduces an integrated approach using language models and KG embeddings for biomedical multi-hop question answering, along with a new dataset for testing.
Findings
System achieves high relevance in answers
Enriched KG improves question understanding
New dataset supports future research
Abstract
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 unified in a single resource. The goal of biomedical multi-hop question-answering over knowledge graph (KGQA) is to help biologist and scientist to get valuable insights by asking questions in natural language. Relevant answers can be found by first understanding the question and then querying the KG for right set of nodes and relationships to arrive at an answer. To model the question, language models such as RoBERTa and BioBERT are used to understand context from natural language question. One of the challenges in KGQA is missing links in the KG. Knowledge graph embeddings (KGE) help to overcome this problem by encoding nodes and edges in a dense and more efficient way.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Biomedical Text Mining and Ontologies
MethodsMulti-Head Attention · Attention Is All You Need · Adam · Layer Normalization · Residual Connection · Dropout · WordPiece · Attention Dropout · Dense Connections · Linear Layer
