Knowledge Graph Embedding with Iterative Guidance from Soft Rules
Shu Guo, Quan Wang, Lihong Wang, Bin Wang, Li Guo

TL;DR
This paper introduces RUGE, a novel knowledge graph embedding method that iteratively incorporates soft logical rules, improving link prediction accuracy by better transferring rule knowledge into embeddings.
Contribution
RUGE is the first to enable iterative guidance from soft rules during KG embedding, combining labeled triples, predicted unlabeled triples, and soft rules with confidence levels.
Findings
RUGE outperforms state-of-the-art baselines in link prediction tasks.
Soft rules with moderate confidence levels significantly enhance embedding quality.
Iterative rule-guided learning improves knowledge transfer into embeddings.
Abstract
Embedding knowledge graphs (KGs) into continuous vector spaces is a focus of current research. Combining such an embedding model with logic rules has recently attracted increasing attention. Most previous attempts made a one-time injection of logic rules, ignoring the interactive nature between embedding learning and logical inference. And they focused only on hard rules, which always hold with no exception and usually require extensive manual effort to create or validate. In this paper, we propose Rule-Guided Embedding (RUGE), a novel paradigm of KG embedding with iterative guidance from soft rules. RUGE enables an embedding model to learn simultaneously from 1) labeled triples that have been directly observed in a given KG, 2) unlabeled triples whose labels are going to be predicted iteratively, and 3) soft rules with various confidence levels extracted automatically from the KG. 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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Bayesian Modeling and Causal Inference
