Hierarchy Knowledge Graph for Parameter-Efficient Entity Embedding

Abstract

Traditional knowledge graphs (KGs) provide each entity with a unique embedding as a representation, which contains a lot of redundant information. Meanwhile, the space complexities of the KGs are positively related to the number of entities. In this work, we propose a hierarchical representation learning method, namely HRL, which is a parameter-efficient model where the number of model parameters is independent of dataset scales. Specifically, we propose a hierarchical model comprising a Meta Encoder and a Context Encoder to generate the representation of entities and relations. The Meta Encoder captures the common representations shared across entities, while the Context Encoder learns entity-specific representations. We further provide a theoretical analysis of model design by constructing a structural causal model (SCM) when completing a knowledge graph. The SCM outlines the relationships between nodes, where entity embeddings are conditioned on both common and entity-specific representations. Note that our model is designed to reduce model scale while maintaining competitive performance. We evaluate HRL on the knowledge graph completion task using three real-world datasets. The results demonstrate that HRL significantly outperforms existing parameter-efficient baselines, as well as traditional state-of-the-art baselines of similar scale.

Cite

Text

Gao et al. "Hierarchy Knowledge Graph for Parameter-Efficient Entity Embedding." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/313

Markdown

[Gao et al. "Hierarchy Knowledge Graph for Parameter-Efficient Entity Embedding." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/gao2025ijcai-hierarchy/) doi:10.24963/IJCAI.2025/313

BibTeX

@inproceedings{gao2025ijcai-hierarchy,
  title     = {{Hierarchy Knowledge Graph for Parameter-Efficient Entity Embedding}},
  author    = {Gao, Hepeng and Yang, Funing and Yang, Yongjian and Wang, Ying},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {2811-2819},
  doi       = {10.24963/IJCAI.2025/313},
  url       = {https://mlanthology.org/ijcai/2025/gao2025ijcai-hierarchy/}
}