paper-with-me

Papers

Text-Graph Synergy: A Bidirectional Verification and Completion Framework for RAG

2026-05-07 · Jiarui Zhong, Hong Cai Chen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.05643

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

SynergyKGC: Reconciling Topological Heterogeneity in Knowledge Graph Completion via Topology-Aware Synergy

2026-02-11 · Xuecheng Zou, Yu Tang, Bingbing Wang arxiv

Knowledge Graph Completion (KGC) fundamentally hinges on the coherent fusion of pre-trained entity semantics with heterogeneous topological structures to facilitate robust relational reasoning. However, existing paradigm…

Knowledge Graph CompletionRelational Reasoning

KG-BERT: BERT for Knowledge Graph Completion

2019-09-07 · Liang Yao, Chengsheng Mao, Yuan Luo

Knowledge graphs are important resources for many artificial intelligence tasks but often suffer from incompleteness. In this work, we propose to use pre-trained language models for knowledge graph completion. We treat t…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+5

Quantum and Translation Embedding for Knowledge Graph Completion

2021-01-01 · Panfeng Chen, Yisong Wang, Renyan Feng, Xiaomin Yu 외

Knowledge Graph Completion (KGC) mainly devotes to link predicting for an entity pair in Knowledge Graph (KG) according to known facts. In this work, we present a novel model for this end. In this model, Quantum and Tran…

Knowledge Graph CompletionTranslation

PHGC: Procedural Heterogeneous Graph Completion for Natural Language Task Verification in Egocentric Videos

2025-01-01 · CVPR 2025 1 · Xun Jiang, Zhiyi Huang, Xing Xu, Jingkuan Song 외

Natural Language-based Egocentric Task Verification (NLETV) aims to equip agents to determine if operation flows of procedural tasks in egocentric videos align with natural language instructions. Describing rules wit…

graph construction

Progressive Knowledge Graph Completion

2024-04-15 · Jiayi Li, Ruilin Luo, Jiaqi Sun, Jing Xiao 외

Knowledge Graph Completion (KGC) has emerged as a promising solution to address the issue of incompleteness within Knowledge Graphs (KGs). Traditional KGC research primarily centers on triple classification and link pred…

Knowledge Graph CompletionKnowledge GraphsLink PredictionTriple Classification