A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding
About
Intent detection and slot filling are two main tasks for building a spoken language understanding (SLU) system. The two tasks are closely tied and the slots often highly depend on the intent. In this paper, we propose a novel framework for SLU to better incorporate the intent information, which further guides the slot filling. In our framework, we adopt a joint model with Stack-Propagation which can directly use the intent information as input for slot filling, thus to capture the intent semantic knowledge. In addition, to further alleviate the error propagation, we perform the token-level intent detection for the Stack-Propagation framework. Experiments on two publicly datasets show that our model achieves the state-of-the-art performance and outperforms other previous methods by a large margin. Finally, we use the Bidirectional Encoder Representation from Transformer (BERT) model in our framework, which further boost our performance in SLU task.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Joint Multiple Intent Detection and Slot Filling | MixSNIPS (test) | Slot F194.2 | 57 | |
| Slot Filling | ATIS (test) | F1 Score95.1 | 55 | |
| Joint Multiple Intent Detection and Slot Filling | MixATIS (test) | F1 Score (Slot)87.8 | 42 | |
| Intent Classification | Snips (test) | Accuracy99 | 40 | |
| Slot Filling and Intent Detection | MixSNIPS | Overall Accuracy75.5 | 31 | |
| Natural Language Understanding | Snips (test) | Intent Acc99 | 27 | |
| Slot Filling | Snips (test) | F1 Score0.908 | 25 | |
| Spoken Language Understanding | ATIS (test) | Slot F196.1 | 18 | |
| Slot Filling and Intent Detection | MixATIS | Slot F187.8 | 17 | |
| Spoken Language Understanding | ATIS | Slot F196 | 16 |