A Sketch-Based System for Semantic Parsing
Zechang Li, Yuxuan Lai, Yuxi Xie, Yansong Feng, Dongyan Zhao

TL;DR
This paper introduces a sketch-based semantic parsing system that decomposes the task into high-level sketch classification and detailed filling, achieving high accuracy in open domain NLP parsing.
Contribution
The novel approach treats semantic parsing as a coarse-to-fine sketch problem, enabling individual optimization of each component and improving overall accuracy.
Findings
Achieved 82.53% exact match accuracy on full test set
Improved accuracy to 84.47% after optimization
Secured 3rd place in NLPCC 2019 Shared Task 2
Abstract
This paper presents our semantic parsing system for the evaluation task of open domain semantic parsing in NLPCC 2019. Many previous works formulate semantic parsing as a sequence-to-sequence(seq2seq) problem. Instead, we treat the task as a sketch-based problem in a coarse-to-fine(coarse2fine) fashion. The sketch is a high-level structure of the logical form exclusive of low-level details such as entities and predicates. In this way, we are able to optimize each part individually. Specifically, we decompose the process into three stages: the sketch classification determines the high-level structure while the entity labeling and the matching network fill in missing details. Moreover, we adopt the seq2seq method to evaluate logical form candidates from an overall perspective. The co-occurrence relationship between predicates and entities contribute to the reranking as well. Our submitted…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
