Improving Query Graph Generation for Complex Question Answering over Knowledge Base
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph GenerationQuestion AnsweringSimilar Papers 제목 키워드 기반
Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases
Previous work on answering complex questions from knowledge bases usually separately addresses two types of complexity: questions with constraints and questions with multiple hops of relations. In this paper, we handle b…
Graph GenerationSemantic Structure based Query Graph Prediction for Question Answering over Knowledge Graph
Building query graphs from natural language questions is an important step in complex question answering over knowledge graph (Complex KGQA). In general, a question can be correctly answered if its query graph is built c…
Graph GenerationQuestion AnsweringFormal Query Building with Query Structure Prediction for Complex Question Answering over Knowledge Base
Formal query building is an important part of complex question answering over knowledge bases. It aims to build correct executable queries for questions. Recent methods try to rank candidate queries generated by a state-…
DecoderGraph GenerationKnowledge Base Question AnsweringQuestion AnsweringA Question Answering System Using Graph-Pattern Association Rules (QAGPAR) On YAGO Knowledge Base
A question answering system (QA System) was developed that uses graph-pattern association rules on the YAGO knowledge base. The answer as output of the system is provided based on a user question as input. If the answer …
General ClassificationQuestion AnsweringTCAR-Gen: Temporal Graph Retrieval with Evidence Fusion for Knowledge-Grounded Generation
Retrieval-augmented generation systems struggle with temporal reasoning and evidence fusion when answering complex questions over historical criminal case narratives. Existing approaches either retrieve independently of …
Question AnsweringAnswer Generation