Classical Structured Prediction Losses For Sequence To Sequence Learning | Awesome LLM Papers Contribute to Awesome LLM Papers

Classical Structured Prediction Losses For Sequence To Sequence Learning

Sergey Edunov, Myle Ott, Michael Auli, David Grangier, Marc'Aurelio Ranzato . Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers) 2018 – 184 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
ACL Efficiency NAACL Reinforcement Learning Survey Paper Training Techniques

There has been much recent work on training neural attention models at the sequence-level using either reinforcement learning-style methods or by optimizing the beam. In this paper, we survey a range of classical objective functions that have been widely used to train linear models for structured prediction and apply them to neural sequence to sequence models. Our experiments show that these losses can perform surprisingly well by slightly outperforming beam search optimization in a like for like setup. We also report new state of the art results on both IWSLT’14 German-English translation as well as Gigaword abstractive summarization. On the larger WMT’14 English-French translation task, sequence-level training achieves 41.5 BLEU which is on par with the state of the art.

Similar Work