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/Embedding Entities and Relations for Learning and Inferenc...

Embedding Entities and Relations for Learning and Inference in Knowledge Bases

Bishan Yang, Wen-tau Yih, Xiaodong He, Jianfeng Gao, Li Deng

2014-12-20Link Prediction
PaperPDFCodeCodeCodeCodeCodeCodeCodeCodeCodeCode

Abstract

We consider learning representations of entities and relations in KBs using the neural-embedding approach. We show that most existing models, including NTN (Socher et al., 2013) and TransE (Bordes et al., 2013b), can be generalized under a unified learning framework, where entities are low-dimensional vectors learned from a neural network and relations are bilinear and/or linear mapping functions. Under this framework, we compare a variety of embedding models on the link prediction task. We show that a simple bilinear formulation achieves new state-of-the-art results for the task (achieving a top-10 accuracy of 73.2% vs. 54.7% by TransE on Freebase). Furthermore, we introduce a novel approach that utilizes the learned relation embeddings to mine logical rules such as "BornInCity(a,b) and CityInCountry(b,c) => Nationality(a,c)". We find that embeddings learned from the bilinear objective are particularly good at capturing relational semantics and that the composition of relations is characterized by matrix multiplication. More interestingly, we demonstrate that our embedding-based rule extraction approach successfully outperforms a state-of-the-art confidence-based rule mining approach in mining Horn rules that involve compositional reasoning.

Results

TaskDatasetMetricValueModel
Link PredictionUMLSHits@100.846DistMult
Link PredictionUMLSMR5.52DistMult
Link PredictionWN18RRHits@10.39DisMult
Link PredictionWN18RRMRR0.43DisMult
Link PredictionWN18Hits@10.728DistMult
Link PredictionWN18Hits@100.936DistMult
Link PredictionWN18Hits@30.914DistMult
Link PredictionWN18MR902DistMult
Link PredictionWN18MRR0.822DistMult
Link PredictionFB15k-237Hits@100.419DistMult
Link PredictionFB15k-237MRR0.241DistMult
Link Property Predictionogbl-wikikg2Number of params1250569500DistMult (500dim)
Link Property Predictionogbl-wikikg2Number of params250113900DistMult (100dim)
Link Property Predictionogbl-biokgNumber of params187648000DistMult

Related Papers

Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Directed Link Prediction using GNN with Local and Global Feature Fusion2025-06-25Demystifying Distributed Training of Graph Neural Networks for Link Prediction2025-06-25Call Me Maybe: Enhancing JavaScript Call Graph Construction using Graph Neural Networks2025-06-22A Transfer Learning Framework for Multilayer Networks via Model Averaging2025-06-14