Text-Graph Synergy: A Bidirectional Verification and Completion Framework for RAG
TLDR
TGS-RAG is a novel framework that uses bidirectional text-graph synergy to improve RAG by refining textual evidence and resurrecting pruned graph paths.
Key contributions
- Introduces TGS-RAG, a unified framework for bidirectional text-graph synergistic enhancement in RAG.
- Graph-to-Text channel uses Global Voting to refine textual evidence and filter semantic noise.
- Text-to-Graph channel employs Memory-based Orphan Entity Bridging to resurrect pruned graph paths.
- Achieves superior retrieval precision and computational efficiency on multi-hop reasoning benchmarks.
Why it matters
Traditional RAG struggles with irrelevant text or pruned graph paths, and existing hybrid methods don't solve the "Information Island" problem. TGS-RAG offers a novel bidirectional solution, significantly improving factual grounding and multi-hop reasoning for LLMs.
Original Abstract
Retrieval-Augmented Generation (RAG) has become a core paradigm for enhancing factual grounding and multi-hop reasoning in Large Language Models (LLMs). Traditional text-based RAG often retrieves logically irrelevant pseudo-evidence, while graph-based RAG is frequently hindered by search-time pruning, which may discard potentially valid reasoning paths. Existing hybrid approaches primarily adopt simple evidence concatenation or unidirectional enhancement, which fails to address the fundamental "Information Island" problem caused by asymmetric reasoning flows between unstructured text and structured graphs. We propose \textbf{TGS-RAG}, a unified framework for \textbf{T}ext-\textbf{G}raph \textbf{S}ynergistic enhancement. TGS-RAG introduces a bidirectional mechanism: (i) a \textbf{Graph-to-Text} channel that employs a Global Voting strategy from visited graph nodes to re-rank and refine textual evidence, filtering out semantic noise; and (ii) a \textbf{Text-to-Graph} channel that utilizes the \textbf{Memory-based Orphan Entity Bridging} algorithm. This algorithm utilizes textual cues to proactively resurrect valid but previously pruned reasoning paths from the search history without additional database overhead. Experimental results on multiple multi-hop reasoning benchmarks demonstrate that TGS-RAG significantly outperforms state-of-the-art baselines, achieving a superior balance between retrieval precision and computational efficiency.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.