paper-with-me

Papers

CFT-RAG: An Entity Tree Based Retrieval Augmented Generation Algorithm With Cuckoo Filter

2025-01-25 · Zihang Li, Yangdong Ruan, Wenjun Liu, Zhengyang Wang, Tong Yang

Although retrieval-augmented generation(RAG) significantly improves generation quality by retrieving external knowledge bases and integrating generated content, it faces computational efficiency bottlenecks, particularly in knowledge retrieval tasks involving hierarchical structures for Tree-RAG. This paper proposes a Tree-RAG acceleration method based on the improved Cuckoo Filter, which optimizes entity localization during the retrieval process to achieve significant performance improvements. Tree-RAG effectively organizes entities through the introduction of a hierarchical tree structure, while the Cuckoo Filter serves as an efficient data structure that supports rapid membership queries and dynamic updates. The experiment results demonstrate that our method is much faster than naive Tree-RAG while maintaining high levels of generative quality. When the number of trees is large, our method is hundreds of times faster than naive Tree-RAG. Our work is available at https://github.com/TUPYP7180/CFT-RAG-2025.

📄 PDF Abstract BibTeX arXiv:2501.15098

Code (1)

tupyp7180/cft-rag-2025 공식 구현

Tasks

Computational EfficiencyRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Bridge-RAG: An Abstract Bridge Tree Based Retrieval Augmented Generation Algorithm

2026-01-12 · Zihang Li, Wenjun Liu, Yikun Zong, Jiawen Tao 외 arxiv

As an important paradigm for enhancing the generation quality of Large Language Models (LLMs), retrieval-augmented generation (RAG) faces the two challenges regarding retrieval accuracy and computational efficiency. This…

Computational Efficiency

Reasoning in Trees: Improving Retrieval-Augmented Generation for Multi-Hop Question Answering

2026-01-16 · Yuling Shi, Maolin Sun, Zijun Liu, Mo Yang 외 arxiv

Retrieval-Augmented Generation (RAG) has demonstrated significant effectiveness in enhancing large language models (LLMs) for complex multi-hop question answering (QA). For multi-hop QA tasks, current iterative approache…

Multi-hop Question Answering

AGRAG: Advanced Graph-based Retrieval-Augmented Generation for LLMs

2025-11-02 · Yubo Wang, Haoyang Li, Fei Teng, Lei Chen arxiv

Graph-based retrieval-augmented generation (Graph-based RAG) has demonstrated significant potential in enhancing Large Language Models (LLMs) with structured knowledge. However, existing methods face three critical chall…

EnSI-RAG: Entity-Structure-Indexed Retrieval-Augmented Generation for Long-Document Question Answering

2026-08-21 · Xuanyu Meng, Jiashuo Sun, Jash Rajesh Parekh, Jiawei Han arxiv

Question answering (QA) over long, connected documents remains challenging because relevant evidence may span multiple entities and their relationships. Existing retrieval-augmented generation (RAG) methods typically ind…

Question Answering

Reducing Redundancy in Retrieval-Augmented Generation through Chunk Filtering

2026-04-27 · Daria Berdyugina, Anaëlle Cohen, Yohann Rioual arxiv

Standard Retrieval-Augmented Generation (RAG) chunking methods often create excessive redundancy, increasing storage costs and slowing retrieval. This study explores chunk filtering strategies, such as semantic, topic-ba…