paper-with-me

Papers

FRAG: A Flexible Modular Framework for Retrieval-Augmented Generation based on Knowledge Graphs

2025-01-17 · Zengyi Gao, Yukun Cao, Hairu Wang, Ao Ke, Yuan Feng, Xike Xie, S Kevin Zhou

To mitigate the hallucination and knowledge deficiency in large language models (LLMs), Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) has shown promising potential by utilizing KGs as external resource to enhance LLMs reasoning. However, existing KG-RAG approaches struggle with a trade-off between flexibility and retrieval quality. Modular methods prioritize flexibility by avoiding the use of KG-fine-tuned models during retrieval, leading to fixed retrieval strategies and suboptimal retrieval quality. Conversely, coupled methods embed KG information within models to improve retrieval quality, but at the expense of flexibility. In this paper, we propose a novel flexible modular KG-RAG framework, termed FRAG, which synergizes the advantages of both approaches. FRAG estimates the hop range of reasoning paths based solely on the query and classify it as either simple or complex. To match the complexity of the query, tailored pipelines are applied to ensure efficient and accurate reasoning path retrieval, thus fostering the final reasoning process. By using the query text instead of the KG to infer the structural information of reasoning paths and employing adaptable retrieval strategies, FRAG improves retrieval quality while maintaining flexibility. Moreover, FRAG does not require extra LLMs fine-tuning or calls, significantly boosting efficiency and conserving resources. Extensive experiments show that FRAG achieves state-of-the-art performance with high efficiency and low resource consumption.

📄 PDF Abstract BibTeX arXiv:2501.09957

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge GraphsRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Engineering the RAG Stack: A Comprehensive Review of the Architecture and Trust Frameworks for Retrieval-Augmented Generation Systems

2025-11-07 · Dean Wampler, Dave Nielson, Alireza Seddighi arxiv

This article provides a comprehensive systematic literature review of academic studies, industrial applications, and real-world deployments from 2018 to 2025, providing a practical guide and detailed overview of modern R…

CubeGraph: Efficient Retrieval-Augmented Generation for Spatial and Temporal Data

2026-04-08 · Mingyu Yang, Wentao Li, Wei Wang arxiv

Hybrid queries combining high-dimensional vector similarity search with spatio-temporal filters are increasingly critical for modern retrieval-augmented generation (RAG) systems. Existing systems typically handle these w…

RGL: A Graph-Centric, Modular Framework for Efficient Retrieval-Augmented Generation on Graphs

2025-03-25 · Yuan Li, Jun Hu, Jiaxin Jiang, Zemin Liu 외

Recent advances in graph learning have paved the way for innovative retrieval-augmented generation (RAG) systems that leverage the inherent relational structures in graph data. However, many existing approaches suffer fr…

Abstract generationGraph LearningModality completion+3

LFRAG: Layout-oriented Fine-grained Retrieval-Augmented Generation on Multimodal Document Understanding

2026-04-18 · Yifan Zhu, Yu Mi, Yue Lu, Yanchu Guan 외 arxiv

Multimodal Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing multimodal RAG systems predominantly rely on coar…

Question Answering

FlexStructRAG: Flexible Structure-Aware Multi-Granular Relational Retrieval for RAG

2026-02-01 · Mengzhu Chen, Haodong Yang, Jia Cai, Xiaolin Huang arxiv

Retrieval-Augmented Generation (RAG) systems critically depend on how external knowledge is segmented, structured, and retrieved. Most existing approaches either retrieve fixed-length text chunks, which fragments discour…