Search papers, labs, and topics across Lattice.
This paper introduces RSF-GLLM, a novel framework that addresses the limitations of traditional retrieve-then-read pipelines in multi-hop question answering over knowledge graphs by decoupling differentiable graph reasoning from answer generation. The Recurrent Soft-Flow (RSF) module employs a GRU-guided query updater to effectively propagate continuous relevance scores and traverse semantically dissimilar bridge nodes, while flow sparsity regularization ensures convergence from soft probabilities to discrete reasoning paths. Experimental results on WebQSP and CWQ show that RSF-GLLM not only achieves competitive performance but also offers superior inference efficiency compared to existing LLM-based approaches.
Bridging the semantic gap in multi-hop QA, RSF-GLLM achieves competitive accuracy while significantly improving inference efficiency.
Multi-hop Question Answering over Knowledge Graphs faces a critical challenge: traditional retrieve-then-read pipelines break differentiability, preventing the retriever from learning to bridge the semantic gap where intermediate nodes lack lexical overlap with the query. To address this, we propose RSF-GLLM, a framework decoupling differentiable graph reasoning from answer generation. Our Recurrent Soft-Flow (RSF) module employs a GRU-guided query updater to propagate continuous relevance scores, utilizing a dynamic gating mechanism to traverse semantically dissimilar bridge nodes via structural cues. We introduce flow sparsity regularization to theoretically guarantee convergence from soft probabilities to discrete reasoning paths. These paths are extracted and textualized to fine-tune a Large Language Model (LLM), ensuring generation is grounded in factual topology. Experiments on WebQSP and CWQ demonstrate that RSF-GLLM achieves competitive performance with superior inference efficiency compared to LLM based computationally expensive approaches.