paper-with-me

Papers

fastbmRAG: A Fast Graph-Based RAG Framework for Efficient Processing of Large-Scale Biomedical Literature

2025-11-13 · Guofeng Meng, Li Shen, Qiuyan Zhong, Wei Wang, Haizhou Zhang, Xiaozhen Wang arxiv

Large language models (LLMs) are rapidly transforming various domains, including biomedicine and healthcare, and demonstrate remarkable potential from scientific research to new drug discovery. Graph-based retrieval-augmented generation (RAG) systems, as a useful application of LLMs, can improve contextual reasoning through structured entity and relationship identification from long-context knowledge, e.g. biomedical literature. Even though many advantages over naive RAGs, most of graph-based RAGs are computationally intensive, which limits their application to large-scale dataset. To address this issue, we introduce fastbmRAG, an fast graph-based RAG optimized for biomedical literature. Utilizing well organized structure of biomedical papers, fastbmRAG divides the construction of knowledge graph into two stages, first drafting graphs using abstracts; and second, refining them using main texts guided by vector-based entity linking, which minimizes redundancy and computational load. Our evaluations demonstrate that fastbmRAG is over 10x faster than existing graph-RAG tools and achieve superior coverage and accuracy to input knowledge. FastbmRAG provides a fast solution for quickly understanding, summarizing, and answering questions about biomedical literature on a large scale. FastbmRAG is public available in https://github.com/menggf/fastbmRAG.

📄 PDF Abstract BibTeX arXiv:2511.10014

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingDrug Discovery

Similar Papers 제목 키워드 기반

Graph convolutional networks enable fast hemorrhagic stroke monitoring with electrical impedance tomography

2024-12-10 · J. Toivanen, V. Kolehmainen, A. Paldanius, A. Hänninen 외

Objective: To develop a fast image reconstruction method for stroke monitoring with electrical impedance tomography with image quality comparable to computationally expensive nonlinear model-based methods. Methods: A pos…

Image Reconstruction

Hardware/Software Co-Programmable Framework for Computational SSDs to Accelerate Deep Learning Service on Large-Scale Graphs

2022-01-23 · Miryeong Kwon, Donghyun Gouk, Sangwon Lee, Myoungsoo Jung

Graph neural networks (GNNs) process large-scale graphs consisting of a hundred billion edges. In contrast to traditional deep learning, unique behaviors of the emerging GNNs are engaged with a large set of graphs and em…

FastRAG: Retrieval Augmented Generation for Semi-structured Data

2024-11-21 · Amar Abane, Anis Bekri, Abdella Battou, Saddek Bensalem

Efficiently processing and interpreting network data is critical for the operation of increasingly complex networks. Recent advances in Large Language Models (LLM) and Retrieval-Augmented Generation (RAG) techniques have…

ManagementQuestion AnsweringRAGRetrieval+1

Fast k-means based on KNN Graph

2017-05-04 · Cheng-Hao Deng, Wan-Lei Zhao

In the era of big data, k-means clustering has been widely adopted as a basic processing tool in various contexts. However, its computational cost could be prohibitively high as the data size and the cluster number are l…

Clustering

FROSS: Faster-than-Real-Time Online 3D Semantic Scene Graph Generation from RGB-D Images

2025-07-26 · Hao-Yu Hou, Chun-Yi Lee, Motoharu Sonogashira, Yasutomo Kawanishi arxiv

The ability to abstract complex 3D environments into simplified and structured representations is crucial across various domains. 3D semantic scene graphs (SSGs) achieve this by representing objects as nodes and their in…

Scene Graph GenerationScene Understanding