paper-with-me

Papers

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

2026-01-12 · Zihang Li, Wenjun Liu, Yikun Zong, Jiawen Tao, Siying Dai, Songcheng Ren, Zirui Liu, Yuhang Wang, Yanbing Jiang, Tong Yang 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 paper presents a novel RAG framework called Bridge-RAG. To overcome the accuracy challenge, we introduce the concept of abstract to bridge query entities and document chunks, providing robust semantic understanding. We organize the abstracts into a tree structure and design a multi-level retrieval strategy to ensure the inclusion of sufficient contextual information. While this hierarchical organization substantially improves answer quality, traversing the tree to locate the abstracts that contain a query entity inevitably introduces additional retrieval overhead. To restore retrieval efficiency, we further integrate the Cuckoo Filter in CFT-RAG, which provides O(1) entity lookup and naturally fits the entity-to-abstract pathway of our framework. Extensive experiments show that Bridge-RAG achieves consistent accuracy improvements across all metrics and up to $1.9\times$ faster retrieval compared to structured RAG baselines.

📄 PDF Abstract BibTeX arXiv:2603.26668

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Neuro-Symbolic Query Compiler

2025-05-17 · Yuyao Zhang, Zhicheng Dou, Xiaoxi Li, Jiajie Jin 외

Precise recognition of search intent in Retrieval-Augmented Generation (RAG) systems remains a challenging goal, especially under resource constraints and for complex queries with nested structures and dependencies. This…

RAGResponse GenerationRetrievalRetrieval-augmented Generation

LeanCat: A Benchmark Suite for Formal Category Theory in Lean (Part I: 1-Categories)

2025-12-31 · Rongge Xu, Hui Dai, Yiming Fu, Jiedong Jiang 외 arxiv

While large language models (LLMs) have demonstrated impressive capabilities in formal theorem proving, current benchmarks fail to adequately measure library-grounded abstraction -- the ability to reason with high-level …

After Retrieval, Before Generation: Enhancing the Trustworthiness of Large Language Models in RAG

2025-05-21 · Xinbang Dai, Huikang Hu, Yuncheng Hua, Jiaqi Li 외

Retrieval-augmented generation (RAG) systems face critical challenges in balancing internal (parametric) and external (retrieved) knowledge, especially when these sources conflict or are unreliable. To analyze these scen…

RAGRetrieval-augmented Generation

AbstRAG: Learning to Abstract for Retrieval Problems

2026-06-08 · Lei Xu, Xin Quan, Daniel Pedronette, André Freitas arxiv

Retrieval-augmented generation often fails when the query, the document evidence, and the user's intent are expressed at different levels of abstraction. A query may ask about a class, a relation, or an event, while the …

HyBIRD: Hyperbolic Bridge Retrieval and Diagnosis for Methodology Inspiration Retrieval

2026-05-29 · Yang Yang, Boyun Xu, Hao Fu, Jindong Li 외 arxiv

Methodology Inspiration Retrieval (MIR) asks a system to retrieve prior papers whose methods can inspire a new research proposal. Unlike general scientific retrieval, the central challenge is not topical similarity but w…