Symbolic Priors for RNN-based Semantic Parsing
Chunyang Xiao, Marc Dymetman, Claire Gardent

TL;DR
This paper introduces a method that incorporates symbolic prior knowledge into RNN-based semantic parsing, improving performance by combining grammatical and entity likelihood constraints with neural models.
Contribution
It proposes a novel approach to integrate weighted context-free grammars and finite-state automata as priors into RNNs for semantic parsing, enhancing accuracy with less data.
Findings
Significant performance improvement over baseline RNN models.
Outperforms models with hand-crafted features on extended dataset.
Effective integration of symbolic priors with neural networks.
Abstract
Seq2seq models based on Recurrent Neural Networks (RNNs) have recently received a lot of attention in the domain of Semantic Parsing for Question Answering. While in principle they can be trained directly on pairs (natural language utterances, logical forms), their performance is limited by the amount of available data. To alleviate this problem, we propose to exploit various sources of prior knowledge: the well-formedness of the logical forms is modeled by a weighted context-free grammar; the likelihood that certain entities present in the input utterance are also present in the logical form is modeled by weighted finite-state automata. The grammar and automata are combined together through an efficient intersection algorithm to form a soft guide ("background") to the RNN. We test our method on an extension of the Overnight dataset and show that it not only strongly improves over an…
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 · Natural Language Processing Techniques · Machine Learning and Algorithms
