Iteratively Learning Embeddings and Rules for Knowledge Graph Reasoning
Wen Zhang, Bibek Paudel, Liang Wang, Jiaoyan Chen, Hai Zhu, Wei Zhang,, Abraham Bernstein, Huajun Chen

TL;DR
This paper introduces IterE, a framework that iteratively learns embeddings and rules for knowledge graph reasoning, improving accuracy, efficiency, and handling sparse data better than previous methods.
Contribution
The paper proposes a novel iterative framework combining rule learning and embedding learning to enhance knowledge graph reasoning, especially for sparse entities.
Findings
Rules improve embeddings for sparse entities.
IterE generates high-quality rules more efficiently than AMIE+.
IterE benefits both embedding quality and rule accuracy during iterative learning.
Abstract
Reasoning is essential for the development of large knowledge graphs, especially for completion, which aims to infer new triples based on existing ones. Both rules and embeddings can be used for knowledge graph reasoning and they have their own advantages and difficulties. Rule-based reasoning is accurate and explainable but rule learning with searching over the graph always suffers from efficiency due to huge search space. Embedding-based reasoning is more scalable and efficient as the reasoning is conducted via computation between embeddings, but it has difficulty learning good representations for sparse entities because a good embedding relies heavily on data richness. Based on this observation, in this paper we explore how embedding and rule learning can be combined together and complement each other's difficulties with their advantages. We propose a novel framework IterE…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
