Shift-Reduce Task-Oriented Semantic Parsing with Stack-Transformers
Daniel Fern\'andez-Gonz\'alez

TL;DR
This paper introduces novel Stack-Transformer-based shift-reduce parsers for task-oriented semantic parsing, improving performance over existing models by exploring new transition systems and architectures.
Contribution
It advances shift-reduce semantic parsing by integrating Stack-Transformers and novel transition systems, outperforming sequence-to-sequence models on multiple benchmarks.
Findings
Outperforms state-of-the-art sequence-to-sequence models
In-order transition system outperforms top-down approach
Effective in both high-resource and low-resource settings
Abstract
Intelligent voice assistants, such as Apple Siri and Amazon Alexa, are widely used nowadays. These task-oriented dialogue systems require a semantic parsing module in order to process user utterances and understand the action to be performed. This semantic parsing component was initially implemented by rule-based or statistical slot-filling approaches for processing simple queries; however, the appearance of more complex utterances demanded the application of shift-reduce parsers or sequence-to-sequence models. Although shift-reduce approaches were initially considered the most promising option, the emergence of sequence-to-sequence neural systems has propelled them to the forefront as the highest-performing method for this particular task. In this article, we advance the research on shift-reduce semantic parsing for task-oriented dialogue. We implement novel shift-reduce parsers that…
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 · Speech and dialogue systems
MethodsMulti-Head Attention · Attention Is All You Need · Test · Linear Layer · Softmax · Position-Wise Feed-Forward Layer · Label Smoothing · Absolute Position Encodings · Layer Normalization · Byte Pair Encoding
