End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion
Chao Shang, Yun Tang, Jing Huang, Jinbo Bi, Xiaodong He, Bowen Zhou

TL;DR
This paper introduces SACN, a novel end-to-end structure-aware convolutional network that combines graph convolutional networks and ConvE to improve knowledge base completion, achieving about 10% relative performance gains.
Contribution
The paper proposes SACN, integrating WGCN and Conv-TransE, to incorporate graph structure and node attributes into knowledge graph embeddings for improved accuracy.
Findings
SACN outperforms ConvE by about 10% on FB15k-237 and WN18RR datasets.
Incorporating graph structure and attributes improves embedding quality.
SACN maintains ConvE's link prediction performance while enhancing accuracy.
Abstract
Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D convolution over embeddings and multiple layers of nonlinear features to model knowledge graphs. The model can be efficiently trained and scalable to large knowledge graphs. However, there is no structure enforcement in the embedding space of ConvE. The recent graph convolutional network (GCN) provides another way of learning graph node embedding by successfully utilizing graph connectivity structure. In this work, we propose a novel end-to-end Structure-Aware Convolutional Network (SACN) that takes the benefit of GCN and ConvE together. SACN consists of an encoder of a weighted graph convolutional network (WGCN), and a decoder of a convolutional network called…
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 · Data Quality and Management · Topic Modeling
MethodsTransE · Graph Convolutional Network
