paper-with-me

Papers

S-Path-RAG: Semantic-Aware Shortest-Path Retrieval Augmented Generation for Multi-Hop Knowledge Graph Question Answering

2026-03-05 · Rong Fu, Yemin Wang, Tianxiang Xu, Yongtai Liu, Weizhi Tang, Wangyu Wu, Xiaowen Ma, Simon Fong arxiv

We present S-Path-RAG, a semantic-aware shortest-path Retrieval-Augmented Generation framework designed to improve multi-hop question answering over large knowledge graphs. S-Path-RAG departs from one-shot, text-heavy retrieval by enumerating bounded-length, semantically weighted candidate paths using a hybrid weighted $k$-shortest, beam, and constrained random-walk strategy, learning a differentiable path scorer together with a contrastive path encoder and lightweight verifier, and injecting a compact soft mixture of selected path latents into a language model via cross-attention. The system runs inside an iterative Neural-Socratic Graph Dialogue loop in which concise diagnostic messages produced by the language model are mapped to targeted graph edits or seed expansions, enabling adaptive retrieval when the model expresses uncertainty. This combination yields a retrieval mechanism that is both token-efficient and topology-aware while preserving interpretable path-level traces for diagnostics and intervention. We validate S-Path-RAG on standard multi-hop KGQA benchmarks and through ablations and diagnostic analyses. The results demonstrate consistent improvements in answer accuracy, evidence coverage, and end-to-end efficiency compared to strong graph- and LLM-based baselines. We further analyze trade-offs between semantic weighting, verifier filtering, and iterative updates, and report practical recommendations for deployment under constrained compute and token budgets.

📄 PDF Abstract BibTeX arXiv:2603.23512

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringGraph Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

FlexPath: Learned Semantic Path Priors for Image-Based Planning

2026-06-08 · Taehyoung Kim, Tim Schoenbrod, David Eckel, Henri Meeß arxiv

Recent learning-based path planners use neural networks to process visual map representations and approximate heuristics for classical search algorithms, yielding near-optimal paths with reduced search effort. However, t…

Zero-shot Generalization

Generalized Shortest-Paths Encoders for AMR-to-Text Generation

2020-12-01 · COLING 2020 8 · Lisa Jin, Daniel Gildea

For text generation from semantic graphs, past neural models encoded input structure via gated convolutions along graph edges. Although these operations provide local context, the distance messages can travel is bounded …

AMR-to-Text GenerationDiversityText Generation

A Dependency-Based Neural Network for Relation Classification

2015-07-16 · IJCNLP 2015 7 · Yang Liu, Furu Wei, Sujian Li, Heng Ji 외

Previous research on relation classification has verified the effectiveness of using dependency shortest paths or subtrees. In this paper, we further explore how to make full use of the combination of these dependency in…

ClassificationGeneral ClassificationRelationRelation Classification

Efficient Computation of Shortest Path-Concavity for 3D Meshes

2013-06-01 · CVPR 2013 6 · Henrik Zimmer, Marcel Campen, Leif Kobbelt

In the context of shape segmentation and retrieval object-wide distributions of measures are needed to accurately evaluate and compare local regions of shapes. Lien et al. [16] proposed two point-wise concavity measures …

Retrieval

Generalized Shortest Path Kernel on Graphs

2015-10-22 · Linus Hermansson, Fredrik D. Johansson, Osamu Watanabe

We consider the problem of classifying graphs using graph kernels. We define a new graph kernel, called the generalized shortest path kernel, based on the number and length of shortest paths between nodes. For our exampl…

General ClassificationGraph Classification