DBAILGMar 3, 2023

Towards a GML-Enabled Knowledge Graph Platform

arXiv:2303.02166v15 citationsh-index: 17Has Code
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for researchers and practitioners working with knowledge graphs, aiming to enhance scalability and accessibility of GML tasks.

The paper tackles the challenge of efficiently applying graph machine learning (GML) to knowledge graphs by proposing KGNet, a platform that automates training on task-specific subgraphs, which significantly reduced training time and memory usage while maintaining or improving accuracy in evaluations on real KGs.

This vision paper proposes KGNet, an on-demand graph machine learning (GML) as a service on top of RDF engines to support GML-enabled SPARQL queries. KGNet automates the training of GML models on a KG by identifying a task-specific subgraph. This helps reduce the task-irrelevant KG structure and properties for better scalability and accuracy. While training a GML model on KG, KGNet collects metadata of trained models in the form of an RDF graph called KGMeta, which is interlinked with the relevant subgraphs in KG. Finally, all trained models are accessible via a SPARQL-like query. We call it a GML-enabled query and refer to it as SPARQLML. KGNet supports SPARQLML on top of existing RDF engines as an interface for querying and inferencing over KGs using GML models. The development of KGNet poses research opportunities in several areas, including meta-sampling for identifying task-specific subgraphs, GML pipeline automation with computational constraints, such as limited time and memory budget, and SPARQLML query optimization. KGNet supports different GML tasks, such as node classification, link prediction, and semantic entity matching. We evaluated KGNet using two real KGs of different application domains. Compared to training on the entire KG, KGNet significantly reduced training time and memory usage while maintaining comparable or improved accuracy. The KGNet source-code is available for further study

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes