paper-with-me

홈 › Papers

VN Network: Embedding Newly Emerging Entities with Virtual Neighbors

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

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-consuming to retrain embeddings for newly emerging entities. To address this issue, recent works apply the graph neural network on the existing neighbors of the unseen entities. In this paper, we propose a novel framework, namely Virtual Neighbor (VN) network, to address three key challenges. Firstly, to reduce the neighbor sparsity problem, we introduce the concept of the virtual neighbors inferred by rules. And we assign soft labels to these neighbors by solving a rule-constrained problem, rather than simply regarding them as unquestionably true. Secondly, many existing methods only use one-hop or two-hop neighbors for aggregation and ignore the distant information that may be helpful. Instead, we identify both logic and symmetric path rules to capture complex patterns. Finally, instead of one-time injection of rules, we employ an iterative learning scheme between the embedding method and virtual neighbor prediction to capture the interactions within. Experimental results on two knowledge graph completion tasks demonstrate that our VN network significantly outperforms state-of-the-art baselines. Furthermore, results on Subject/Object-R show that our proposed VN network is highly robust to the neighbor sparsity problem.

📄 PDF Abstract BibTeX arXiv:2402.14033

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkKnowledge Graph CompletionNetwork Embedding

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Reasoning Through Memorization: Nearest Neighbor Knowledge Graph Embeddings

2022-01-14 · Peng Wang, Xin Xie, Xiaohan Wang, Ningyu Zhang

Previous knowledge graph embedding approaches usually map entities to representations and utilize score functions to predict the target entities, yet they typically struggle to reason rare or emerging unseen entities. In…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction+1

Logic Attention Based Neighborhood Aggregation for Inductive Knowledge Graph Embedding

2018-11-04 · Peifeng Wang, Jialong Han, Chenliang Li, Rong pan

Knowledge graph embedding aims at modeling entities and relations with low-dimensional vectors. Most previous methods require that all entities should be seen during training, which is unpractical for real-world knowledg…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Iteratively Learning Representations for Unseen Entities with Inter-Rule Correlations

2023-05-17 · Zihan Wang, Kai Zhao, Yongquan He, Zhumin Chen 외

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, resultin…

Knowledge Graph CompletionKnowledge GraphsLink PredictionTriple Classification

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

Early Discovery of Emerging Entities in Microblogs

2019-07-08 · Satoshi Akasaki, Naoki Yoshinaga, Masashi Toyoda

Keeping up to date on emerging entities that appear every day is indispensable for various applications, such as social-trend analysis and marketing research. Previous studies have attempted to detect unseen entities tha…

Marketing