ACL 2023findings9 citations

Contrastive Learning with Generated Representations for Inductive Knowledge Graph Embedding

Qian Li, Shafiq Joty, Daling Wang, Shi Feng, Yifei Zhang, Chengwei Qin

Abstract

With the evolution of Knowledge Graphs (KGs), new entities emerge which are not seen before. Representation learning of KGs in such an inductive setting aims to capture and transfer the structural patterns from existing entities to new entities. However, the performance of existing methods in inductive KGs are limited by sparsity and implicit transfer. In this paper, we propose VMCL, a Contrastive Learning (CL) framework with graph guided Variational autoencoder on Meta-KGs in the inductive setting. We first propose representation generation to capture the encoded and generated representations of entities, where the generated variations can densify representations with complementary features. Then, we design two CL objectives that work across entities and meta-KGs to simulate the transfer mode. With extensive experiments we demonstrate that our proposed VMCL can significantly outperform previous state-of-the-art baselines.

BibTeX
@inproceedings{li-etal-2023-contrastive-learning,
    title = "Contrastive Learning with Generated Representations for Inductive Knowledge Graph Embedding",
    author = "Li, Qian  and
      Joty, Shafiq  and
      Wang, Daling  and
      Feng, Shi  and
      Zhang, Yifei  and
      Qin, Chengwei",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.900/",
    doi = "10.18653/v1/2023.findings-acl.900",
    pages = "14273--14287"
}