Graph Reasoning for Question Answering with Triplet Retrieval
作者:Shiyang Li, Yifan Gao, Haoming Jiang, Qingyu Yin, Zheng Li, Xifeng Yan, Chao Zhang, Bing Yin · 年份:2023 · DOI:10.18653/v1/2023.findings-acl.208 · 被引用次数:40 · 研究领域:Topic Modeling、Advanced Graph Neural Networks、Natural Language Processing Techniques
Answering complex questions often requires reasoning over knowledge graphs (KGs).Stateof-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 Open-bookQA datasets show that our method can outperform state-of-the-art up to 4.6% absolute accuracy.