ACL 2023findings35 citations

Graph Reasoning for Question Answering with Triplet Retrieval

Shiyang Li, Yifan Gao, Haoming Jiang, Qingyu Yin, Zheng Li, Xifeng Yan, Chao Zhang, Bing Yin

Abstract

Answering complex questions often requires reasoning over knowledge graphs (KGs). State-of-the-art methods often utilize entities in questions to retrieve local subgraphs, which are then fed into KG encoder, e.g. graph neural networks (GNNs), to model their local structures and integrated into language models for question answering. However, this paradigm constrains retrieved knowledge in local subgraphs and discards more diverse triplets buried in KGs that are disconnected but useful for question answering. In this paper, we propose a simple yet effective method to first retrieve the most relevant triplets from KGs and then rerank them, which are then concatenated with questions to be fed into language models. Extensive results on both CommonsenseQA and OpenbookQA datasets show that our method can outperform state-of-the-art up to 4.6% absolute accuracy.

BibTeX
@inproceedings{li-etal-2023-graph,
    title = "Graph Reasoning for Question Answering with Triplet Retrieval",
    author = "Li, Shiyang  and
      Gao, Yifan  and
      Jiang, Haoming  and
      Yin, Qingyu  and
      Li, Zheng  and
      Yan, Xifeng  and
      Zhang, Chao  and
      Yin, Bing",
    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.208/",
    doi = "10.18653/v1/2023.findings-acl.208",
    pages = "3366--3375"
}
Graph Reasoning for Question Answering with Triplet Retrieval · ACL 2023