paper-with-me

Papers

A Retrieval-Augmented Knowledge Mining Method with Deep Thinking LLMs for Biomedical Research and Clinical Support

2025-03-29 · Yichun Feng, Jiawei Wang, Ruikun He, Lu Zhou, Yixue Li

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.

📄 PDF Abstract BibTeX arXiv:2503.23029

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationArticlesgraph constructionKnowledge GraphsQuestion AnsweringRetrievalscientific discovery

Similar Papers 제목 키워드 기반

DeepRAG: Thinking to Retrieval Step by Step for Large Language Models

2025-02-03 · Xinyan Guan, Jiali Zeng, Fandong Meng, Chunlei Xin 외

Large Language Models (LLMs) have shown remarkable potential in reasoning while they still suffer from severe factual hallucinations due to timeliness, accuracy, and coverage of parametric knowledge. Meanwhile, integrati…

RAGRetrievalRetrieval-augmented Generation

Personalizing Student-Agent Interactions Using Log-Contextualized Retrieval Augmented Generation (RAG)

2025-05-22 · Clayton Cohn, Surya Rayala, Caitlin Snyder, Joyce Fonteles 외

Collaborative dialogue offers rich insights into students' learning and critical thinking. This is essential for adapting pedagogical agents to students' learning and problem-solving skills in STEM+C settings. While larg…

Decision MakingRAGRetrievalRetrieval-augmented Generation

RbFT: Robust Fine-tuning for Retrieval-Augmented Generation against Retrieval Defects

2025-01-30 · Yiteng Tu, Weihang Su, Yujia Zhou, Yiqun Liu 외

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by integrating external knowledge retrieved from a knowledge base. However, its effectiveness is fundamentally constrained by the reliability of …

counterfactualRAGRetrievalRetrieval-augmented Generation

Retrieving, Rethinking and Revising: The Chain-of-Verification Can Improve Retrieval Augmented Generation

2024-10-08 · Bolei He, Nuo Chen, Xinran He, Lingyong Yan 외

Recent Retrieval Augmented Generation (RAG) aims to enhance Large Language Models (LLMs) by incorporating extensive knowledge retrieved from external sources. However, such approach encounters some challenges: Firstly, t…

Language ModelingLanguage ModellingRAGRetrieval+1

When Retrieval Succeeds and Fails: Rethinking Retrieval-Augmented Generation for LLMs

2025-10-10 · Yongjie Wang, Yue Yu, Kaisong Song, Jun Lin 외 arxiv

Large Language Models (LLMs) have enabled a wide range of applications through their powerful capabilities in language understanding and generation. However, as LLMs are trained on static corpora, they face difficulties …