How To Build Templates For Rdf Question/Answering-An Uncertain Graph Similarity Join Approach

Weiguo Zheng,Lei Zou,Xiang Lian,Jeffrey Xu Yu,Shaoxu Song,Dongyan Zhao
DOI: https://doi.org/10.1145/2723372.2747648
2015-01-01
Abstract:A challenging task in the natural language question answering (Q/A for short) over RDF knowledge graph is how to bridge the gap between unstructured natural language questions (NLQ) and graph-structured RDF data (G). One of the effective tools is the "template", which is often used in many existing RDF Q/A systems. However, few of them study how to generate templates automatically. To the best of our knowledge, we are the first to propose a join approach for template generation. Given a workload D of SPARQL queries and a set N of natural language questions, the goal is to find some pairs < q,n >, for q is an element of D Lambda n is an element of N, where SPARQL query q is the best match for natural language question n. These pairs provide promising hints for automatic template generation. Due to the ambiguity of the natural languages, we model the problem above as an uncertain graph join task. We propose several structural and probability pruning techniques to speed up joining. Extensive experiments over real RDF Q/A benchmark datasets confirm both the effectiveness and efficiency of our approach.
What problem does this paper attempt to address?