English

Graph Reasoning for Question Answering with Triplet Retrieval

Computation and Language 2023-05-31 v1

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.

Keywords

Cite

@article{arxiv.2305.18742,
  title  = {Graph Reasoning for Question Answering with Triplet Retrieval},
  author = {Shiyang Li and Yifan Gao and Haoming Jiang and Qingyu Yin and Zheng Li and Xifeng Yan and Chao Zhang and Bing Yin},
  journal= {arXiv preprint arXiv:2305.18742},
  year   = {2023}
}

Comments

Findings of ACL 2023

R2 v1 2026-06-28T10:50:13.234Z