Learning to Walk with Dual Agents for Knowledge Graph Reasoning
Denghui Zhang, Zixuan Yuan, Hao Liu, Xiaodong Lin, Hui Xiong

TL;DR
This paper introduces a dual-agent reinforcement learning framework for knowledge graph reasoning, enabling more accurate and efficient long-path reasoning by collaborative search and stage-wise hints.
Contribution
The paper proposes a novel dual-agent RL approach that improves long-path reasoning in knowledge graphs by collaborative search and hierarchical guidance.
Findings
Outperforms existing RL methods on long-path reasoning benchmarks.
Enables more accurate answer search in incomplete knowledge graphs.
Significantly improves reasoning efficiency for complex queries.
Abstract
Graph walking based on reinforcement learning (RL) has shown great success in navigating an agent to automatically complete various reasoning tasks over an incomplete knowledge graph (KG) by exploring multi-hop relational paths. However, existing multi-hop reasoning approaches only work well on short reasoning paths and tend to miss the target entity with the increasing path length. This is undesirable for many reason-ing tasks in real-world scenarios, where short paths connecting the source and target entities are not available in incomplete KGs, and thus the reasoning performances drop drastically unless the agent is able to seek out more clues from longer paths. To address the above challenge, in this paper, we propose a dual-agent reinforcement learning framework, which trains two agents (GIANT and DWARF) to walk over a KG jointly and search for the answer collaboratively. Our…
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
TopicsAdvanced Graph Neural Networks · Topic Modeling · Multimodal Machine Learning Applications
