SOTAVerified

Deep Unknown Intent Detection with Margin Loss

2019-06-02ACL 2019Code Available0· sign in to hype

Ting-En Lin, Hua Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Identifying the unknown (novel) user intents that have never appeared in the training set is a challenging task in the dialogue system. In this paper, we present a two-stage method for detecting unknown intents. We use bidirectional long short-term memory (BiLSTM) network with the margin loss as the feature extractor. With margin loss, we can learn discriminative deep features by forcing the network to maximize inter-class variance and to minimize intra-class variance. Then, we feed the feature vectors to the density-based novelty detection algorithm, local outlier factor (LOF), to detect unknown intents. Experiments on two benchmark datasets show that our method can yield consistent improvements compared with the baseline methods.

Tasks

Reproductions