Sequence Level Training with Recurrent Neural Networks
Abstract
Many natural language processing applications use language models to generate text. These models are typically trained to predict the next word in a sequence, given the previous words and some context such as an image. However, at test time the model is expected to generate the entire sequence from scratch. This discrepancy makes generation brittle, as errors may accumulate along the way. We address this issue by proposing a novel sequence level training algorithm that directly optimizes the metric used at test time, such as BLEU or ROUGE. On three different tasks, our approach outperforms several strong baselines for greedy generation. The method is also competitive when these baselines employ beam search, while being several times faster.
Cite
Text
Ranzato et al. "Sequence Level Training with Recurrent Neural Networks." International Conference on Learning Representations, 2016.Markdown
[Ranzato et al. "Sequence Level Training with Recurrent Neural Networks." International Conference on Learning Representations, 2016.](https://mlanthology.org/iclr/2016/ranzato2016iclr-sequence/)BibTeX
@inproceedings{ranzato2016iclr-sequence,
title = {{Sequence Level Training with Recurrent Neural Networks}},
author = {Ranzato, Marc'Aurelio and Chopra, Sumit and Auli, Michael and Zaremba, Wojciech},
booktitle = {International Conference on Learning Representations},
year = {2016},
url = {https://mlanthology.org/iclr/2016/ranzato2016iclr-sequence/}
}