PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
December 9, 2025BioMedInformatics7 citationsOpen Access

Combining LLMs and Knowledge Graphs to Reduce Hallucinations in Biomedical Question Answering

View Full Paper
LPLarissa PuschZuse Institute BerlinTCTim ConradZuse Institute Berlin

Key Points

  • This research aims to improve the accuracy of biomedical question-answering systems by reducing hallucinations in language models.
  • Hybrid approach combining LLMs with Knowledge Graphs
  • Implemented using LangChain framework
  • Utilized a query-checking algorithm
  • Evaluated several LLMs on a custom dataset of biomedical questions
  • Developed a web-based interface for user queries
  • GPT-4 Turbo achieved 90% query accuracy
  • Outperformed most evaluated models
  • Few-shot prompting improved performance for Llama 3:70b
  • Hybrid approach enhances reliability and accessibility

Abstract

Advancements in natural language processing (NLP), particularly Large Language Models (LLMs), have greatly improved how we access knowledge. However, in critical domains like biomedicine, challenges like hallucinations—where language models generate information not grounded in data—can lead to dangerous misinformation. This paper presents a hybrid approach that combines LLMs with Knowledge Graphs (KGs) to improve the accuracy and reliability of question-answering systems in the biomedical field. Our method, implemented using the LangChain framework, includes a query-checking algorithm that checks and, where possible, corrects LLM-generated Cypher queries, which are then executed on the Knowledge Graph, grounding answers in the KG and reducing hallucinations in the evaluated cases. We evaluated several LLMs, including several GPT models and Llama 3.3:70b, on a custom benchmark dataset of 50 biomedical questions. GPT-4 Turbo achieved 90% query accuracy, outperforming most other models. We also evaluated prompt engineering, but found little statistically significant improvement compared to the standard prompt, except for Llama 3:70b, which improved with few-shot prompting. To enhance usability, we developed a web-based interface that allows users to input natural language queries, view generated and corrected Cypher queries, and inspect results for accuracy. This framework improves reliability and accessibility by accepting natural language questions and returning verifiable answers directly from the knowledge graph, enabling inspection and reproducibility. The source code for generating the results of this paper and for the user-interface can be found in our Git repository: https://git.zib.de/lpusch/cyphergenkg-gui, accessed on 1 November 2025.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Pusch et al. (2025) studied this question.

synapsesocial.com/papers/69401d682d562116f28f9167https://doi.org/10.3390/biomedinformatics5040070
Ask AI
Helpful
Bookmark
Share
View Full Paper