Knowledge Embedding Based Graph Convolutional Network
Donghan Yu, Yiming Yang, Ruohong Zhang, Yuexin Wu

TL;DR
This paper introduces KE-GCN, a novel framework that integrates knowledge graph embeddings with graph convolutional networks to better leverage complex graph structures, especially in heterogeneous knowledge graphs.
Contribution
It proposes a unified framework that combines GCNs with knowledge embedding techniques, enabling joint propagation and updating of node and edge embeddings for complex graphs.
Findings
KE-GCN outperforms baseline methods in knowledge graph alignment.
KE-GCN achieves superior accuracy in entity classification tasks.
Theoretical analysis unifies existing GCN methods under a new perspective.
Abstract
Recently, a considerable literature has grown up around the theme of Graph Convolutional Network (GCN). How to effectively leverage the rich structural information in complex graphs, such as knowledge graphs with heterogeneous types of entities and relations, is a primary open challenge in the field. Most GCN methods are either restricted to graphs with a homogeneous type of edges (e.g., citation links only), or focusing on representation learning for nodes only instead of jointly propagating and updating the embeddings of both nodes and edges for target-driven objectives. This paper addresses these limitations by proposing a novel framework, namely the Knowledge Embedding based Graph Convolutional Network (KE-GCN), which combines the power of GCNs in graph-based belief propagation and the strengths of advanced knowledge embedding (a.k.a. knowledge graph embedding) methods, and goes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Domain Adaptation and Few-Shot Learning
MethodsGraph Convolutional Network
