Entity-Agnostic Representation Learning for Parameter-Efficient Knowledge Graph Embedding
Mingyang Chen, Wen Zhang, Zhen Yao, Yushan Zhu, Yang Gao, Jeff Z. Pan,, Huajun Chen

TL;DR
This paper introduces EARL, an entity-agnostic knowledge graph embedding method that reduces parameter storage costs by encoding entities through their relations and neighbors, achieving better link prediction with fewer parameters.
Contribution
The paper presents a novel entity-agnostic embedding approach that significantly lowers parameter count while maintaining or improving link prediction performance.
Findings
Fewer parameters than traditional methods.
Better link prediction accuracy.
Efficient encoding of entities via relations and neighbors.
Abstract
We propose an entity-agnostic representation learning method for handling the problem of inefficient parameter storage costs brought by embedding knowledge graphs. Conventional knowledge graph embedding methods map elements in a knowledge graph, including entities and relations, into continuous vector spaces by assigning them one or multiple specific embeddings (i.e., vector representations). Thus the number of embedding parameters increases linearly as the growth of knowledge graphs. In our proposed model, Entity-Agnostic Representation Learning (EARL), we only learn the embeddings for a small set of entities and refer to them as reserved entities. To obtain the embeddings for the full set of entities, we encode their distinguishable information from their connected relations, k-nearest reserved entities, and multi-hop neighbors. We learn universal and entity-agnostic encoders for…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
