paper-with-me

홈 › Papers

An original model for multi-target learning of logical rules for knowledge graph reasoning

2021-12-12 · Yuliang Wei, Haotian Li, Guodong Xin, Yao Wang, Bailing Wang

Large-scale knowledge graphs provide structured representations of human knowledge. However, as it is impossible to collect all knowledge, knowledge graphs are usually incomplete. Reasoning based on existing facts paves a way to discover missing facts. In this paper, we study the problem of learning logical rules for reasoning on knowledge graphs for completing missing factual triplets. Learning logical rules equips a model with strong interpretability as well as the ability to generalize to similar tasks. We propose a model able to fully use training data which also considers multi-target scenarios. In addition, considering the deficiency in evaluating the performance of models and the quality of mined rules, we further propose two novel indicators to help with the problem. Experimental results empirically demonstrate that our model outperforms state-of-the-art methods on five benchmark datasets. The results also prove the effectiveness of the indicators.

📄 PDF Abstract BibTeX arXiv:2112.06189

Code (2)

LiGaoJi/MPLR 공식 구현 pytorch
lirt1231/mplr 공식 구현 pytorch

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Towards fuzzification of adaptation rules in self-adaptive architectures

2021-12-17 · Tomáš Bureš, Petr Hnětynka, Martin Kruliš, Danylo Khalyeyev 외

In this paper, we focus on exploiting neural networks for the analysis and planning stage in self-adaptive architectures. The studied motivating cases in the paper involve existing (legacy) self-adaptive architectures an…

Navigate

Counterfactual Reasoning with Knowledge Graph Embeddings

2024-03-11 · Lena Zellinger, Andreas Stephan, Benjamin Roth

Knowledge graph embeddings (KGEs) were originally developed to infer true but missing facts in incomplete knowledge repositories. In this paper, we link knowledge graph completion and counterfactual reasoning via our new…

counterfactualCounterfactual ReasoningKnowledge Graph CompletionKnowledge Graph Embeddings

UniKER: A Unified Framework for Combining Embedding and Definite Horn Rule Reasoning for Knowledge Graph Inference

2021-11-01 · EMNLP 2021 11 · Kewei Cheng, Ziqing Yang, Ming Zhang, Yizhou Sun

Knowledge graph inference has been studied extensively due to its wide applications. It has been addressed by two lines of research, i.e., the more traditional logical rule reasoning and the more recent knowledge graph e…

Graph EmbeddingKnowledge Graph Embedding

Zero-shot Multi-Domain Dialog State Tracking Using Descriptive Rules

2020-09-17 · Edgar Altszyler, Pablo Brusco, Nikoletta Basiou, John Byrnes 외

In this work, we present a framework for incorporating descriptive logical rules in state-of-the-art neural networks, enabling them to learn how to handle unseen labels without the introduction of any new training data. …

Descriptivedialog state tracking

A rule-general abductive learning by rough sets

2023-05-31 · Xu-chang Guo, Hou-Biao Li

In real-world tasks, there is usually a large amount of unlabeled data and labeled data. The task of combining the two to learn is known as semi-supervised learning. Experts can use logical rules to label unlabeled data,…