paper-with-me

Papers

Reward Augmented Maximum Likelihood for Neural Structured Prediction

2016-09-01 · NeurIPS 2016 12 · Mohammad Norouzi, Samy Bengio, Zhifeng Chen, Navdeep Jaitly, Mike Schuster, Yonghui Wu, Dale Schuurmans

A key problem in structured output prediction is direct optimization of the task reward function that matters for test evaluation. This paper presents a simple and computationally efficient approach to incorporate task reward into a maximum likelihood framework. By establishing a link between the log-likelihood and expected reward objectives, we show that an optimal regularized expected reward is achieved when the conditional distribution of the outputs given the inputs is proportional to their exponentiated scaled rewards. Accordingly, we present a framework to smooth the predictive probability of the outputs using their corresponding rewards. We optimize the conditional log-probability of augmented outputs that are sampled proportionally to their exponentiated scaled rewards. Experiments on neural sequence to sequence models for speech recognition and machine translation show notable improvements over a maximum likelihood baseline by using reward augmented maximum likelihood (RAML), where the rewards are defined as the negative edit distance between the outputs and the ground truth labels.

📄 PDF Abstract BibTeX arXiv:1609.00150

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationPredictionspeech-recognitionSpeech RecognitionStructured PredictionTranslation

Similar Papers 제목 키워드 기반

Softmax Q-Distribution Estimation for Structured Prediction: A Theoretical Interpretation for RAML

2017-05-19 · ICLR 2018 1 · Xuezhe Ma, Pengcheng Yin, Jingzhou Liu, Graham Neubig 외

Reward augmented maximum likelihood (RAML), a simple and effective learning framework to directly optimize towards the reward function in structured prediction tasks, has led to a number of impressive empirical successes…

Dependency ParsingImage CaptioningMachine TranslationMulti-class Classification+4

ARAML: A Stable Adversarial Training Framework for Text Generation

2019-08-20 · IJCNLP 2019 11 · Pei Ke, Fei Huang, Minlie Huang, Xiaoyan Zhu

Most of the existing generative adversarial networks (GAN) for text generation suffer from the instability of reinforcement learning training algorithms such as policy gradient, leading to unstable performance. To tackle…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

From Credit Assignment to Entropy Regularization: Two New Algorithms for Neural Sequence Prediction

2018-04-29 · ACL 2018 7 · Zihang Dai, Qizhe Xie, Eduard Hovy

In this work, we study the credit assignment problem in reward augmented maximum likelihood (RAML) learning, and establish a theoretical equivalence between the token-level counterpart of RAML and the entropy regularized…

Predictionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Token-level and sequence-level loss smoothing for RNN language models

2018-05-14 · ACL 2018 7 · Maha Elbayad, Laurent Besacier, Jakob Verbeek

Despite the effectiveness of recurrent neural network language models, their maximum likelihood estimation suffers from two limitations. It treats all sentences that do not match the ground truth as equally poor, ignorin…

Image CaptioningMachine TranslationTranslation

Maximum Likelihood Reinforcement Learning

2026-02-02 · Fahim Tajwar, Guanning Zeng, Yueer Zhou, Yuda Song 외 arxiv

Reinforcement learning (RL) is the method of choice for training models in setups where the objective function can only be evaluated by sampling from the model. Our key observation is that when the feedback is terminal a…

Reinforcement LearningCode Generation