A Unified Framework for Multi-intent Spoken Language Understanding with prompting
Feifan Song, Lianzhe Huang, Houfeng Wang

TL;DR
This paper introduces PromptSLU, a unified prompt-based framework for multi-intent spoken language understanding that improves intent detection and slot filling by leveraging shared prompts and auxiliary tasks, outperforming existing methods.
Contribution
The work proposes a novel unified prompt-based approach that simplifies joint modeling of intent detection and slot filling, enhancing interpretability and performance.
Findings
Outperforms state-of-the-art baselines on two datasets
Effectively models intent and slot relationships with prompts
Improves interpretability of SLU models
Abstract
Multi-intent Spoken Language Understanding has great potential for widespread implementation. Jointly modeling Intent Detection and Slot Filling in it provides a channel to exploit the correlation between intents and slots. However, current approaches are apt to formulate these two sub-tasks differently, which leads to two issues: 1) It hinders models from effective extraction of shared features. 2) Pretty complicated structures are involved to enhance expression ability while causing damage to the interpretability of frameworks. In this work, we describe a Prompt-based Spoken Language Understanding (PromptSLU) framework, to intuitively unify two sub-tasks into the same form by offering a common pre-trained Seq2Seq model. In detail, ID and SF are completed by concisely filling the utterance into task-specific prompt templates as input, and sharing output formats of key-value pairs…
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 · Intelligent Tutoring Systems and Adaptive Learning · Online Learning and Analytics
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
