A Retrieval-Augmented Knowledge Mining Method with Deep Thinking LLMs for Biomedical Research and Clinical Support
Yichun Feng, Jiawei Wang, Ruikun He, Lu Zhou, Yixue Li
TL;DR
The paper introduces BioStrataKG, a dual-layer biomedical knowledge graph, and BioCDQA, a cross-document QA dataset, to support deep, multi-hop reasoning across vast biomedical literature. It then presents IP-RAR, a retrieval-augmented reasoning framework that combines pre-retrieval reasoning, multi-level/multi-granularity retrieval, and progressive generation with self-reflection and deep thinking to produce precise, contextually grounded answers. Empirical results show IP-RAR substantially improves retrieval F1 and answer accuracy across BioCDQA, BioASQ, and MASH-QA benchmarks, with ablation analyses confirming the necessity of each component. The framework aims to aid clinicians in synthesizing evidence for personalized treatment and to accelerate biomedical research by enabling systematic analysis of advancements and gaps, while outlining future work in multimodal integration and agent-based interactions.
Abstract
Knowledge graphs and large language models (LLMs) are key tools for biomedical knowledge integration and reasoning, facilitating structured organization of scientific articles and discovery of complex semantic relationships. However, current methods face challenges: knowledge graph construction is limited by complex terminology, data heterogeneity, and rapid knowledge evolution, while LLMs show limitations in retrieval and reasoning, making it difficult to uncover cross-document associations and reasoning pathways. To address these issues, we propose a pipeline that uses LLMs to construct a biomedical knowledge graph (BioStrataKG) from large-scale articles and builds a cross-document question-answering dataset (BioCDQA) to evaluate latent knowledge retrieval and multi-hop reasoning. We then introduce Integrated and Progressive Retrieval-Augmented Reasoning (IP-RAR) to enhance retrieval accuracy and knowledge reasoning. IP-RAR maximizes information recall through Integrated Reasoning-based Retrieval and refines knowledge via Progressive Reasoning-based Generation, using self-reflection to achieve deep thinking and precise contextual understanding. Experiments show that IP-RAR improves document retrieval F1 score by 20\% and answer generation accuracy by 25\% over existing methods. This framework helps doctors efficiently integrate treatment evidence for personalized medication plans and enables researchers to analyze advancements and research gaps, accelerating scientific discovery and decision-making.
