paper-with-me

Papers

Iteratively Learning Representations for Unseen Entities with Inter-Rule Correlations

2023-05-17 · Zihan Wang, Kai Zhao, Yongquan He, Zhumin Chen, Pengjie Ren, Maarten de Rijke, Zhaochun Ren

Recent work on knowledge graph completion (KGC) focused on learning embeddings of entities and relations in knowledge graphs. These embedding methods require that all test entities are observed at training time, resulting in a time-consuming retraining process for out-of-knowledge-graph (OOKG) entities. To address this issue, current inductive knowledge embedding methods employ graph neural networks (GNNs) to represent unseen entities by aggregating information of known neighbors. They face three important challenges: (i) data sparsity, (ii) the presence of complex patterns in knowledge graphs (e.g., inter-rule correlations), and (iii) the presence of interactions among rule mining, rule inference, and embedding. In this paper, we propose a virtual neighbor network with inter-rule correlations (VNC) that consists of three stages: (i) rule mining, (ii) rule inference, and (iii) embedding. In the rule mining process, to identify complex patterns in knowledge graphs, both logic rules and inter-rule correlations are extracted from knowledge graphs based on operations over relation embeddings. To reduce data sparsity, virtual neighbors for OOKG entities are predicted and assigned soft labels by optimizing a rule-constrained problem. We also devise an iterative framework to capture the underlying relations between rule learning and embedding learning. In our experiments, results on both link prediction and triple classification tasks show that the proposed VNC framework achieves state-of-the-art performance on four widely-used knowledge graphs. Further analysis reveals that VNC is robust to the proportion of unseen entities and effectively mitigates data sparsity.

📄 PDF Abstract BibTeX arXiv:2305.10531

Code (1)

wzh-nlp/ookg 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionTriple Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Iteratively Learning Embeddings and Rules for Knowledge Graph Reasoning

2019-03-21 · Wen Zhang, Bibek Paudel, Liang Wang, Jiaoyan 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…

Entity EmbeddingsKnowledge GraphsLink Prediction

Learning First-Order Rules with Relational Path Contrast for Inductive Relation Reasoning

2021-10-17 · Yudai Pan, Jun Liu, Lingling Zhang, Xin Hu 외

Relation reasoning in knowledge graphs (KGs) aims at predicting missing relations in incomplete triples, whereas the dominant paradigm is learning the embeddings of relations and entities, which is limited to a transduct…

Knowledge GraphsRelation

Relation Prediction for Unseen-Entities Using Entity-Word Graphs

2019-11-01 · WS 2019 11 · Yuki Tagawa, Motoki Taniguchi, Yasuhide Miura, Tomoki Taniguchi 외

Knowledge graphs (KGs) are generally used for various NLP tasks. However, as KGs still miss some information, it is necessary to develop Knowledge Graph Completion (KGC) methods. Most KGC researches do not focus on the O…

Knowledge Graph CompletionKnowledge GraphsRelationRelation Prediction

Inductive Relation Prediction by Subgraph Reasoning

2019-11-16 · ICML 2020 1 · Komal K. Teru, Etienne Denis, William L. Hamilton

The dominant paradigm for relation prediction in knowledge graphs involves learning and operating on latent representations (i.e., embeddings) of entities and relations. However, these embedding-based methods do not expl…

Graph EmbeddingGraph Neural NetworkInductive BiasInductive knowledge graph completion+9

VN Network: Embedding Newly Emerging Entities with Virtual Neighbors

2024-02-21 · Yongquan He, Zihan Wang, Peng Zhang, Zhaopeng Tu 외

Embedding entities and relations into continuous vector spaces has attracted a surge of interest in recent years. Most embedding methods assume that all test entities are available during training, which makes it time-co…

Graph Neural NetworkKnowledge Graph CompletionNetwork Embedding