Biomedical Hypothesis Explainability with Graph-Based Context Retrieval
Ilya Tyagin, Saeideh Valipour, Aliaksandra Sikirzhytskaya, Michael Shtutman, Ilya Safro
TL;DR
The paper presents HGCR, a graph-based retrieval framework for explainable biomedical hypothesis generation that builds a temporal co-occurrence network from MEDLINE using UMLS CUIs, samples and ranks semantic paths between concepts, and couples these paths with LLM-generated explanations. A novel feedback loop using AGATHA and SemRep validates and refines the explanations by iteratively updating evidence contexts to reduce unsupported claims. The approach is evaluated on a temporal benchmark with expert-case studies and automated metrics, showing improved explainability alignment with future literature and reduced error rates when the feedback loop is active. The work highlights the value of integrating structured knowledge graphs with retrieval-augmented generation for trustworthy, interpretable biomedical hypothesis discovery, and provides a publicly available implementation.
Abstract
We introduce an explainability method for biomedical hypothesis generation systems, built on top of the novel Hypothesis Generation Context Retriever framework. Our approach combines semantic graph-based retrieval and relevant data-restrictive training to simulate real-world discovery constraints. Integrated with large language models (LLMs) via retrieval-augmented generation, the system explains hypotheses with contextual evidence using published scientific literature. We also propose a novel feedback loop approach, which iteratively identifies and corrects flawed parts of LLM-generated explanations, refining both the evidence paths and supporting context. We demonstrate the performance of our method with multiple large language models and evaluate the explanation and context retrieval quality through both expert-curated assessment and large-scale automated analysis. Our code is available at: https://github.com/IlyaTyagin/HGCR.
