Translate First Reorder Later: Leveraging Monotonicity in Semantic Parsing
Francesco Cazzaro, Davide Locatelli, Ariadna Quattoni, Xavier Carreras

TL;DR
This paper introduces TPOL, a modular two-step semantic parsing method that first translates sentences monotonically and then reorders them, significantly enhancing compositional generalization over traditional seq2seq models.
Contribution
The paper proposes a novel two-step approach, TPOL, leveraging monotonic translation and reordering to improve semantic parsing performance.
Findings
TPOL outperforms seq2seq models on semantic parsing datasets.
Monotonic translation enables learning reliable lexico-logical patterns.
TPOL significantly improves compositional generalization.
Abstract
Prior work in semantic parsing has shown that conventional seq2seq models fail at compositional generalization tasks. This limitation led to a resurgence of methods that model alignments between sentences and their corresponding meaning representations, either implicitly through latent variables or explicitly by taking advantage of alignment annotations. We take the second direction and propose TPOL, a two-step approach that first translates input sentences monotonically and then reorders them to obtain the correct output. This is achieved with a modular framework comprising a Translator and a Reorderer component. We test our approach on two popular semantic parsing datasets. Our experiments show that by means of the monotonic translations, TPOL can learn reliable lexico-logical patterns from aligned data, significantly improving compositional generalization both over conventional…
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 · Text Readability and Simplification
MethodsTest · Tanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
