A Scope Sensitive and Result Attentive Model for Multi-Intent Spoken Language Understanding
Lizhi Cheng, Wenmian Yang, Weijia Jia

TL;DR
This paper introduces SSRAN, a Transformer-based model for multi-intent SLU that uses scope recognition and result attention to improve intent detection and slot filling accuracy, addressing scope and error propagation challenges.
Contribution
The paper proposes a novel SSRAN model with scope recognition and result attention mechanisms to enhance multi-intent SLU performance.
Findings
Achieved 5.4% and 2.1% improvements in overall accuracy on two datasets.
Effectively reduces distraction from out-of-scope tokens.
Mitigates error propagation between intent detection and slot filling.
Abstract
Multi-Intent Spoken Language Understanding (SLU), a novel and more complex scenario of SLU, is attracting increasing attention. Unlike traditional SLU, each intent in this scenario has its specific scope. Semantic information outside the scope even hinders the prediction, which tremendously increases the difficulty of intent detection. More seriously, guiding slot filling with these inaccurate intent labels suffers error propagation problems, resulting in unsatisfied overall performance. To solve these challenges, in this paper, we propose a novel Scope-Sensitive Result Attention Network (SSRAN) based on Transformer, which contains a Scope Recognizer (SR) and a Result Attention Network (RAN). Scope Recognizer assignments scope information to each token, reducing the distraction of out-of-scope tokens. Result Attention Network effectively utilizes the bidirectional interaction between…
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
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Layer Normalization · Adam · Linear Layer · Dense Connections · Residual Connection · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Label Smoothing
