EMNLP 2022main26 citations

SQUIRE: A Sequence-to-sequence Framework for Multi-hop Knowledge Graph Reasoning

Yushi Bai, Xin Lv, Juanzi Li, Lei Hou, Yincen Qu, Zelin Dai, Feiyu Xiong

Abstract

Multi-hop knowledge graph (KG) reasoning has been widely studied in recent years to provide interpretable predictions on missing links with evidential paths. Most previous works use reinforcement learning (RL) based methods that learn to navigate the path towards the target entity. However, these methods suffer from slow and poor convergence, and they may fail to infer a certain path when there is a missing edge along the path. Here we present SQUIRE, the first Sequence-to-sequence based multi-hop reasoning framework, which utilizes an encoder-decoder Transformer structure to translate the query to a path. Our framework brings about two benefits: (1) It can learn and predict in an end-to-end fashion, which gives better and faster convergence; (2) Our transformer model does not rely on existing edges to generate the path, and has the flexibility to complete missing edges along the path, especially in sparse KGs. Experiments on standard and sparse KGs show that our approach yields significant improvement over prior methods, while converging 4x-7x faster.

BibTeX
@inproceedings{bai-etal-2022-squire,
    title = "{SQUIRE}: A Sequence-to-sequence Framework for Multi-hop Knowledge Graph Reasoning",
    author = "Bai, Yushi  and
      Lv, Xin  and
      Li, Juanzi  and
      Hou, Lei  and
      Qu, Yincen  and
      Dai, Zelin  and
      Xiong, Feiyu",
    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.107/",
    doi = "10.18653/v1/2022.emnlp-main.107",
    pages = "1649--1662"
}
SQUIRE: A Sequence-to-sequence Framework for Multi-hop Knowledge Graph Reasoning · EMNLP 2022