Iterative Utterance Segmentation for Neural Semantic Parsing
Yinuo Guo, Zeqi Lin, Jian-Guang Lou, Dongmei Zhang

TL;DR
This paper introduces an iterative segmentation framework that enhances neural semantic parsers' ability to handle complex utterances by decomposing them into simpler spans without requiring extra labeled data.
Contribution
It proposes a novel, training-efficient framework that iteratively segments utterances and composes partial meanings, improving parsing accuracy across multiple domains.
Findings
Significant accuracy improvements on Geo, Formulas, and ComplexWebQuestions datasets.
Framework enables better compositional generalization without extra labeled data.
Consistent performance gains across different neural semantic parser models.
Abstract
Neural semantic parsers usually fail to parse long and complex utterances into correct meaning representations, due to the lack of exploiting the principle of compositionality. To address this issue, we present a novel framework for boosting neural semantic parsers via iterative utterance segmentation. Given an input utterance, our framework iterates between two neural modules: a segmenter for segmenting a span from the utterance, and a parser for mapping the span into a partial meaning representation. Then, these intermediate parsing results are composed into the final meaning representation. One key advantage is that this framework does not require any handcraft templates or additional labeled data for utterance segmentation: we achieve this through proposing a novel training method, in which the parser provides pseudo supervision for the segmenter. Experiments on Geo,…
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 · Text Readability and Simplification
