paper-with-me

Papers

Inductive Link Prediction in Knowledge Graphs using Path-based Neural Networks

2023-12-16 · Canlin Zhang, Xiuwen Liu

Link prediction is a crucial research area in knowledge graphs, with many downstream applications. In many real-world scenarios, inductive link prediction is required, where predictions have to be made among unseen entities. Embedding-based models usually need fine-tuning on new entity embeddings, and hence are difficult to be directly applied to inductive link prediction tasks. Logical rules captured by rule-based models can be directly applied to new entities with the same graph typologies, but the captured rules are discrete and usually lack generosity. Graph neural networks (GNNs) can generalize topological information to new graphs taking advantage of deep neural networks, which however may still need fine-tuning on new entity embeddings. In this paper, we propose SiaILP, a path-based model for inductive link prediction using siamese neural networks. Our model only depends on relation and path embeddings, which can be generalized to new entities without fine-tuning. Experiments show that our model achieves several new state-of-the-art performances in link prediction tasks using inductive versions of WN18RR, FB15k-237, and Nell995. Our code is available at \url{https://github.com/canlinzhang/SiaILP}.

📄 PDF Abstract BibTeX arXiv:2312.10293

Code (1)

canlinzhang/siailp 공식 구현 tf

Tasks

Entity EmbeddingsInductive Link PredictionKnowledge GraphsLink PredictionPrediction

Similar Papers 제목 키워드 기반

Towards Few-shot Inductive Link Prediction on Knowledge Graphs: A Relational Anonymous Walk-guided Neural Process Approach

2023-06-26 · Zicheng Zhao, Linhao Luo, Shirui Pan, Quoc Viet Hung Nguyen 외

Few-shot inductive link prediction on knowledge graphs (KGs) aims to predict missing links for unseen entities with few-shot links observed. Previous methods are limited to transductive scenarios, where entities exist in…

Inductive Link PredictionKnowledge GraphsLink PredictionPrediction

Subgraph Neighboring Relations Infomax for Inductive Link Prediction on Knowledge Graphs

2022-07-28 · Xiaohan Xu, Peng Zhang, Yongquan He, Chengpeng Chao 외

Inductive link prediction for knowledge graph aims at predicting missing links between unseen entities, those not shown in training stage. Most previous works learn entity-specific embeddings of entities, which cannot ha…

Inductive Link PredictionKnowledge GraphsLink Prediction

Neural Bellman-Ford Networks: A General Graph Neural Network Framework for Link Prediction

2021-06-13 · NeurIPS 2021 12 · Zhaocheng Zhu, Zuobai Zhang, Louis-Pascal Xhonneux, Jian Tang

Link prediction is a very fundamental task on graphs. Inspired by traditional path-based methods, in this paper we propose a general and flexible representation learning framework based on paths for link prediction. Spec…

Graph Neural NetworkInductive Relation PredictionKnowledge Graph CompletionLink Prediction+1

Explainable Link Prediction for Emerging Entities in Knowledge Graphs

2020-05-01 · Rajarshi Bhowmik, Gerard de Melo

Despite their large-scale coverage, cross-domain knowledge graphs invariably suffer from inherent incompleteness and sparsity. Link prediction can alleviate this by inferring a target entity, given a source entity and a …

Knowledge GraphsLink PredictionPredictionRepresentation Learning

Topology-Aware Correlations Between Relations for Inductive Link Prediction in Knowledge Graphs

2021-03-05 · Jiajun Chen, Huarui He, Feng Wu, Jie Wang

Inductive link prediction -- where entities during training and inference stages can be different -- has been shown to be promising for completing continuously evolving knowledge graphs. Existing models of inductive reas…

Inductive Link PredictionKnowledge GraphsLink PredictionPrediction+1