paper-with-me

Papers

Quality-Aware Decoding for Neural Machine Translation

2022-05-02 · NAACL 2022 7 · Patrick Fernandes, António Farinhas, Ricardo Rei, José G. C. de Souza, Perez Ogayo, Graham Neubig, André F. T. Martins

Despite the progress in machine translation quality estimation and evaluation in the last years, decoding in neural machine translation (NMT) is mostly oblivious to this and centers around finding the most probable translation according to the model (MAP decoding), approximated with beam search. In this paper, we bring together these two lines of research and propose quality-aware decoding for NMT, by leveraging recent breakthroughs in reference-free and reference-based MT evaluation through various inference methods like $N$-best reranking and minimum Bayes risk decoding. We perform an extensive comparison of various possible candidate generation and ranking methods across four datasets and two model classes and find that quality-aware decoding consistently outperforms MAP-based decoding according both to state-of-the-art automatic metrics (COMET and BLEURT) and to human assessments. Our code is available at https://github.com/deep-spin/qaware-decode.

📄 PDF Abstract BibTeX arXiv:2205.00978

Code (1)

deep-spin/qaware-decode 공식 구현 pytorch

Tasks

Machine TranslationNMTRerankingTranslation

Similar Papers 제목 키워드 기반

Quality-Aware Decoding for Neural Machine Translation

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

Despite the progress in machine translation quality estimation and evaluation in the last years, decoding in neural machine translation (NMT) is mostly oblivious to this and centers around finding the most probable trans…

Machine TranslationNMTRerankingTranslation

Quality-Aware Translation Models: Efficient Generation and Quality Estimation in a Single Model

2023-10-10 · Christian Tomani, David Vilar, Markus Freitag, Colin Cherry 외

Maximum-a-posteriori (MAP) decoding is the most widely used decoding strategy for neural machine translation (NMT) models. The underlying assumption is that model probability correlates well with human judgment, with bet…

Machine TranslationNMTRerankingTranslation

Unlocking Latent Discourse Translation in LLMs Through Quality-Aware Decoding

2025-10-08 · Wafaa Mohammed, Vlad Niculae, Chrysoula Zerva arxiv

Large language models (LLMs) have emerged as strong contenders in machine translation.Yet, they still struggle to adequately handle discourse phenomena, such as pronoun resolution and lexical cohesion at the document lev…

Machine Translation

Quality-Aware Decoding: Unifying Quality Estimation and Decoding

2025-02-12 · Sai Koneru, Matthias Huck, Miriam Exel, Jan Niehues

An emerging research direction in NMT involves the use of Quality Estimation (QE) models, which have demonstrated high correlations with human judgment and can enhance translations through Quality-Aware Decoding. Althoug…

DecoderDocument TranslationNMTRe-Ranking+1

Beyond Sentence-Level End-to-End Speech Translation: Context Helps

2021-08-01 · ACL 2021 5 · Biao Zhang, Ivan Titov, Barry Haddow, Rico Sennrich

Document-level contextual information has shown benefits to text-based machine translation, but whether and how context helps end-to-end (E2E) speech translation (ST) is still under-studied. We fill this gap through exte…

Computational Efficiencyfeature selectionMachine TranslationSentence+1