paper-with-me

Papers

Beyond BLEU:Training Neural Machine Translation with Semantic Similarity

2019-07-01 · ACL 2019 7 · John Wieting, Taylor Berg-Kirkpatrick, Kevin Gimpel, Graham Neubig

While most neural machine translation (NMT)systems are still trained using maximum likelihood estimation, recent work has demonstrated that optimizing systems to directly improve evaluation metrics such as BLEU can significantly improve final translation accuracy. However, training with BLEU has some limitations: it doesn{'}t assign partial credit, it has a limited range of output values, and it can penalize semantically correct hypotheses if they differ lexically from the reference. In this paper, we introduce an alternative reward function for optimizing NMT systems that is based on recent work in semantic similarity. We evaluate on four disparate languages trans-lated to English, and find that training with our proposed metric results in better translations as evaluated by BLEU, semantic similarity, and human evaluation, and also that the optimization procedure converges faster. Analysis suggests that this is because the proposed metric is more conducive to optimization, assigning partial credit and providing more diversity in scores than BLEU

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMachine TranslationNMTSemantic SimilaritySemantic Textual SimilarityTranslation

Similar Papers 제목 키워드 기반

Beyond BLEU: Training Neural Machine Translation with Semantic Similarity

2019-09-14 · John Wieting, Taylor Berg-Kirkpatrick, Kevin Gimpel, Graham Neubig

While most neural machine translation (NMT) systems are still trained using maximum likelihood estimation, recent work has demonstrated that optimizing systems to directly improve evaluation metrics such as BLEU can subs…

DiversityMachine TranslationNMTSemantic Similarity+2

Hunter NMT System for WMT18 Biomedical Translation Task: Transfer Learning in Neural Machine Translation

2018-10-01 · WS 2018 10 · Abdul Khan, P, Subhadarshi a, Jia Xu 외

This paper describes the submission of Hunter Neural Machine Translation (NMT) to the WMT{'}18 Biomedical translation task from English to French. The discrepancy between training and test data distribution brings a chal…

Domain AdaptationEnsemble LearningMachine TranslationNMT+2

Beyond BLEU: A Semantic Evaluation Method for Code Translation

2026-05-06 · Julius Näumann, Sven Keidel, Amir Molzam Sharifloo, Mira Mezini arxiv

Code translation is one of the core capabilities of LLMs. However, evaluating the correctness of translations remains difficult, as commonly used metrics such as BLEU measure only syntactic similarity, disregarding progr…

Code Translation

Learning to Evaluate Translation Beyond English: BLEURT Submissions to the WMT Metrics 2020 Shared Task

2020-10-08 · WMT (EMNLP) 2020 11 · Thibault Sellam, Amy Pu, Hyung Won Chung, Sebastian Gehrmann 외

The quality of machine translation systems has dramatically improved over the last decade, and as a result, evaluation has become an increasingly challenging problem. This paper describes our contribution to the WMT 2020…

Machine TranslationTransfer LearningTranslation

Does BLEU Score Work for Code Migration?

2019-06-12 · Ngoc Tran, Hieu Tran, Son Nguyen, Hoan Nguyen 외

Statistical machine translation (SMT) is a fast-growing sub-field of computational linguistics. Until now, the most popular automatic metric to measure the quality of SMT is BiLingual Evaluation Understudy (BLEU) score. …

Machine TranslationTranslation