CLSep 23, 2021

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

arXiv:2109.11136v315 citations
AI Analysis

This addresses the need for more flexible and efficient human-in-the-loop translation systems, though it is incremental as it builds on existing feedback mechanisms.

The paper tackles the problem of online learning from human feedback in neural machine translation by proposing a non-parametric method that avoids model updates, resulting in improved translation accuracy and reduced human corrections on benchmarks like EMEA and JRC-Acquis.

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 used to improve the neural machine translation (NMT) system. However, previous methods require online model updating or additional translation memory networks to achieve high-quality performance, making them inflexible and inefficient in practice. In this paper, we propose a novel non-parametric online learning method without changing the model structure. This approach introduces two k-nearest-neighbor (knn) modules: one module memorizes the human feedback, which is the correct sentences provided by human translators, while the other balances the usage of the history human feedback and original NMT models adaptively. Experiments conducted on EMEA and JRC-Acquis benchmarks demonstrate that our proposed method obtains substantial improvements on translation accuracy and achieves better adaptation performance with less repeating human correction operations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes