Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering
Daniil Sorokin, Iryna Gurevych

TL;DR
This paper introduces Gated Graph Neural Networks to encode the structure of complex semantic parses in knowledge base question answering, outperforming baseline models that ignore parse structure.
Contribution
It presents a novel application of Gated Graph Neural Networks for modeling semantic parse structures in KBQA, improving accuracy on complex queries.
Findings
Graph networks outperform baselines without structure modeling
Effective processing of complex semantic parses confirmed
Error analysis shows improved understanding of entity-relation connections
Abstract
The most approaches to Knowledge Base Question Answering are based on semantic parsing. In this paper, we address the problem of learning vector representations for complex semantic parses that consist of multiple entities and relations. Previous work largely focused on selecting the correct semantic relations for a question and disregarded the structure of the semantic parse: the connections between entities and the directions of the relations. We propose to use Gated Graph Neural Networks to encode the graph structure of the semantic parse. We show on two data sets that the graph networks outperform all baseline models that do not explicitly model the structure. The error analysis confirms that our approach can successfully process complex semantic parses.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
