SOTAVerified

A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding

2019-09-05IJCNLP 2019Code Available0· sign in to hype

Libo Qin, Wanxiang Che, Yangming Li, Haoyang Wen, Ting Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ATISStack-Propagation (+BERT)Accuracy97.5Unverified
SNIPSStack-Propagation (+BERT)Accuracy99Unverified
SNIPSStack-PropagationAccuracy98Unverified

Reproductions