Walk Wisely on Graph: Knowledge Graph Reasoning with Dual Agents via Efficient Guidance-Exploration
Zijian Wang, Bin Wang, Haifeng Jing, Huayu Li, Hongbo Dou

TL;DR
This paper introduces FULORA, a hierarchical reinforcement learning model with dual agents that improves multi-hop reasoning on knowledge graphs by providing efficient guidance, especially for long-distance reasoning tasks.
Contribution
The paper proposes a novel dual-agent hierarchical reinforcement learning framework that enhances multi-hop reasoning by addressing sparse rewards and long reasoning paths.
Findings
Outperforms RL-based baselines on real-world datasets
Effective in long-distance reasoning scenarios
Improves robustness and efficiency of reasoning policies
Abstract
Recent years, multi-hop reasoning has been widely studied for knowledge graph (KG) reasoning due to its efficacy and interpretability. However, previous multi-hop reasoning approaches are subject to two primary shortcomings. First, agents struggle to learn effective and robust policies at the early phase due to sparse rewards. Second, these approaches often falter on specific datasets like sparse knowledge graphs, where agents are required to traverse lengthy reasoning paths. To address these problems, we propose a multi-hop reasoning model with dual agents based on hierarchical reinforcement learning (HRL), which is named FULORA. FULORA tackles the above reasoning challenges by eFficient GUidance-ExpLORAtion between dual agents. The high-level agent walks on the simplified knowledge graph to provide stage-wise hints for the low-level agent walking on the original knowledge graph. In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsBayesian Modeling and Causal Inference · Logic, Reasoning, and Knowledge · Advanced Graph Neural Networks
