Ruleformer: Context-aware Differentiable Rule Mining over Knowledge Graph
Zezhong Xu, Peng Ye, Hui Chen, Meng Zhao, Huajun Chen, Wen Zhang

TL;DR
Ruleformer is a transformer-based approach that incorporates context information from knowledge graph subgraphs to improve rule mining and reasoning accuracy.
Contribution
It introduces a novel context-aware rule mining method using a transformer with relational attention, addressing the selection of suitable rules for reasoning.
Findings
Outperforms existing rule mining methods in accuracy
Effectively incorporates subgraph context for better rule selection
Demonstrates the importance of context in knowledge graph reasoning
Abstract
Rule mining is an effective approach for reasoning over knowledge graph (KG). Existing works mainly concentrate on mining rules. However, there might be several rules that could be applied for reasoning for one relation, and how to select appropriate rules for completion of different triples has not been discussed. In this paper, we propose to take the context information into consideration, which helps select suitable rules for the inference tasks. Based on this idea, we propose a transformer-based rule mining approach, Ruleformer. It consists of two blocks: 1) an encoder extracting the context information from subgraph of head entities with modified attention mechanism, and 2) a decoder which aggregates the subgraph information from the encoder output and generates the probability of relations for each step of reasoning. The basic idea behind Ruleformer is regarding rule mining…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Advanced Graph Neural Networks · Text and Document Classification Technologies
