Sequence Level Training with Recurrent Neural Networks
Sequence Level Training with Recurrent Neural Networks
复制标题
DOI:
--
复制
发表时间:
2015-11
期刊:
影响因子:
--
通讯作者:
Marc'Aurelio Ranzato;S. Chopra;Michael Auli;Wojciech Zaremba
中科院分区:
文献类型:
--
作者:
Marc'Aurelio Ranzato;S. Chopra;Michael Auli;Wojciech Zaremba
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.