Learning an Executable Neural Semantic Parser
Jianpeng Cheng, Siva Reddy, Vijay Saraswat, Mirella Lapata

TL;DR
This paper introduces a neural semantic parser that converts natural language into executable logical forms using a transition-based, tree-generation approach with neural networks, attention mechanisms, and various training methods.
Contribution
It presents a novel neural semantic parsing framework that handles logical form generation with structured neural models and explores multiple training paradigms for improved performance.
Findings
Effective across diverse datasets
Outperforms previous semantic parsers
Flexible training methods enhance applicability
Abstract
This paper describes a neural semantic parser that maps natural language utterances onto logical forms which can be executed against a task-specific environment, such as a knowledge base or a database, to produce a response. The parser generates tree-structured logical forms with a transition-based approach which combines a generic tree-generation algorithm with domain-general operations defined by the logical language. The generation process is modeled by structured recurrent neural networks, which provide a rich encoding of the sentential context and generation history for making predictions. To tackle mismatches between natural language and logical form tokens, various attention mechanisms are explored. Finally, we consider different training settings for the neural semantic parser, including a fully supervised training where annotated logical forms are given, weakly-supervised…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
