AICLOct 22, 2019

Question Answering over Knowledge Graphs via Structural Query Patterns

arXiv:1910.09760v213 citations
Originality Incremental advance
AI Analysis

It addresses the problem of bridging unstructured questions and structured knowledge graphs for users, but appears incremental as it builds on existing query-based methods.

The paper tackles the challenge of natural language question answering over knowledge graphs by proposing an approach based on structural query patterns, which outperforms state-of-the-art methods on three benchmarks.

Natural language question answering over knowledge graphs is an important and interesting task as it enables common users to gain accurate answers in an easy and intuitive manner. However, it remains a challenge to bridge the gap between unstructured questions and structured knowledge graphs. To address the problem, a natural discipline is building a structured query to represent the input question. Searching the structured query over the knowledge graph can produce answers to the question. Distinct from the existing methods that are based on semantic parsing or templates, we propose an effective approach powered by a novel notion, structural query pattern, in this paper. Given an input question, we first generate its query sketch that is compatible with the underlying structure of the knowledge graph. Then, we complete the query graph by labeling the nodes and edges under the guidance of the structural query pattern. Finally, answers can be retrieved by executing the constructed query graph over the knowledge graph. Evaluations on three question answering benchmarks show that our proposed approach outperforms state-of-the-art methods significantly.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes