X2Parser: Cross-Lingual and Cross-Domain Framework for Task-Oriented Compositional Semantic Parsing
Zihan Liu, Genta Indra Winata, Peng Xu, Pascale Fung

TL;DR
X2Parser is a novel cross-lingual and cross-domain framework for task-oriented compositional semantic parsing that predicts flattened representations via sequence labeling, improving generalization and efficiency.
Contribution
The paper introduces X2Parser, a non-autoregressive, sequence labeling-based model that enhances cross-lingual and cross-domain TCSP performance and reduces latency.
Findings
Significantly outperforms existing baselines in cross-lingual and cross-domain tasks.
Achieves up to 66% reduction in latency compared to generative models.
Demonstrates strong generalization to low-resource languages and domains.
Abstract
Task-oriented compositional semantic parsing (TCSP) handles complex nested user queries and serves as an essential component of virtual assistants. Current TCSP models rely on numerous training data to achieve decent performance but fail to generalize to low-resource target languages or domains. In this paper, we present X2Parser, a transferable Cross-lingual and Cross-domain Parser for TCSP. Unlike previous models that learn to generate the hierarchical representations for nested intents and slots, we propose to predict flattened intents and slots representations separately and cast both prediction tasks into sequence labeling problems. After that, we further propose a fertility-based slot predictor that first learns to dynamically detect the number of labels for each token, and then predicts the slot types. Experimental results illustrate that our model can significantly outperform…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
