paper-with-me

홈 › Papers

Neural Machine Translation with Adequacy-Oriented Learning

2018-11-21 · Xiang Kong, Zhaopeng Tu, Shuming Shi, Eduard Hovy, Tong Zhang

Although Neural Machine Translation (NMT) models have advanced state-of-the-art performance in machine translation, they face problems like the inadequate translation. We attribute this to that the standard Maximum Likelihood Estimation (MLE) cannot judge the real translation quality due to its several limitations. In this work, we propose an adequacy-oriented learning mechanism for NMT by casting translation as a stochastic policy in Reinforcement Learning (RL), where the reward is estimated by explicitly measuring translation adequacy. Benefiting from the sequence-level training of RL strategy and a more accurate reward designed specifically for translation, our model outperforms multiple strong baselines, including (1) standard and coverage-augmented attention models with MLE-based training, and (2) advanced reinforcement and adversarial training strategies with rewards based on both word-level BLEU and character-level chrF3. Quantitative and qualitative analyses on different language pairs and NMT architectures demonstrate the effectiveness and universality of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1811.08541

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeMachine TranslationNMTReinforcement LearningReinforcement Learning (RL)Translation

Similar Papers 제목 키워드 기반

Feeding Two Birds or Favoring One? Adequacy-Fluency Tradeoffs in Evaluation and Meta-Evaluation of Machine Translation

2025-09-24 · Behzad Shayegh, Jan-Thorsten Peter, David Vilar, Tobias Domhan 외 arxiv

We investigate the tradeoff between adequacy and fluency in machine translation. We show the severity of this tradeoff at the evaluation level and analyze where popular metrics fall within it. Essentially, current metric…

Machine Translation

Machine Translation for Machines: the Sentiment Classification Use Case

2019-10-01 · IJCNLP 2019 11 · Amirhossein Tebbifakhr, Luisa Bentivogli, Matteo Negri, Marco Turchi

We propose a neural machine translation (NMT) approach that, instead of pursuing adequacy and fluency ("human-oriented" quality criteria), aims to generate translations that are best suited as input to a natural language…

ClassificationGeneral ClassificationMachine TranslationNMT+6

BLEU, METEOR, BERTScore: Evaluation of Metrics Performance in Assessing Critical Translation Errors in Sentiment-oriented Text

2021-09-29 · TRITON 2021 7 · Hadeel Saadany, Constantin Orasan

Social media companies as well as authorities make extensive use of artificial intelligence (AI) tools to monitor postings of hate speech, celebrations of violence or profanity. Since AI software requires massive volumes…

Machine TranslationTranslation

Relations between comprehensibility and adequacy errors in machine translation output

2020-11-01 · CONLL 2020 · Maja Popovi{\'c}

This work presents a detailed analysis of translation errors perceived by readers as comprehensibility and/or adequacy issues. The main finding is that good comprehensibility, similarly to good fluency, can mask a number…

Machine TranslationTranslationWord Translation

Machine-oriented NMT Adaptation for Zero-shot NLP tasks: Comparing the Usefulness of Close and Distant Languages

2020-12-01 · VarDial (COLING) 2020 12 · Amirhossein Tebbifakhr, Matteo Negri, Marco Turchi

Neural Machine Translation (NMT) models are typically trained by considering humans as end-users and maximizing human-oriented objectives. However, in some scenarios, their output is consumed by automatic NLP components …

Machine TranslationNMT