Papers › Multi-Partition Embedding Interaction with Block Term Format for Knowledge Graph Completion

Multi-Partition Embedding Interaction with Block Term Format for Knowledge Graph Completion

29 Jun 2020arXiv:2006.16365archive 2025-07-28

Hung Nghiep Tran, Atsuhiro Takasu

Knowledge graph completion is an important task that aims to predict the missing relational link between entities. Knowledge graph embedding methods perform this task by representing entities and relations as embedding vectors and modeling their interactions to compute the matching score of each triple. Previous work has usually treated each embedding as a whole and has modeled the interactions between these whole embeddings, potentially making the model excessively expensive or requiring specially designed interaction mechanisms. In this work, we propose the multi-partition embedding interaction (MEI) model with block term format to systematically address this problem. MEI divides each embedding into a multi-partition vector to efficiently restrict the interactions. Each local interaction is modeled with the Tucker tensor format and the full interaction is modeled with the block term tensor format, enabling MEI to control the trade-off between expressiveness and computational cost, learn the interaction mechanisms from data automatically, and achieve state-of-the-art performance on the link prediction task. In addition, we theoretically study the parameter efficiency problem and derive a simple empirically verified criterion for optimal parameter trade-off. We also apply the framework of MEI to provide a new generalized explanation for several specially designed interaction mechanisms in previous models. The source code is released at https://github.com/tranhungnghiep/MEI-KGE.

PaperPDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

tranhungnghiep/MEI-KGE officialmentioned in papermentioned on GitHubpytorch report
tranhungnghiep/AnalyzeKGE mentioned on GitHubtf 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 CompletionKnowledge Graph EmbeddingLink PredictionQuestion AnsweringRecommendation Systems

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Prediction FB15k MEI (small) Hits@1 0.757 #3 of 10 Archive leaderboard report
Link Prediction FB15k MEI (small) Hits@10 0.878 #3 of 10 Archive leaderboard report
Link Prediction FB15k MEI (small) Hits@3 0.823 #3 of 10 Archive leaderboard report
Link Prediction FB15k MEI (small) MRR 0.800 #3 of 10 Archive leaderboard report
Link Prediction FB15k MEI-BTD Hits@1 0.754 #5 of 23 Archive leaderboard report
Link Prediction FB15k MEI-BTD Hits@10 0.893 #5 of 23 Archive leaderboard report
Link Prediction FB15k MEI-BTD Hits@3 0.843 #5 of 23 Archive leaderboard report
Link Prediction FB15k MEI-BTD MRR 0.806 #5 of 23 Archive leaderboard report
Link Prediction FB15k-237 MEI Hits@1 0.271 #13 of 75 Archive leaderboard report
Link Prediction FB15k-237 MEI Hits@10 0.552 #13 of 75 Archive leaderboard report
Link Prediction FB15k-237 MEI Hits@3 0.402 #13 of 75 Archive leaderboard report
Link Prediction FB15k-237 MEI MRR 0.365 #13 of 75 Archive leaderboard report
Link Prediction KG20C MEI (small) Hits@1 0.157 #1 of 3 Archive leaderboard report
Link Prediction KG20C MEI (small) Hits@10 0.368 #1 of 3 Archive leaderboard report
Link Prediction KG20C MEI (small) Hits@3 0.258 #1 of 3 Archive leaderboard report
Link Prediction KG20C MEI (small) MRR 0.230 #1 of 3 Archive leaderboard report
Link Prediction WN18 MEI (small) Hits@1 0.946 #5 of 37 Archive leaderboard report
Link Prediction WN18 MEI (small) Hits@10 0.960 #5 of 37 Archive leaderboard report
Link Prediction WN18 MEI (small) Hits@3 0.953 #5 of 37 Archive leaderboard report
Link Prediction WN18 MEI (small) MRR 0.951 #5 of 37 Archive leaderboard report
Link Prediction WN18 MEI-BTD Hits@1 0.946 #13 of 37 Archive leaderboard report
Link Prediction WN18 MEI-BTD Hits@10 0.957 #13 of 37 Archive leaderboard report
Link Prediction WN18 MEI-BTD Hits@3 0.952 #13 of 37 Archive leaderboard report
Link Prediction WN18 MEI-BTD MRR 0.950 #13 of 37 Archive leaderboard report
Link Prediction WN18RR MEI Hits@1 0.444 #52 of 75 Archive leaderboard report
Link Prediction WN18RR MEI Hits@10 0.551 #52 of 75 Archive leaderboard report
Link Prediction WN18RR MEI Hits@3 0.496 #52 of 75 Archive leaderboard report
Link Prediction WN18RR MEI MRR 0.481 #52 of 75 Archive leaderboard report
Link Prediction YAGO3-10 MEI Hits@1 0.505 #4 of 18 Archive leaderboard report
Link Prediction YAGO3-10 MEI Hits@10 0.709 #4 of 18 Archive leaderboard report
Link Prediction YAGO3-10 MEI Hits@3 0.622 #4 of 18 Archive leaderboard report
Link Prediction YAGO3-10 MEI MR 756 #4 of 18 Archive leaderboard report
Link Prediction YAGO3-10 MEI MRR 0.578 #4 of 18 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

Introduced by this paper: MEI

MEITuckER

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