EMNLP 2022main20 citations

Learning Inter-Entity-Interaction for Few-Shot Knowledge Graph Completion

Yuling Li, Kui Yu, Xiaoling Huang, Yuhong Zhang

Abstract

Few-shot knowledge graph completion (FKGC) aims to infer unknown fact triples of a relation using its few-shot reference entity pairs. Recent FKGC studies focus on learning semantic representations of entity pairs by separately encoding the neighborhoods of head and tail entities. Such practice, however, ignores the inter-entity interaction, resulting in low-discrimination representations for entity pairs, especially when these entity pairs are associated with 1-to-N, N-to-1, and N-to-N relations. To address this issue, this paper proposes a novel FKGC model, named Cross-Interaction Attention Network (CIAN) to investigate the inter-entity interaction between head and tail entities. Specifically, we first explore the interactions within entities by computing the attention between the task relation and each entity neighbor, and then model the interactions between head and tail entities by letting an entity to attend to the neighborhood of its paired entity. In this way, CIAN can figure out the relevant semantics between head and tail entities, thereby generating more discriminative representations for entity pairs. Extensive experiments on two public datasets show that CIAN outperforms several state-of-the-art methods. The source code is available at https://github.com/cjlyl/FKGC-CIAN.

BibTeX
@inproceedings{li-etal-2022-learning-inter,
    title = "Learning Inter-Entity-Interaction for Few-Shot Knowledge Graph Completion",
    author = "Li, Yuling  and
      Yu, Kui  and
      Huang, Xiaoling  and
      Zhang, Yuhong",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.524/",
    doi = "10.18653/v1/2022.emnlp-main.524",
    pages = "7691--7700"
}
Learning Inter-Entity-Interaction for Few-Shot Knowledge Graph Completion · EMNLP 2022