paper-with-me

Papers

Reward Optimization for Neural Machine Translation with Learned Metrics

2021-04-15 · Raphael Shu, Kang Min Yoo, Jung-Woo Ha

Neural machine translation (NMT) models are conventionally trained with token-level negative log-likelihood (NLL), which does not guarantee that the generated translations will be optimized for a selected sequence-level evaluation metric. Multiple approaches are proposed to train NMT with BLEU as the reward, in order to directly improve the metric. However, it was reported that the gain in BLEU does not translate to real quality improvement, limiting the application in industry. Recently, it became clear to the community that BLEU has a low correlation with human judgment when dealing with state-of-the-art models. This leads to the emerging of model-based evaluation metrics. These new metrics are shown to have a much higher human correlation. In this paper, we investigate whether it is beneficial to optimize NMT models with the state-of-the-art model-based metric, BLEURT. We propose a contrastive-margin loss for fast and stable reward optimization suitable for large NMT models. In experiments, we perform automatic and human evaluations to compare models trained with smoothed BLEU and BLEURT to the baseline models. Results show that the reward optimization with BLEURT is able to increase the metric scores by a large margin, in contrast to limited gain when training with smoothed BLEU. The human evaluation shows that models trained with BLEURT improve adequacy and coverage of translations. Code is available via https://github.com/naver-ai/MetricMT.

📄 PDF Abstract BibTeX arXiv:2104.07541

Code (1)

naver-ai/MetricMT 공식 구현

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Comparing BERT-based Reward Functions for Deep Reinforcement Learning in Machine Translation

2022-10-01 · WAT 2022 10 · Yuki Nakatani, Tomoyuki Kajiwara, Takashi Ninomiya

In text generation tasks such as machine translation, models are generally trained using cross-entropy loss. However, mismatches between the loss function and the evaluation metric are often problematic. It is known that…

Deep Reinforcement LearningMachine Translationreinforcement-learningReinforcement Learning+3

MAD for Robust Reinforcement Learning in Machine Translation

2022-07-18 · Domenic Donato, Lei Yu, Wang Ling, Chris Dyer

We introduce a new distributed policy gradient algorithm and show that it outperforms existing reward-aware training procedures such as REINFORCE, minimum risk training (MRT) and proximal policy optimization (PPO) in ter…

Machine Translationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

MAD for Robust Reinforcement Learning in Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We introduce a new distributed policy gradient algorithm and show that it outperforms existing reward-aware training procedures such as REINFORCE, minimum risk training (MRT) and proximal policy optimization (PPO) in ter…

Machine Translationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Evaluating Rewards for Question Generation Models

2019-02-28 · NAACL 2019 6 · Tom Hosking, Sebastian Riedel

Recent approaches to question generation have used modifications to a Seq2Seq architecture inspired by advances in machine translation. Models are trained using teacher forcing to optimise only the one-step-ahead predict…

Machine TranslationPolicy Gradient MethodsQuestion GenerationQuestion-Generation+2

Penalizing Length: Uncovering Systematic Bias in Quality Estimation Metrics

2025-10-24 · Yilin Zhang, Wenda Xu, Zhongtao Liu, Tetsuji Nakagawa 외 arxiv

Quality Estimation (QE) metrics are vital in machine translation for reference-free evaluation and increasingly serve as selection criteria in data filtering and candidate reranking. However, the prevalence and impact of…

Machine Translation