Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Outlining and Filling: Hierarchical Query Graph Generation for Answering Complex Questions over Knowledge Graphs

About

Query graph construction aims to construct the correct executable SPARQL on the KG to answer natural language questions. Although recent methods have achieved good results using neural network-based query graph ranking, they suffer from three new challenges when handling more complex questions: 1) complicated SPARQL syntax, 2) huge search space, and 3) locally ambiguous query graphs. In this paper, we provide a new solution. As a preparation, we extend the query graph by treating each SPARQL clause as a subgraph consisting of vertices and edges and define a unified graph grammar called AQG to describe the structure of query graphs. Based on these concepts, we propose a novel end-to-end model that performs hierarchical autoregressive decoding to generate query graphs. The high-level decoding generates an AQG as a constraint to prune the search space and reduce the locally ambiguous query graph. The bottom-level decoding accomplishes the query graph construction by selecting appropriate instances from the preprepared candidates to fill the slots in the AQG. The experimental results show that our method greatly improves the SOTA performance on complex KGQA benchmarks. Equipped with pre-trained models, the performance of our method is further improved, achieving SOTA for all three datasets used.

Yongrui Chen, Huiying Li, Guilin Qi, Tianxing Wu, Tenggou Wang• 2021

Related benchmarks

TaskDatasetResultRank
Knowledge Base Question AnsweringWEBQSP (test)
Hit@176.9
143
Knowledge Graph Question AnsweringCWQ (test)
Hits@165.3
69
Knowledge Base Question AnsweringWebQSP Freebase (test)
F1 Score76.6
46
Knowledge Base Question AnsweringCWQ (test)--
42
Knowledge Base Question AnsweringLC-QuAD 1.0 (test)
F1 Score78.1
28
Knowledge Graph Question AnsweringComplexWebQuestions (CWQ) 1.1 (test)
Hit@10.689
25
Knowledge Base Question AnsweringCWQ Freebase (test)
Hits@168.9
19
Natural Language Question AnsweringLC-QuAD (test)
Tkg Score1.03e+3
3
Natural Language Question AnsweringWEBQSP (test)
Tkg1.45e+3
3
Showing 9 of 9 rows

Other info

Code

Follow for update