paper-with-me

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 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. In this paper, we use a publicly available KG called Hetionet which is an integrative network of biomedical knowledge assembled from 29 different databases of genes, compounds, diseases, and more. We have enriched this KG dataset by creating a multi-hop biomedical question-answering dataset in natural language for testing the biomedical multi-hop question-answering system and this dataset will be made available to the research community. The major contribution of this research is an integrated system that combines language models with KG embeddings to give highly relevant answers to free-form questions asked by biologists in an intuitive interface. Biomedical multi-hop question-answering system is tested on this data and results are highly encouraging.

📄 PDF Abstract BibTeX arXiv:2211.05351

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph EmbeddingsKnowledge GraphsMulti-hop Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

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

Condition-Gated Reasoning for Context-Dependent Biomedical Question Answering

2026-02-20 · Jash Rajesh Parekh, Wonbin Kweon, Joey Chan, Rezarta Islamaj 외 arxiv

Current biomedical question answering (QA) systems often assume that medical knowledge applies uniformly, yet real-world clinical reasoning is inherently conditional: nearly every decision depends on patient-specific fac…

Question AnsweringKnowledge Graphs

Contextual embedding and model weighting by fusing domain knowledge on Biomedical Question Answering

2022-06-26 · Yuxuan Lu, Jingya Yan, Zhixuan Qi, Zhongzheng Ge 외

Biomedical Question Answering aims to obtain an answer to the given question from the biomedical domain. Due to its high requirement of biomedical domain knowledge, it is difficult for the model to learn domain knowledge…

Cloze TestMachine Reading ComprehensionQuestion AnsweringUnsupervised Pre-training

Emerging Challenges in Personalized Medicine: Assessing Demographic Effects on Biomedical Question Answering Systems

2023-10-16 · Sagi Shaier, Kevin Bennett, Lawrence Hunter, Katharina von der Wense

State-of-the-art question answering (QA) models exhibit a variety of social biases (e.g., with respect to sex or race), generally explained by similar issues in their training data. However, what has been overlooked so f…

FairnessQuestion Answering

QA-GNN: Reasoning with Language Models and Knowledge Graphs for Question Answering

2021-04-13 · NAACL 2021 4 · Michihiro Yasunaga, Hongyu Ren, Antoine Bosselut, Percy Liang 외

The problem of answering questions using knowledge from pre-trained language models (LMs) and knowledge graphs (KGs) presents two challenges: given a QA context (question and answer choice), methods need to (i) identify …

Common Sense ReasoningGraph Representation LearningKnowledge GraphsLanguage Modelling+5