2022
DOI: 10.1002/int.22955
|View full text |Cite
|
Sign up to set email alerts
|

A medical question answering system using large language models and knowledge graphs

Abstract: Question answering systems have become prominent in all areas, while in the medical domain it has been challenging because of the abundant domain knowledge. Retrieval based approach has become promising as large pretrained language models come forth. This study focuses on building a retrieval-based medical question answering system, tackling the challenge with large language models and knowledge extensions via graphs. We first retrieve an extensive but coarse set of answers via Elasticsearch efficiently. Then,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
20
0

Year Published

2022
2022
2025
2025

Publication Types

Select...
5
2
1
1

Relationship

0
9

Authors

Journals

citations
Cited by 30 publications
(20 citation statements)
references
References 28 publications
0
20
0
Order By: Relevance
“…Furthermore, there has been some research investigating LLM's ability to answer and reason with medical text data. Several recent studies [Liévin et al, 2022, Guo et al, 2022 showed promising results on LLMs ability to answer medical exam questions. Others [Moradi et al, 2021, Gutiérrez et al, 2022 have shown that context-specific LLMs such as BioBert are able to outperform GPT-3 in medical domain NLP tasks.…”
Section: Discussionmentioning
confidence: 99%
“…Furthermore, there has been some research investigating LLM's ability to answer and reason with medical text data. Several recent studies [Liévin et al, 2022, Guo et al, 2022 showed promising results on LLMs ability to answer medical exam questions. Others [Moradi et al, 2021, Gutiérrez et al, 2022 have shown that context-specific LLMs such as BioBert are able to outperform GPT-3 in medical domain NLP tasks.…”
Section: Discussionmentioning
confidence: 99%
“…In biomedical applications, some approaches utilize semantic similarity search via embedding vectors. Recent approaches include embedding search followed by neighborhood retrieval, filtering the associations by query similarity for LLM summarization [20], neighborhood filtering based on a query classification [21], additionally considering document collections [22], rewriting neighborhood descriptions in text [23], decomposing queries into logical constructs [24], fine-tuning model weights with additional KGsourced training data [25], and developing specialized graph neural networks for improved reasoning [26].…”
Section: Related Workmentioning
confidence: 99%
“…65 Such augmented models can be further enhanced by using knowledge graphs (KGs) as input data: structured repositories of factual knowledge that efficiently capture complex contextual relationships between real-world facts and concepts. 66,67 These KGs can gather useful contextual information beyond isolated facts through relationships, perform more sophisticated semantic searches, provide explicit structured knowledge representation to improve accuracy, scale knowledge efficiently by expanding the graph versus the model and facilitate explainability by tracing facts back to their origins in the graph. However, they may be limited by being incomplete and not up to date with the latest medical knowledge.…”
Section: Future Refinements Of Llmmentioning
confidence: 99%
“…Retrieval‐augmented generation (RAG) enhances LLM by using a pretrained retriever model to retrieve supplementary text from large external databases, including recent data, and seamlessly integrating this information into the model to generate more accurate, contextualised responses 65 . Such augmented models can be further enhanced by using knowledge graphs (KGs) as input data: structured repositories of factual knowledge that efficiently capture complex contextual relationships between real‐world facts and concepts 66,67 . These KGs can gather useful contextual information beyond isolated facts through relationships, perform more sophisticated semantic searches, provide explicit structured knowledge representation to improve accuracy, scale knowledge efficiently by expanding the graph versus the model and facilitate explainability by tracing facts back to their origins in the graph.…”
Section: Current State Of Playmentioning
confidence: 99%