Hardware-agnostic Computation for Large-scale Knowledge Graph Embeddings
Caglar Demir, Axel-Cyrille Ngonga Ngomo

TL;DR
This paper introduces a hardware-agnostic framework for large-scale knowledge graph embeddings that addresses real-world challenges like scalability, hyperparameter tuning, and continual learning, supported by open-source tools and pre-trained models.
Contribution
The authors present a novel framework combining DASK, Pytorch Lightning, and Hugging Face for scalable, hardware-agnostic knowledge graph embedding computation, including pre-trained models.
Findings
Supports large knowledge graphs with over 11.4 billion parameters.
Addresses hyperparameter tuning and continual learning challenges.
Provides open-source tools and pre-trained models for practical use.
Abstract
Knowledge graph embedding research has mainly focused on learning continuous representations of knowledge graphs towards the link prediction problem. Recently developed frameworks can be effectively applied in research related applications. Yet, these frameworks do not fulfill many requirements of real-world applications. As the size of the knowledge graph grows, moving computation from a commodity computer to a cluster of computers in these frameworks becomes more challenging. Finding suitable hyperparameter settings w.r.t. time and computational budgets are left to practitioners. In addition, the continual learning aspect in knowledge graph embedding frameworks is often ignored, although continual learning plays an important role in many real-world (deep) learning-driven applications. Arguably, these limitations explain the lack of publicly available knowledge graph embedding models…
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 · Explainable Artificial Intelligence (XAI) · Topic Modeling
