NeoAMT: Neologism-Aware Agentic Machine Translation with Reinforcement Learning
Zhongtao Miao, Kaiyan Zhao, Masaaki Nagata, Yoshimasa Tsuruoka
TL;DR
NeoAMT addresses neologism translation by coupling an agentic translation agent with a Wiktionary-based dictionary retrieval tool. It introduces Neko, a multilingual benchmark (16 languages, 75 directions) derived from Wiktionary, and a retrieval-enabled RL framework with a novel reward design and translation-difficulty-aware adaptive rollout. Empirical results show limited gains from SFT, advantages of RL with reasoning and dictionary search over baselines, and nuanced insights from human evaluation and thinking-path analyses. The work demonstrates that integrating external lexical resources into reinforcement learning can improve neologism handling, while also highlighting challenges in retrieval quality and prompt fidelity that shape future improvements.
Abstract
Neologism-aware machine translation aims to translate source sentences containing neologisms into target languages. This field remains underexplored compared with general machine translation (MT). In this paper, we propose an agentic framework, NeoAMT, for neologism-aware machine translation using a Wiktionary search tool. Specifically, we first create a new dataset for neologism-aware machine translation and develop a search tool based on Wiktionary. The new dataset covers 16 languages and 75 translation directions and is derived from approximately 10 million records of an English Wiktionary dump. The retrieval corpus of the search tool is also constructed from around 3 million cleaned records of the Wiktionary dump. We then use it for training the translation agent with reinforcement learning (RL) and evaluating the accuracy of neologism-aware machine translation. Based on this, we also propose an RL training framework that contains a novel reward design and an adaptive rollout generation approach by leveraging "translation difficulty" to further improve the translation quality of translation agents using our search tool.
