paper-with-me

Papers

Iteratively Learning Embeddings and Rules for Knowledge Graph Reasoning

2019-03-21 · Wen Zhang, Bibek Paudel, Liang Wang, Jiaoyan Chen, Hai Zhu, Wei zhang, Abraham Bernstein, Huajun Chen

Reasoning is essential for the development of large knowledge graphs, especially for completion, which aims to infer new triples based on existing ones. Both rules and embeddings can be used for knowledge graph reasoning and they have their own advantages and difficulties. Rule-based reasoning is accurate and explainable but rule learning with searching over the graph always suffers from efficiency due to huge search space. Embedding-based reasoning is more scalable and efficient as the reasoning is conducted via computation between embeddings, but it has difficulty learning good representations for sparse entities because a good embedding relies heavily on data richness. Based on this observation, in this paper we explore how embedding and rule learning can be combined together and complement each other's difficulties with their advantages. We propose a novel framework IterE iteratively learning embeddings and rules, in which rules are learned from embeddings with proper pruning strategy and embeddings are learned from existing triples and new triples inferred by rules. Evaluations on embedding qualities of IterE show that rules help improve the quality of sparse entity embeddings and their link prediction results. We also evaluate the efficiency of rule learning and quality of rules from IterE compared with AMIE+, showing that IterE is capable of generating high quality rules more efficiently. Experiments show that iteratively learning embeddings and rules benefit each other during learning and prediction.

📄 PDF Abstract BibTeX arXiv:1903.08948

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Knowledge Reasoning via Jointly Modeling Knowledge Graphs and Soft Rules

2023-01-07 · Yinyu Lan, Shizhu He, Kang Liu, Jun Zhao

Knowledge graphs (KGs) play a crucial role in many applications, such as question answering, but incompleteness is an urgent issue for their broad application. Much research in knowledge graph completion (KGC) has been p…

Knowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge GraphsQuestion Answering

IterefinE: Iterative KG Refinement Embeddings using Symbolic Knowledge

2020-06-03 · AKBC 2020 6 · Siddhant Arora, Srikanta Bedathur, Maya Ramanath, Deepak Sharma

Knowledge Graphs (KGs) extracted from text sources are often noisy and lead to poor performance in downstream application tasks such as KG-based question answering.While much of the recent activity is focused on addressi…

Knowledge Graphs

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

Knowledge Graph Embedding with Iterative Guidance from Soft Rules

2017-11-30 · Shu Guo, Quan Wang, Lihong Wang, Bin Wang 외

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…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

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