paper-with-me

Papers

Differentiable Learning of Graph-like Logical Rules from Knowledge Graphs

2021-01-01 · Hongzhi Shi, Quanming Yao, Yong Li

Logical rules inside a knowledge graph (KG) are essential for reasoning, logical inference, and rule mining. However, existing works can only handle simple, i.e., chain-like and tree-like, rules and cannot capture KG's complex semantics, which can be better captured by graph-like rules. Besides, learning graph-like rules is very difficult because the graph structure exhibits a huge discrete search space. To address these issues, observing the plausibility of logical rules can be explained by how frequently it appears in a KG, we propose a score function that represents graph-like rules with learnable parameters. The score also helps relax the discrete space into a continuous one and can be uniformly transformed into matrix form by the Einstein summation convention. Thus, it allows us to learn graph-like rules in an efficient, differentiable, and end-to-end training manner. We conduct extensive experiments on real-world and synthetic datasets to show that our method outperforms previous works due to logical rules' better expressive ability. Furthermore, we demonstrate that our method can learn high-quality and interpretable graph-like logical rules.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Logical Entity Representation in Knowledge-Graphs for Differentiable Rule Learning

2023-05-22 · Chi Han, Qizheng He, Charles Yu, Xinya Du 외

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. …

Knowledge Graph CompletionKnowledge GraphsLink Prediction

Generating Graph-Like Logical Rules for Knowledge Graph Reasoning via Diffusion Models

2026-05-29 · Haoxiang Cheng, Yunfei Wang, Chao Chen, Kewei Cheng 외 arxiv

Logical rules constitute a cornerstone of knowledge graph (KG) reasoning, valued for their interpretability and ability to model relational patterns. However, existing rule mining methods predominantly focus on simple ch…

Reinforcement Learning

DRUM: End-To-End Differentiable Rule Mining On Knowledge Graphs

2019-10-31 · NeurIPS 2019 12 · Ali Sadeghian, Mohammadreza Armandpour, Patrick Ding, Daisy Zhe Wang

In this paper, we study the problem of learning probabilistic logical rules for inductive and interpretable link prediction. Despite the importance of inductive link prediction, most previous works focused on transductiv…

Inductive knowledge graph completionInductive Link PredictionKnowledge GraphsLink Prediction+1

GLIDR: Graph-Like Inductive Logic Programming with Differentiable Reasoning

2025-08-08 · Blair Johnson, Clayton Kerce, Faramarz Fekri arxiv

Differentiable inductive logic programming (ILP) techniques have proven effective at finding approximate rule-based solutions to link prediction and node classification problems on knowledge graphs; however, the common a…

Inductive logic programmingKnowledge Graph CompletionNode ClassificationKnowledge Graphs

Differentiable Learning of Logical Rules for Knowledge Base Reasoning

2017-02-27 · NeurIPS 2017 12 · Fan Yang, Zhilin Yang, William W. Cohen

We study the problem of learning probabilistic first-order logical rules for knowledge base reasoning. This learning problem is difficult because it requires learning the parameters in a continuous space as well as the s…