CLAug 6, 2016

Encoder-decoder with Focus-mechanism for Sequence Labelling Based Spoken Language Understanding

arXiv:1608.02097v274 citations
Originality Incremental advance
AI Analysis

This work addresses sequence labeling in spoken language understanding, offering an incremental improvement for applications like voice assistants.

The paper tackled the problem of sequence labeling for spoken language understanding by proposing a novel focus mechanism in an encoder-decoder framework to address alignment issues in attention-based models, achieving state-of-the-art results on the ATIS dataset and improved robustness to speech recognition errors.

This paper investigates the framework of encoder-decoder with attention for sequence labelling based spoken language understanding. We introduce Bidirectional Long Short Term Memory - Long Short Term Memory networks (BLSTM-LSTM) as the encoder-decoder model to fully utilize the power of deep learning. In the sequence labelling task, the input and output sequences are aligned word by word, while the attention mechanism cannot provide the exact alignment. To address this limitation, we propose a novel focus mechanism for encoder-decoder framework. Experiments on the standard ATIS dataset showed that BLSTM-LSTM with focus mechanism defined the new state-of-the-art by outperforming standard BLSTM and attention based encoder-decoder. Further experiments also show that the proposed model is more robust to speech recognition errors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes