Graph neural network with knowledge graph

Knowledge Graphs contain factual information about the world, and providing a structural representation of this information. However, current knowledge graphs only contains a subset of the available information in the world. Link Prediction approaches aims to uncover the unknown information throu...

Full description

Saved in:
Bibliographic Details
Main Author: Ang, Qi Xuan
Other Authors: Xavier Bresson
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2020
Subjects:
Online Access:https://hdl.handle.net/10356/144969
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Knowledge Graphs contain factual information about the world, and providing a structural representation of this information. However, current knowledge graphs only contains a subset of the available information in the world. Link Prediction approaches aims to uncover the unknown information through predicting new links between existing entities in a Knowledge Graph, and is a key focus in Statistical Relational Learning (SRL). Current existing approaches to link prediction includes Tensor and Neural factorization methods, representing entities with low-dimensional representations. More recently, there has been works on investigating the use of Graph Convolutional Neural Network for learning the knowledge graph embeddings. In this report, we introduced a novel deep learning architecture inspired by works of Rela- tional Graph Convolutional Network (RGCN) and Gated Graph Convolutional Network (GatedGCN) for solving link prediction tasks in Knowledge Graphs. We focus on a range of Knowledge Graphs with different scale where our model predicts the edge labels be- tween any two connecting nodes in the graph. Our approach is able to outperform the baseline models on most of the Knowledge Graphs used in our experiments, indicating the increased capability of our model through distilling important features within RGCN and GatedGCN architecture.