paper-with-me

홈 › Papers

Faster Machine Translation Ensembling with Reinforcement Learning and Competitive Correction

2025-01-25 · Kritarth Prasad, Mohammadi Zaki, Pratik Singh, Pankaj Wasnik

Ensembling neural machine translation (NMT) models to produce higher-quality translations than the $L$ individual models has been extensively studied. Recent methods typically employ a candidate selection block (CSB) and an encoder-decoder fusion block (FB), requiring inference across \textit{all} candidate models, leading to significant computational overhead, generally $\Omega(L)$. This paper introduces \textbf{SmartGen}, a reinforcement learning (RL)-based strategy that improves the CSB by selecting a small, fixed number of candidates and identifying optimal groups to pass to the fusion block for each input sentence. Furthermore, previously, the CSB and FB were trained independently, leading to suboptimal NMT performance. Our DQN-based \textbf{SmartGen} addresses this by using feedback from the FB block as a reward during training. We also resolve a key issue in earlier methods, where candidates were passed to the FB without modification, by introducing a Competitive Correction Block (CCB). Finally, we validate our approach with extensive experiments on English-Hindi translation tasks in both directions.

📄 PDF Abstract BibTeX arXiv:2501.15219

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTreinforcement-learningReinforcement LearningReinforcement Learning (RL)SentenceTranslation

Similar Papers 제목 키워드 기반

LIUM Machine Translation Systems for WMT17 News Translation Task

2017-07-14 · WS 2017 9 · Mercedes García-Martínez, Ozan Caglayan, Walid Aransa, Adrien Bardet 외

This paper describes LIUM submissions to WMT17 News Translation Task for English-German, English-Turkish, English-Czech and English-Latvian language pairs. We train BPE-based attentive Neural Machine Translation systems …

Machine TranslationTranslation

On-the-Fly Fusion of Large Language Models and Machine Translation

2023-11-14 · Hieu Hoang, Huda Khayrallah, Marcin Junczys-Dowmunt

We propose the on-the-fly ensembling of a machine translation model with an LLM, prompted on the same task and input. We perform experiments on 4 language pairs (both directions) with varying data amounts. We find that a…

In-Context LearningMachine TranslationNMTTranslation

NRC-CNRC Machine Translation Systems for the 2021 AmericasNLP Shared Task

2021-06-01 · NAACL (AmericasNLP) 2021 6 · Rebecca Knowles, Darlene Stewart, Samuel Larkin, Patrick Littell

We describe the NRC-CNRC systems submitted to the AmericasNLP shared task on machine translation. We submitted systems translating from Spanish into Wixárika, Nahuatl, Rarámuri, and Guaraní. Our best neural machine trans…

Machine TranslationTranslation

An Empirical Study of Translation Hypothesis Ensembling with Large Language Models

2023-10-17 · António Farinhas, José G. C. de Souza, André F. T. Martins

Large language models (LLMs) are becoming a one-fits-many solution, but they sometimes hallucinate or produce unreliable output. In this paper, we investigate how hypothesis ensembling can improve the quality of the gene…

DiversityMachine TranslationRerankingTranslation

XMU Neural Machine Translation Systems for WAT 2017

2017-11-01 · WS 2017 11 · Boli Wang, Zhixing Tan, Jinming Hu, Yidong Chen 외

This paper describes the Neural Machine Translation systems of Xiamen University for the shared translation tasks of WAT 2017. Our systems are based on the Encoder-Decoder framework with attention. We participated in thr…

DecoderMachine TranslationTranslationWord Embeddings