paper-with-me

Papers

Aligning Neural Machine Translation Models: Human Feedback in Training and Inference

2023-11-15 · Miguel Moura Ramos, Patrick Fernandes, António Farinhas, André F. T. Martins

Reinforcement learning from human feedback (RLHF) is a recent technique to improve the quality of the text generated by a language model, making it closer to what humans would generate. A core ingredient in RLHF's success in aligning and improving large language models (LLMs) is its reward model, trained using human feedback on model outputs. In machine translation (MT), where metrics trained from human annotations can readily be used as reward models, recent methods using minimum Bayes risk decoding and reranking have succeeded in improving the final quality of translation. In this study, we comprehensively explore and compare techniques for integrating quality metrics as reward models into the MT pipeline. This includes using the reward model for data filtering, during the training phase through RL, and at inference time by employing reranking techniques, and we assess the effects of combining these in a unified approach. Our experimental results, conducted across multiple translation tasks, underscore the crucial role of effective data filtering, based on estimated quality, in harnessing the full potential of RL in enhancing MT quality. Furthermore, our findings demonstrate the effectiveness of combining RL training with reranking techniques, showcasing substantial improvements in translation quality.

📄 PDF Abstract BibTeX arXiv:2311.09132

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationRerankingTranslation

Similar Papers 제목 키워드 기반

Reinforced Self-Training (ReST) for Language Modeling

2023-08-17 · Caglar Gulcehre, Tom Le Paine, Srivatsan Srinivasan, Ksenia Konyushkova 외

Reinforcement learning from human feedback (RLHF) can improve the quality of large language model's (LLM) outputs by aligning them with human preferences. We propose a simple algorithm for aligning LLMs with human prefer…

Language ModelingLanguage ModellingMachine TranslationOffline RL+4

Reinforcement Learning for Bandit Neural Machine Translation with Simulated Human Feedback

2017-07-24 · EMNLP 2017 9 · Khanh Nguyen, Hal Daumé III, Jordan Boyd-Graber

Machine translation is a natural candidate problem for reinforcement learning from human feedback: users provide quick, dirty ratings on candidate translations to guide a system to improve. Yet, current neural machine tr…

DecoderMachine Translationreinforcement-learningReinforcement Learning+2

Modeling User Preferences with Automatic Metrics: Creating a High-Quality Preference Dataset for Machine Translation

2024-10-10 · Sweta Agrawal, José G. C. de Souza, Ricardo Rei, António Farinhas 외

Alignment with human preferences is an important step in developing accurate and safe large language models. This is no exception in machine translation (MT), where better handling of language nuances and context-specifi…

Machine TranslationSentenceTranslation

Non-Parametric Online Learning from Human Feedback for Neural Machine Translation

2021-09-23 · Dongqi Wang, Haoran Wei, Zhirui Zhang, ShuJian Huang 외

We study the problem of online learning with human feedback in the human-in-the-loop machine translation, in which the human translators revise the machine-generated translations and then the corrected translations are u…

Machine TranslationNMTTranslation

Improving Machine Translation with Human Feedback: An Exploration of Quality Estimation as a Reward Model

2024-01-23 · Zhiwei He, Xing Wang, Wenxiang Jiao, Zhuosheng Zhang 외

Insufficient modeling of human preferences within the reward model is a major obstacle for leveraging human feedback to improve translation quality. Fortunately, quality estimation (QE), which predicts the quality of a g…

Machine TranslationTranslation