Relations (1)

related 2.32 — strongly supporting 4 facts

MedRAG is a retrieval-augmented generation model that specifically utilizes a knowledge graph to retrieve validated medical information for LLM grounding, as described in [1], [2], [3], and [4].

Facts (4)

Sources
Medical Hallucination in Foundation Models and Their ... medrxiv.org medRxiv 2 facts
referenceMedRAG (Xiong et al., 2024a) is a retrieval-augmented generation model designed for the medical domain that utilizes a knowledge graph to enhance reasoning capabilities.
procedureTo ground Large Language Model responses in validated medical information, the authors used MedRAG to retrieve relevant medical knowledge from a knowledge graph for each Med-HALT question and concatenated this knowledge with the original question as input to the Large Language Model.
Medical Hallucination in Foundation Models and Their Impact on ... medrxiv.org medRxiv 2 facts
claimThe authors of the study adapted the publicly available MedRAG code and its associated knowledge graph to enable Large Language Models to generate responses grounded in external, validated medical information.
procedureThe 'RAG' (Retrieval-Augmented Generation) evaluation method employs MedRAG [224], a model designed for the medical domain that utilizes a knowledge graph to retrieve relevant medical knowledge and concatenate it with the original question before inputting it to the LLM.