paper-with-me

Papers

Knowledge Enhanced Graph Neural Networks for Graph Completion

2023-03-27 · Luisa Werner, Nabil Layaïda, Pierre Genevès, Sarah Chlyah

Graph data is omnipresent and has a wide variety of applications, such as in natural science, social networks, or the semantic web. However, while being rich in information, graphs are often noisy and incomplete. As a result, graph completion tasks, such as node classification or link prediction, have gained attention. On one hand, neural methods, such as graph neural networks, have proven to be robust tools for learning rich representations of noisy graphs. On the other hand, symbolic methods enable exact reasoning on graphs.We propose Knowledge Enhanced Graph Neural Networks (KeGNN), a neuro-symbolic framework for graph completion that combines both paradigms as it allows for the integration of prior knowledge into a graph neural network model.Essentially, KeGNN consists of a graph neural network as a base upon which knowledge enhancement layers are stacked with the goal of refining predictions with respect to prior knowledge.We instantiate KeGNN in conjunction with two state-of-the-art graph neural networks, Graph Convolutional Networks and Graph Attention Networks, and evaluate KeGNN on multiple benchmark datasets for node classification.

📄 PDF Abstract BibTeX arXiv:2303.15487

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural NetworkLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Context-Enhanced Entity and Relation Embedding for Knowledge Graph Completion

2020-12-13 · Ziyue Qiao, Zhiyuan Ning, Yi Du, Yuanchun Zhou

Most researches for knowledge graph completion learn representations of entities and relations to predict missing links in incomplete knowledge graphs. However, these methods fail to take full advantage of both the conte…

Knowledge Graph CompletionKnowledge GraphsRelation

Commonsense Knowledge Base Completion with Structural and Semantic Context

2019-10-07 · Chaitanya Malaviya, Chandra Bhagavatula, Antoine Bosselut, Yejin Choi

Automatic KB completion for commonsense knowledge graphs (e.g., ATOMIC and ConceptNet) poses unique challenges compared to the much studied conventional knowledge bases (e.g., Freebase). Commonsense knowledge graphs use …

Computational EfficiencyKnowledge Base CompletionKnowledge GraphsLanguage Modelling+2

NNKGC: Improving Knowledge Graph Completion with Node Neighborhoods

2023-02-13 · Irene Li, Boming Yang

Knowledge graph completion (KGC) aims to discover missing relations of query entities. Current text-based models utilize the entity name and description to infer the tail entity given the head entity and a certain relati…

Knowledge Graph CompletionLink Prediction

Association Rules Enhanced Knowledge Graph Attention Network

2020-11-14 · Zhenghao Zhang, Jianbin Huang, Qinglin Tan

Most existing knowledge graphs suffer from incompleteness. Embedding knowledge graphs into continuous vector spaces has recently attracted increasing interest in knowledge base completion. However, in most existing embed…

Graph AttentionGraph EmbeddingKnowledge Base CompletionKnowledge Graph Completion+4

Knowledge Graph Completion with Pre-trained Multimodal Transformer and Twins Negative Sampling

2022-09-15 · Yichi Zhang, Wen Zhang

Knowledge graphs (KGs) that modelings the world knowledge as structural triples are inevitably incomplete. Such problems still exist for multimodal knowledge graphs (MMKGs). Thus, knowledge graph completion (KGC) is of g…

Knowledge Graph CompletionKnowledge GraphsLink PredictionWorld Knowledge