An Inference Approach To Question Answering Over Knowledge Graphs
Aayushee Gupta, K.M. Annervaz, Ambedkar Dukkipati, Shubhashis Sengupta

TL;DR
This paper introduces an inference-based approach for question answering over knowledge graphs, converting natural language queries into inference problems, which reduces domain-specific training needs and achieves high accuracy.
Contribution
The paper proposes a novel inference framework and Hierarchical Recurrent Path Encoder for knowledge graph question answering, reducing domain-specific training requirements.
Findings
Achieves over 90% accuracy on MetaQA dataset
Outperforms existing state-of-the-art methods
Requires less domain-specific training data
Abstract
Knowledge Graphs (KG) act as a great tool for holding distilled information from large natural language text corpora. The problem of natural language querying over knowledge graphs is essential for the human consumption of this information. This problem is typically addressed by converting the natural language query to a structured query and then firing the structured query on the KG. Direct answering models over knowledge graphs in literature are very few. The query conversion models and direct models both require specific training data pertaining to the domain of the knowledge graph. In this work, we convert the problem of natural language querying over knowledge graphs to an inference problem over premise-hypothesis pairs. Using trained deep learning models for the converted proxy inferencing problem, we provide the solution for the original natural language querying problem. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
