paper-with-me

Papers

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

2016-08-06 · Su Zhu, Kai Yu

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.

📄 PDF Abstract BibTeX arXiv:1608.02097

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderspeech-recognitionSpeech RecognitionSpoken Language Understanding

Similar Papers 제목 키워드 기반

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Robust Semantic Pixel-Wise Labelling

2015-05-27 · Vijay Badrinarayanan, Ankur Handa, Roberto Cipolla

We propose a novel deep architecture, SegNet, for semantic pixel wise image labelling. SegNet has several attractive properties; (i) it only requires forward evaluation of a fully learnt function to obtain smooth label p…

DecoderObject Categorization

Distillation of encoder-decoder transformers for sequence labelling

2023-02-10 · Marco Farina, Duccio Pappadopulo, Anant Gupta, Leslie Huang 외

Driven by encouraging results on a wide range of tasks, the field of NLP is experiencing an accelerated race to develop bigger language models. This race for bigger models has also underscored the need to continue the pu…

DecoderFew-Shot LearningHallucination

Hybrid Neural Models For Sequence Modelling: The Best Of Three Worlds

2019-09-16 · Marco Dinarelli, Loïc Grobol

We propose a neural architecture with the main characteristics of the most successful neural models of the last years: bidirectional RNNs, encoder-decoder, and the Transformer model. Evaluation on three sequence labellin…

Decoder

Understanding How Encoder-Decoder Architectures Attend

2021-10-28 · NeurIPS 2021 12 · Kyle Aitken, Vinay V Ramasesh, Yuan Cao, Niru Maheswaranathan

Encoder-decoder networks with attention have proven to be a powerful way to solve many sequence-to-sequence tasks. In these networks, attention aligns encoder and decoder states and is often used for visualizing network …

Decoder

Attention Weights in Transformer NMT Fail Aligning Words Between Sequences but Largely Explain Model Predictions

2021-09-13 · Findings (EMNLP) 2021 11 · Javier Ferrando, Marta R. Costa-jussà

This work proposes an extensive analysis of the Transformer architecture in the Neural Machine Translation (NMT) setting. Focusing on the encoder-decoder attention mechanism, we prove that attention weights systematicall…

DecoderMachine TranslationNMTTranslation+1