EMNLP 2022main21 citations

Transformer-based Entity Typing in Knowledge Graphs

Zhiwei Hu, Victor Gutierrez-Basulto, Zhiliang Xiang, Ru Li, Jeff Pan

Abstract

We investigate the knowledge graph entity typing task which aims at inferring plausible entity types. In this paper, we propose a novel Transformer-based Entity Typing (TET) approach, effectively encoding the content of neighbours of an entity by means of a transformer mechanism. More precisely, TET is composed of three different mechanisms: a local transformer allowing to infer missing entity types by independently encoding the information provided by each of its neighbours; a global transformer aggregating the information of all neighbours of an entity into a single long sequence to reason about more complex entity types; and a context transformer integrating neighbours content in a differentiated way through information exchange between neighbour pairs, while preserving the graph structure. Furthermore, TET uses information about class membership of types to semantically strengthen the representation of an entity. Experiments on two real-world datasets demonstrate the superior performance of TET compared to the state-of-the-art.

BibTeX
@inproceedings{hu-etal-2022-transformer,
    title = "Transformer-based Entity Typing in Knowledge Graphs",
    author = "Hu, Zhiwei  and
      Gutierrez-Basulto, Victor  and
      Xiang, Zhiliang  and
      Li, Ru  and
      Pan, Jeff",
    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.402/",
    doi = "10.18653/v1/2022.emnlp-main.402",
    pages = "5988--6001"
}
Transformer-based Entity Typing in Knowledge Graphs · EMNLP 2022