ACL 2022findings6 citations

Implicit Relation Linking for Question Answering over Knowledge Graph

Yao Zhao, Jiacheng Huang, Wei Hu, Qijin Chen, XiaoXia Qiu, Chengfu Huo, Weijun Ren

Abstract

Relation linking (RL) is a vital module in knowledge-based question answering (KBQA) systems. It aims to link the relations expressed in natural language (NL) to the corresponding ones in knowledge graph (KG). Existing methods mainly rely on the textual similarities between NL and KG to build relation links. Due to the ambiguity of NL and the incompleteness of KG, many relations in NL are implicitly expressed, and may not link to a single relation in KG, which challenges the current methods. In this paper, we propose an implicit RL method called ImRL, which links relation phrases in NL to relation paths in KG. To find proper relation paths, we propose a novel path ranking model that aligns not only textual information in the word embedding space but also structural information in the KG embedding space between relation phrases in NL and relation paths in KG. Besides, we leverage a gated mechanism with attention to inject prior knowledge from external paraphrase dictionaries to address the relation phrases with vague meaning. Our experiments on two benchmark and a newly-created datasets show that ImRL significantly outperforms several state-of-the-art methods, especially for implicit RL.

BibTeX
@inproceedings{zhao-etal-2022-implicit,
    title = "Implicit Relation Linking for Question Answering over Knowledge Graph",
    author = "Zhao, Yao  and
      Huang, Jiacheng  and
      Hu, Wei  and
      Chen, Qijin  and
      Qiu, XiaoXia  and
      Huo, Chengfu  and
      Ren, Weijun",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-acl.312/",
    doi = "10.18653/v1/2022.findings-acl.312",
    pages = "3956--3968"
}
Implicit Relation Linking for Question Answering over Knowledge Graph · ACL 2022