paper-with-me

홈 › Papers

Efficient Retrieval-Augmented Generation via Token Co-occurrence Graphs

2026-06-29 · Gianluca Bonifazi, Christopher Buratti, Michele Marchetti, Federica Parlapiano, Giulia Quaglieri, Davide Traini, Domenico Ursino, Luca Virgili arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Large Language Models (LLMs) by grounding the generation process on external knowledge. However, standard RAG approaches struggle with multi-hop reasoning. While recent graph-based RAG methods improve the retrieval of interconnected chunks, they often rely on computationally expensive and error-prone LLM-based extraction pipelines. To address these issues, we propose TIGRAG (Token-Induced GraphRAG), an efficient graph-augmented RAG framework based on a token co-occurrence Knowledge Graph. TIGRAG directly models topological relationships between tokens using sliding-window co-occurrence statistics, thus enabling scalable graph construction. During inference, it combines graph-based semantic expansion and neural reranking to retrieve interconnected evidence for multi-hop reasoning. Specifically, it introduces an iterative entity-driven retrieval strategy that progressively expands the query using bridging entities extracted from previously retrieved contexts. We evaluated TIGRAG on three widely adopted multi-hop Question Answering (QA) benchmarks. Experimental results demonstrated that our framework consistently outperforms dense retrieval and graph-based RAG methods in both retrieval and downstream QA tasks, while substantially reducing indexing time, inference latency, and prompt footprint.

📄 PDF Abstract BibTeX arXiv:2606.30093

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answering

Similar Papers 제목 키워드 기반

EHRAG: Bridging Semantic Gaps in Lightweight GraphRAG via Hybrid Hypergraph Construction and Retrieval

2026-04-19 · Yifan Song, Xingjian Tao, Zhicheng Yang, Yihong Luo 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) enhances LLMs by structuring corpus into graphs to facilitate multi-hop reasoning. While recent lightweight approaches reduce indexing costs by leveraging Named Entit…

Semantic Retrieval

Improved Masked Image Generation with Knowledge-Augmented Token Representations

2025-11-15 · Guotao Liang, Baoquan Zhang, Zhiyuan Wen, Zihao Han 외 arxiv

Masked image generation (MIG) has demonstrated remarkable efficiency and high-fidelity images by enabling parallel token prediction. Existing methods typically rely solely on the model itself to learn semantic dependenci…

Conditional Image GenerationSemantic SimilarityKnowledge Graphs

TERAG: Token-Efficient Graph-Based Retrieval-Augmented Generation

2025-09-23 · Qiao Xiao, Hong Ting Tsang, Jiaxin Bai arxiv

Graph-based Retrieval-augmented generation (RAG) has become a widely studied approach for improving the reasoning, accuracy, and factuality of Large Language Models (LLMs). However, many existing graph-based RAG systems …

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

TeaRAG: A Token-Efficient Agentic Retrieval-Augmented Generation Framework

2025-11-07 · Chao Zhang, Yuhao Wang, Derong Xu, Haoxin Zhang 외 arxiv

Retrieval-Augmented Generation (RAG) utilizes external knowledge to augment Large Language Models' (LLMs) reliability. For flexibility, agentic RAG employs autonomous, multi-round retrieval and reasoning to resolve queri…

Reinforcement LearningSemantic SimilaritySemantic Retrieval