SOTAVerified

Improving Query Graph Generation for Complex Question Answering over Knowledge Base

2021-11-01EMNLP 2021Unverified0· sign in to hype

Kechen Qin, Cheng Li, Virgil Pavlu, Javed Aslam

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Most of the existing Knowledge-based Question Answering (KBQA) methods first learn to map the given question to a query graph, and then convert the graph to an executable query to find the answer. The query graph is typically expanded progressively from the topic entity based on a sequence prediction model. In this paper, we propose a new solution to query graph generation that works in the opposite manner: we start with the entire knowledge base and gradually shrink it to the desired query graph. This approach improves both the efficiency and the accuracy of query graph generation, especially for complex multi-hop questions. Experimental results show that our method achieves state-of-the-art performance on ComplexWebQuestion (CWQ) dataset.

Tasks

Reproductions