paper-with-me

홈 › Papers

Learning to Translate Ambiguous Terminology by Preference Optimization on Post-Edits

2025-07-04 · Nathaniel Berger, Johannes Eschbach-Dymanus, Miriam Exel, Matthias Huck, Stefan Riezler arxiv

In real world translation scenarios, terminology is rarely one-to-one. Instead, multiple valid translations may appear in a terminology dictionary, but correctness of a translation depends on corporate style guides and context. This can be challenging for neural machine translation (NMT) systems. Luckily, in a corporate context, many examples of human post-edits of valid but incorrect terminology exist. The goal of this work is to learn how to disambiguate our terminology based on these corrections. Our approach is based on preference optimization, using the term post-edit as the knowledge to be preferred. While previous work had to rely on unambiguous translation dictionaries to set hard constraints during decoding, or to add soft constraints in the input, our framework requires neither one-to-one dictionaries nor human intervention at decoding time. We report results on English-German post-edited data and find that the optimal combination of supervised fine-tuning and preference optimization, with both term-specific and full sequence objectives, yields statistically significant improvements in term accuracy over a strong NMT baseline without significant losses in COMET score. Additionally, we release test sets from our post-edited data and terminology dictionary.

📄 PDF Abstract BibTeX arXiv:2507.03580

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

Background Search for Terminology in STAR MT Translate

2022-06-01 · EAMT 2022 6 · Giorgio Bernardinello, Judith Klein

When interested in an internal web ap-plication for MT, corporate customers always ask how reliable terminology will be in their translations. Coherent vocabulary is crucial in many aspects of corporate translations, suc…

MarketingTranslation

PLC-DPO: Posterior Label Correction in Noisy and Ambiguous Preference Optimization

2026-08-31 · Boryeong Cho, Sumyeong Ahn, Se-Young Yun arxiv

Direct Preference Optimization (DPO) simplifies alignment through pairwise comparisons but assumes all observed preferences are reliable. Real data often violates this assumption, leading to reversed, weak, or ambiguous …

Terminology-Aware Translation with Constrained Decoding and Large Language Model Prompting

2023-10-09 · Nikolay Bogoychev, Pinzhen Chen

Terminology correctness is important in the downstream application of machine translation, and a prevalent way to ensure this is to inject terminology constraints into a translation system. In our submission to the WMT 2…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+2

Human Evaluation of Neural Machine Translation: The Case of Deep Learning

2019-09-01 · RANLP 2019 9 · Marie Escribe

Recent advances in artificial neural networks now have a great impact on translation technology. A considerable achievement was reached in this field with the publication of L{'}Apprentissage Profond. This book, original…

Deep LearningMachine TranslationNMTTranslation

Categorizing Variants of Goodhart's Law

2018-03-13 · David Manheim, Scott Garrabrant

There are several distinct failure modes for overoptimization of systems on the basis of metrics. This occurs when a metric which can be used to improve a system is used to an extent that further optimization is ineffect…