Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Bi-model based RNN Semantic Frame Parsing Model for Intent Detection and Slot Filling

About

Intent detection and slot filling are two main tasks for building a spoken language understanding(SLU) system. Multiple deep learning based models have demonstrated good results on these tasks . The most effective algorithms are based on the structures of sequence to sequence models (or "encoder-decoder" models), and generate the intents and semantic tags either using separate models or a joint model. Most of the previous studies, however, either treat the intent detection and slot filling as two separate parallel tasks, or use a sequence to sequence model to generate both semantic tags and intent. Most of these approaches use one (joint) NN based model (including encoder-decoder structure) to model two tasks, hence may not fully take advantage of the cross-impact between them. In this paper, new Bi-model based RNN semantic frame parsing network structures are designed to perform the intent detection and slot filling tasks jointly, by considering their cross-impact to each other using two correlated bidirectional LSTMs (BLSTM). Our Bi-model structure with a decoder achieves state-of-the-art result on the benchmark ATIS data, with about 0.5$\%$ intent accuracy improvement and 0.9 $\%$ slot filling improvement.

Yu Wang, Yilin Shen, Hongxia Jin• 2018

Related benchmarks

TaskDatasetResultRank
Joint Multiple Intent Detection and Slot FillingMixSNIPS (test)
Slot F190.7
57
Slot FillingATIS (test)
F1 Score96.89
55
Joint Multiple Intent Detection and Slot FillingMixATIS (test)
F1 Score (Slot)83.9
42
Slot Filling and Intent DetectionMixSNIPS
Overall Accuracy63.4
31
Spoken Language UnderstandingATIS (test)
Slot F196.89
18
Slot Filling and Intent DetectionMixATIS
Slot F185.5
17
Spoken Language UnderstandingATIS
Slot F195.5
16
Spoken Language UnderstandingSNIPS
Slot F193.5
15
Joint intent detection and slot fillingDSTC4
Slot F144.6
9
Showing 9 of 9 rows

Other info

Follow for update