Papers › Decompressing Knowledge Graph Representations for Link Prediction

Decompressing Knowledge Graph Representations for Link Prediction

11 Nov 2019arXiv:1911.04053archive 2025-07-28

Xiang Kong, Xianyang Chen, Eduard Hovy

This paper studies the problem of predicting missing relationships between entities in knowledge graphs through learning their representations. Currently, the majority of existing link prediction models employ simple but intuitive scoring functions and relatively small embedding size so that they could be applied to large-scale knowledge graphs. However, these properties also restrict the ability to learn more expressive and robust features. Therefore, diverging from most of the prior works which focus on designing new objective functions, we propose, DeCom, a simple but effective mechanism to boost the performance of existing link predictors such as DistMult, ComplEx, etc, through extracting more expressive features while preventing overfitting by adding just a few extra parameters. Specifically, embeddings of entities and relationships are first decompressed to a more expressive and robust space by decompressing functions, then knowledge graph embedding models are trained in this new feature space. Experimental results on several benchmark knowledge graphs and advanced link prediction systems demonstrate the generalization and effectiveness of our method. Especially, RESCAL + DeCom achieves state-of-the-art performance on the FB15k-237 benchmark across all evaluation metrics. In addition, we also show that compared with DeCom, explicitly increasing the embedding size significantly increase the number of parameters but could not achieve promising performance improvement.

PaperPDFCode

Code

shawnkx/Decom officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionPrediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Prediction FB15k-237 RESCAL + Decom Hits@1 0.261 #28 of 75 Archive leaderboard report
Link Prediction FB15k-237 RESCAL + Decom Hits@10 0.536 #28 of 75 Archive leaderboard report
Link Prediction FB15k-237 RESCAL + Decom Hits@3 0.388 #28 of 75 Archive leaderboard report
Link Prediction FB15k-237 RESCAL + Decom MRR 0.354 #28 of 75 Archive leaderboard report
Link Prediction WN18RR RESCAL + Decom Hits@1 0.427 #65 of 75 Archive leaderboard report
Link Prediction WN18RR RESCAL + Decom Hits@10 0.515 #65 of 75 Archive leaderboard report
Link Prediction WN18RR RESCAL + Decom Hits@3 0.469 #65 of 75 Archive leaderboard report
Link Prediction WN18RR RESCAL + Decom MRR 0.457 #65 of 75 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

RESCAL

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections