ComDensE : Combined Dense Embedding of Relation-aware and Common Features for Knowledge Graph Completion
Minsang Kim, Seungjun Baek

TL;DR
ComDensE introduces a novel dense neural network architecture that combines relation-aware and common features for knowledge graph completion, achieving state-of-the-art link prediction performance.
Contribution
It proposes a new architecture, ComDensE, that effectively combines relation-specific and shared features using dense layers for improved KG completion.
Findings
Achieves state-of-the-art MRR and HIT@1 on FB15k-237 and WN18RR datasets.
Demonstrates the effectiveness of combining relation-aware and common features.
Extensive ablation study confirms the architecture's superior performance.
Abstract
Real-world knowledge graphs (KG) are mostly incomplete. The problem of recovering missing relations, called KG completion, has recently become an active research area. Knowledge graph (KG) embedding, a low-dimensional representation of entities and relations, is the crucial technique for KG completion. Convolutional neural networks in models such as ConvE, SACN, InteractE, and RGCN achieve recent successes. This paper takes a different architectural view and proposes ComDensE which combines relation-aware and common features using dense neural networks. In the relation-aware feature extraction, we attempt to create relational inductive bias by applying an encoding function specific to each relation. In the common feature extraction, we apply the common encoding function to all input embeddings. These encoding functions are implemented using dense layers in ComDensE. ComDensE achieves…
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 · Bayesian Modeling and Causal Inference · Data Quality and Management
MethodsRelational Graph Convolution Network
