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...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Ang, Qi Xuan
مؤلفون آخرون: Xavier Bresson
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2020
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/144969
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص: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.