TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Multi-Partition Embedding Interaction with Block Term Form...

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

Hung Nghiep Tran, Atsuhiro Takasu

2020-06-29Question AnsweringKnowledge Graph EmbeddingKnowledge Graph CompletionRecommendation SystemsGraph EmbeddingLink Prediction
PaperPDFCode(official)Code

Abstract

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.

Results

TaskDatasetMetricValueModel
Link Prediction FB15kHits@10.754MEI-BTD
Link Prediction FB15kHits@100.893MEI-BTD
Link Prediction FB15kHits@30.843MEI-BTD
Link Prediction FB15kMRR0.806MEI-BTD
Link PredictionYAGO3-10Hits@10.505MEI
Link PredictionYAGO3-10Hits@100.709MEI
Link PredictionYAGO3-10Hits@30.622MEI
Link PredictionYAGO3-10MR756MEI
Link PredictionYAGO3-10MRR0.578MEI
Link PredictionFB15kHits@10.757MEI (small)
Link PredictionFB15kHits@100.878MEI (small)
Link PredictionFB15kHits@30.823MEI (small)
Link PredictionFB15kMRR0.8MEI (small)
Link PredictionWN18RRHits@10.444MEI
Link PredictionWN18RRHits@100.551MEI
Link PredictionWN18RRHits@30.496MEI
Link PredictionWN18RRMRR0.481MEI
Link PredictionWN18Hits@10.946MEI (small)
Link PredictionWN18Hits@100.96MEI (small)
Link PredictionWN18Hits@30.953MEI (small)
Link PredictionWN18MRR0.951MEI (small)
Link PredictionWN18Hits@10.946MEI-BTD
Link PredictionWN18Hits@100.957MEI-BTD
Link PredictionWN18Hits@30.952MEI-BTD
Link PredictionWN18MRR0.95MEI-BTD
Link PredictionFB15k-237Hits@10.271MEI
Link PredictionFB15k-237Hits@100.552MEI
Link PredictionFB15k-237Hits@30.402MEI
Link PredictionFB15k-237MRR0.365MEI
Link PredictionKG20CHits@10.157MEI (small)
Link PredictionKG20CHits@100.368MEI (small)
Link PredictionKG20CHits@30.258MEI (small)
Link PredictionKG20CMRR0.23MEI (small)

Related Papers

IP2: Entity-Guided Interest Probing for Personalized News Recommendation2025-07-18A Reproducibility Study of Product-side Fairness in Bundle Recommendation2025-07-18From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17Enter the Mind Palace: Reasoning and Planning for Long-term Active Embodied Question Answering2025-07-17Vision-and-Language Training Helps Deploy Taxonomic Knowledge but Does Not Fundamentally Alter It2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17