SOTAVerified

GreenKGC: A Lightweight Knowledge Graph Completion Method

2022-08-19Code Available1· sign in to hype

Yun-Cheng Wang, Xiou Ge, Bin Wang, C. -C. Jay Kuo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Knowledge graph completion (KGC) aims to discover missing relationships between entities in knowledge graphs (KGs). Most prior KGC work focuses on learning embeddings for entities and relations through a simple scoring function. Yet, a higher-dimensional embedding space is usually required for a better reasoning capability, which leads to a larger model size and hinders applicability to real-world problems (e.g., large-scale KGs or mobile/edge computing). A lightweight modularized KGC solution, called GreenKGC, is proposed in this work to address this issue. GreenKGC consists of three modules: representation learning, feature pruning, and decision learning, to extract discriminant KG features and make accurate predictions on missing relationships using classifiers and negative sampling. Experimental results demonstrate that, in low dimensions, GreenKGC can outperform SOTA methods in most datasets. In addition, low-dimensional GreenKGC can achieve competitive or even better performance against high-dimensional models with a much smaller model size.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
FB15k-237RotatE + GreenKGC (Ours)Hits@10.27Unverified
FB15k-237TransE + GreenKGC (Ours)Hits@10.25Unverified
WN18RRRotatE + GreenKGC (Ours)Hits@100.49Unverified
WN18RRTransE + GreenKGC (Ours)Hits@100.41Unverified

Reproductions