Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GreenKGC: A Lightweight Knowledge Graph Completion Method

About

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.

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

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1050.7
419
Link PredictionWN18RR (test)
Hits@1049.1
380
Knowledge Graph CompletionFB15k-237 (test)
MRR0.345
179
Knowledge Graph CompletionWN18RR (test)
MRR0.411
177
Link PredictionYAGO3-10 (test)
MRR45.3
127
Link Predictionogbl-wikikg2 (test)
MRR0.336
95
Link Predictionogbl-wikikg2 (val)
MRR0.341
87
Knowledge Base CompletionYAGO3-10 (test)
MRR0.453
71
Showing 8 of 8 rows

Other info

Code

Follow for update