Fast Knowledge Graph Completion using Graphics Processing Units
Chun-Hee Lee, Dong-oh Kang, Hwa Jeon Song

TL;DR
This paper introduces a GPU-accelerated framework for knowledge graph completion that transforms the problem into a similarity join task, enabling faster processing of large-scale knowledge graphs.
Contribution
It proposes a novel GPU-based method that transforms knowledge graph completion into a similarity join problem for models in a metric space, improving efficiency.
Findings
Significantly faster completion times on large knowledge graphs
Effective transformation of completion problem into similarity join
Demonstrated scalability and efficiency of the GPU framework
Abstract
Knowledge graphs can be used in many areas related to data semantics such as question-answering systems, knowledge based systems. However, the currently constructed knowledge graphs need to be complemented for better knowledge in terms of relations. It is called knowledge graph completion. To add new relations to the existing knowledge graph by using knowledge graph embedding models, we have to evaluate vector operations, where is the number of entities and is the number of relation types. It is very costly. In this paper, we provide an efficient knowledge graph completion framework on GPUs to get new relations using knowledge graph embedding vectors. In the proposed framework, we first define "transformable to a metric space" and then provide a method to transform the knowledge graph completion problem into the similarity join problem for a model which is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Semantic Web and Ontologies · Topic Modeling
