ProjE: Embedding Projection for Knowledge Graph Completion
Baoxu Shi, Tim Weninger

TL;DR
ProjE is a simple yet effective neural network model that improves knowledge graph completion by learning joint embeddings and modifying the loss function, outperforming complex models with fewer parameters.
Contribution
The paper introduces ProjE, a neural network architecture with subtle modifications that surpasses state-of-the-art models in knowledge graph completion without complex feature engineering.
Findings
ProjE outperforms current best methods by 37% on standard datasets.
ProjE has a smaller parameter size than most existing models.
ProjE effectively assesses the truthfulness of declarative statements.
Abstract
With the large volume of new information created every day, determining the validity of information in a knowledge graph and filling in its missing parts are crucial tasks for many researchers and practitioners. To address this challenge, a number of knowledge graph completion methods have been developed using low-dimensional graph embeddings. Although researchers continue to improve these models using an increasingly complex feature space, we show that simple changes in the architecture of the underlying model can outperform state-of-the-art models without the need for complex feature engineering. In this work, we present a shared variable neural network model called ProjE that fills-in missing information in a knowledge graph by learning joint embeddings of the knowledge graph's entities and edges, and through subtle, but important, changes to the standard loss function. In doing so,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
