Robust Embedding with Multi-Level Structures for Link Prediction

Abstract

Knowledge Graph (KG) embedding has become crucial for the task of link prediction. Recent work applies encoder-decoder models to tackle this problem, where an encoder is formulated as a graph neural network (GNN) and a decoder is represented by an embedding method. These approaches enforce embedding techniques with structure information. Unfortunately, existing GNN-based frameworks still confront 3 severe problems: low representational power, stacking in a flat way, and poor robustness to noise. In this work, we propose a novel multi-level graph neural network (M-GNN) to address the above challenges. We first identify an injective aggregate scheme and design a powerful GNN layer using multi-layer perceptrons (MLPs). Then, we define graph coarsening schemes for various kinds of relations, and stack GNN layers on a series of coarsened graphs, so as to model hierarchical structures. Furthermore, attention mechanisms are adopted so that our approach can make predictions accurately even on the noisy knowledge graph. Results on WN18 and FB15k datasets show that our approach is effective in the standard link prediction task, significantly and consistently outperforming competitive baselines. Furthermore, robustness analysis on FB15k-237 dataset demonstrates that our proposed M-GNN is highly robust to sparsity and noise.

Cite

Text

Wang et al. "Robust Embedding with Multi-Level Structures for Link Prediction." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/728

Markdown

[Wang et al. "Robust Embedding with Multi-Level Structures for Link Prediction." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/wang2019ijcai-robust/) doi:10.24963/IJCAI.2019/728

BibTeX

@inproceedings{wang2019ijcai-robust,
  title     = {{Robust Embedding with Multi-Level Structures for Link Prediction}},
  author    = {Wang, Zihan and Ren, Zhaochun and He, Chunyu and Zhang, Peng and Hu, Yue},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {5240-5246},
  doi       = {10.24963/IJCAI.2019/728},
  url       = {https://mlanthology.org/ijcai/2019/wang2019ijcai-robust/}
}