Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Logical Entity Representation in Knowledge-Graphs for Differentiable Rule Learning

About

Probabilistic logical rule learning has shown great strength in logical rule mining and knowledge graph completion. It learns logical rules to predict missing edges by reasoning on existing edges in the knowledge graph. However, previous efforts have largely been limited to only modeling chain-like Horn clauses such as $R_1(x,z)\land R_2(z,y)\Rightarrow H(x,y)$. This formulation overlooks additional contextual information from neighboring sub-graphs of entity variables $x$, $y$ and $z$. Intuitively, there is a large gap here, as local sub-graphs have been found to provide important information for knowledge graph completion. Inspired by these observations, we propose Logical Entity RePresentation (LERP) to encode contextual information of entities in the knowledge graph. A LERP is designed as a vector of probabilistic logical functions on the entity's neighboring sub-graph. It is an interpretable representation while allowing for differentiable optimization. We can then incorporate LERP into probabilistic logical rule learning to learn more expressive rules. Empirical results demonstrate that with LERP, our model outperforms other rule learning methods in knowledge graph completion and is comparable or even superior to state-of-the-art black-box methods. Moreover, we find that our model can discover a more expressive family of logical rules. LERP can also be further combined with embedding learning methods like TransE to make it more interpretable.

Chi Han, Qizheng He, Charles Yu, Xinya Du, Hanghang Tong, Heng Ji• 2023

Related benchmarks

TaskDatasetResultRank
Knowledge Graph CompletionWN18RR (test)
MRR0.622
177
Knowledge Graph CompletionWN18RR
Hits@159.3
165
Knowledge Graph CompletionWN18 (test)
Hits@100.987
80
Link PredictionKinship
MRR0.643
36
Knowledge Graph CompletionUMLS
Hits@100.942
22
Statistical Relation LearningUMLS
MRR0.762
8
Ending event predictionIED (test)
MRR0.242
5
Ending event predictionGeneral (test)
MRR0.347
5
Statistical Relation LearningFamily
MRR97
4
Showing 9 of 9 rows

Other info

Code

Follow for update