paper-with-me

Papers

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, Rui Wang, Shuming Shi, Zhaopeng Tu

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 given translation without reference, has achieved impressive alignment with human evaluations in the last two years. In this work, we investigate the potential of employing the QE model as the reward model to predict human preferences for feedback training. We first identify the overoptimization problem during QE-based feedback training, manifested as an increase in reward while translation quality declines. We examine the problem and argue that the vulnerability of the QE model might lead to high rewards for incorrect translations, resulting in overoptimization and error propagation. To address the problem, we adopt a simple yet effective method that uses heuristic rules to detect the incorrect translations and assigns a penalty term to the reward scores of them. Experimental results show that the proposed QE-based feedback training achieves consistent and significant improvements across various settings, further verified through human preference studies. Our subsequent analysis demonstrates the high data efficiency of the proposed QE-based feedback training: it outperforms systems using larger parallel corpora by a small amount of monolingual data. Our code is available at: https://github.com/zwhe99/FeedbackMT

📄 PDF Abstract BibTeX arXiv:2401.12873

Code (1)

zwhe99/feedbackmt 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

LLMRefine: Pinpointing and Refining Large Language Models via Fine-Grained Actionable Feedback

2023-11-15 · Wenda Xu, Daniel Deutsch, Mara Finkelstein, Juraj Juraska 외

Recent large language models (LLM) are leveraging human feedback to improve their generation quality. However, human feedback is costly to obtain, especially during inference. In this work, we propose LLMRefine, an infer…

Long Form Question AnsweringMachine TranslationQuestion AnsweringText Generation+1

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

EvolveMT: an Ensemble MT Engine Improving Itself with Usage Only

2023-06-20 · Kamer Ali Yuksel, Ahmet Gunduz, Mohamed Al-Badrashiny, Shreyas Sharma 외

This paper presents EvolveMT for efficiently combining multiple machine translation (MT) engines. The proposed system selects the output from a single engine for each segment by utilizing online learning techniques to pr…

Machine TranslationSentenceTranslation

Can Neural Machine Translation be Improved with User Feedback?

2018-04-16 · NAACL 2018 6 · Julia Kreutzer, Shahram Khadivi, Evgeny Matusov, Stefan Riezler

We present the first real-world application of methods for improving neural machine translation (NMT) with human reinforcement, based on explicit and implicit user feedback collected on the eBay e-commerce platform. Prev…

Machine TranslationNMTTranslation

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 succes…

Language ModelingLanguage ModellingMachine TranslationReranking+1