ICLR 2017poster68 citations

Latent Sequence Decompositions

William Chan, Yu Zhang, Quoc Le, Navdeep Jaitly

Abstract

Sequence-to-sequence models rely on a fixed decomposition of the target sequences into a sequence of tokens that may be words, word-pieces or characters. The choice of these tokens and the decomposition of the target sequences into a sequence of tokens is often static, and independent of the input, output data domains. This can potentially lead to a sub-optimal choice of token dictionaries, as the decomposition is not informed by the particular problem being solved. In this paper we present Latent Sequence Decompositions (LSD), a framework in which the decomposition of sequences into constituent tokens is learnt during the training of the model. The decomposition depends both on the input sequence and on the output sequence. In LSD, during training, the model samples decompositions incrementally, from left to right by locally sampling between valid extensions. We experiment with the Wall Street Journal speech recognition task. Our LSD model achieves 12.9% WER compared to a character baseline of 14.8% WER. When combined with a convolutional network on the encoder, we achieve a WER of 9.6%.

SpeechApplicationsNatural language processingDeep learning
BibTeX
@inproceedings{
chan2017latent,
title={Latent Sequence Decompositions},
author={William Chan and Yu Zhang and Quoc Le and Navdeep Jaitly},
booktitle={International Conference on Learning Representations},
year={2017},
url={https://openreview.net/forum?id=SyQq185lg}
}
Latent Sequence Decompositions · ICLR 2017