Joint Multiple Intent Detection and Slot Filling via Self-distillation
Lisong Chen, Peilin Zhou, Yuexian Zou

TL;DR
This paper introduces a novel joint NLU model that detects multiple user intents and fills slots simultaneously by using self-distillation and multiple instance learning, improving performance on multi-intent datasets.
Contribution
The paper proposes a self-distillation framework with multiple decoders for multi-intent detection and slot filling, addressing the challenge of multiple intents per utterance.
Findings
Achieves superior performance on multi-intent datasets
Effectively models multiple intents with self-distillation
Enhances mutual guidance between intent detection and slot filling
Abstract
Intent detection and slot filling are two main tasks in natural language understanding (NLU) for identifying users' needs from their utterances. These two tasks are highly related and often trained jointly. However, most previous works assume that each utterance only corresponds to one intent, ignoring the fact that a user utterance in many cases could include multiple intents. In this paper, we propose a novel Self-Distillation Joint NLU model (SDJN) for multi-intent NLU. First, we formulate multiple intent detection as a weakly supervised problem and approach with multiple instance learning (MIL). Then, we design an auxiliary loop via self-distillation with three orderly arranged decoders: Initial Slot Decoder, MIL Intent Decoder, and Final Slot Decoder. The output of each decoder will serve as auxiliary information for the next decoder. With the auxiliary knowledge provided by the…
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
TopicsTopic Modeling · Text and Document Classification Technologies · Multimodal Machine Learning Applications
