paper-with-me

홈 › Papers

Clue-RAG: Towards Accurate and Cost-Efficient Graph-based RAG via Multi-Partite Graph and Query-Driven Iterative Retrieval

2025-07-11 · Yaodong Su, Yixiang Fang, Yingli Zhou, Quanqing Xu, Chuanhui Yang arxiv

Despite the remarkable progress of Large Language Models (LLMs), their performance in question answering (QA) remains limited by the lack of domain-specific and up-to-date knowledge. Retrieval-Augmented Generation (RAG) addresses this limitation by incorporating external information, often from graph-structured data. However, existing graph-based RAG methods suffer from poor graph quality due to incomplete extraction and insufficient utilization of query information during retrieval. To overcome these limitations, we propose Clue-RAG, a novel approach that introduces (1) a multi-partite graph index incorporates Chunk, knowledge unit, and entity to capture semantic content at multiple levels of granularity, coupled with a hybrid extraction strategy that reduces LLM token usage while still producing accurate and disambiguated knowledge units, and (2) Q-Iter, a query-driven iterative retrieval strategy that enhances relevance through semantic search and constrained graph traversal. Experiments on three QA benchmarks show that Clue-RAG significantly outperforms state-of-the-art baselines, achieving up to 99.33% higher Accuracy and 113.51% higher F1 score while reducing indexing costs by 72.58%. Remarkably, Clue-RAG matches or outperforms baselines even without using an LLM for indexing. These results demonstrate the effectiveness and cost-efficiency of Clue-RAG in advancing graph-based RAG systems.

📄 PDF Abstract BibTeX arXiv:2507.08445

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

DeepCluE: Enhanced Image Clustering via Multi-layer Ensembles in Deep Neural Networks

2022-06-01 · Dong Huang, Ding-Hua Chen, Xiangji Chen, Chang-Dong Wang 외

Deep clustering has recently emerged as a promising technique for complex data clustering. Despite the considerable progress, previous deep clustering works mostly build or learn the final clustering by only utilizing a …

ClusteringContrastive LearningDeep ClusteringImage Clustering

Cascade-BGNN: Toward Efficient Self-supervised Representation Learning on Large-scale Bipartite Graphs

2019-06-27 · Chaoyang He, Tian Xie, Yu Rong, Wenbing Huang 외

Bipartite graphs have been used to represent data relationships in many data-mining applications such as in E-commerce recommendation systems. Since learning in graph space is more complicated than in Euclidian space, re…

Graph Neural NetworkRecommendation SystemsRepresentation Learning

Graph matching between bipartite and unipartite networks: to collapse, or not to collapse, that is the question

2020-02-05 · Jesús Arroyo, Carey E. Priebe, Vince Lyzinski

Graph matching consists of aligning the vertices of two unlabeled graphs in order to maximize the shared structure across networks; when the graphs are unipartite, this is commonly formulated as minimizing their edge dis…

Graph Matching

Efficient and Effective Similarity Search over Bipartite Graphs

2023-12-11 · Renchi Yang

Similarity search over a bipartite graph aims to retrieve from the graph the nodes that are similar to each other, which finds applications in various fields such as online advertising, recommender systems etc. Existing …

Recommendation Systems

Psycholinguistic Tripartite Graph Network for Personality Detection

2021-06-09 · ACL 2021 5 · Tao Yang, Feifan Yang, Haolan Ouyang, Xiaojun Quan

Most of the recent work on personality detection from online posts adopts multifarious deep neural networks to represent the posts and builds predictive models in a data-driven manner, without the exploitation of psychol…

Graph AttentionGraph Learning