paper-with-me

Papers

Logic Rules Powered Knowledge Graph Embedding

2019-03-09 · Pengwei Wang, Dejing Dou, Fangzhao Wu, Nisansa de Silva, Lianwen Jin

Large scale knowledge graph embedding has attracted much attention from both academia and industry in the field of Artificial Intelligence. However, most existing methods concentrate solely on fact triples contained in the given knowledge graph. Inspired by the fact that logic rules can provide a flexible and declarative language for expressing rich background knowledge, it is natural to integrate logic rules into knowledge graph embedding, to transfer human knowledge to entity and relation embedding, and strengthen the learning process. In this paper, we propose a novel logic rule-enhanced method which can be easily integrated with any translation based knowledge graph embedding model, such as TransE . We first introduce a method to automatically mine the logic rules and corresponding confidences from the triples. And then, to put both triples and mined logic rules within the same semantic space, all triples in the knowledge graph are represented as first-order logic. Finally, we define several operations on the first-order logic and minimize a global loss over both of the mined logic rules and the transformed first-order logics. We conduct extensive experiments for link prediction and triple classification on three datasets: WN18, FB166, and FB15K. Experiments show that the rule-enhanced method can significantly improve the performance of several baselines. The highlight of our model is that the filtered Hits@1, which is a pivotal evaluation in the knowledge inference task, has a significant improvement (up to 700% improvement).

📄 PDF Abstract BibTeX arXiv:1903.03772

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTriple Classification

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

Embedding Knowledge Graphs Based on Transitivity and Antisymmetry of Rules

2017-02-24 · Mengya Wang, Hankui Zhuo, Huiling Zhu

Representation learning of knowledge graphs encodes entities and relation types into a continuous low-dimensional vector space, learns embeddings of entities and relation types. Most existing methods only concentrate on …

Knowledge Graph CompletionKnowledge GraphsRelationRepresentation Learning

LogicENN: A Neural Based Knowledge Graphs Embedding Model with Logical Rules

2019-08-20 · Mojtaba Nayyeri, Chengjin Xu, Jens Lehmann, Hamed Shariat Yazdi

Knowledge graph embedding models have gained significant attention in AI research. Recent works have shown that the inclusion of background knowledge, such as logical rules, can improve the performance of embeddings in d…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

LogicENN: A Neural Based Knowledge Graphs Embedding Model with Logical Rules

2019-05-21 · Anonymous

Knowledge graph embedding models have gained significant attention in AI and NLP research. Recent works have shown that the inclusion of background knowledge, such as logical rules, can improve the performance of embeddi…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

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

RulE: Knowledge Graph Reasoning with Rule Embedding

2022-10-24 · Xiaojuan Tang, Song-Chun Zhu, Yitao Liang, Muhan Zhang

Knowledge graph (KG) reasoning is an important problem for knowledge graphs. In this paper, we propose a novel and principled framework called \textbf{RulE} (stands for {Rul}e {E}mbedding) to effectively leverage logical…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction