CLMay 27, 2025

TAT-R1: Terminology-Aware Translation with Reinforcement Learning and Word Alignment

arXiv:2505.21172v13 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses terminology translation, a specific challenge in machine translation for domains requiring precise term handling, and is incremental as it builds on existing reinforcement learning and word alignment methods.

The paper tackles the problem of terminology translation in machine translation by proposing TAT-R1, a model that uses reinforcement learning and word alignment to improve accuracy, achieving significant gains in terminology translation while maintaining general translation performance.

Recently, deep reasoning large language models(LLMs) like DeepSeek-R1 have made significant progress in tasks such as mathematics and coding. Inspired by this, several studies have employed reinforcement learning(RL) to enhance models' deep reasoning capabilities and improve machine translation(MT) quality. However, the terminology translation, an essential task in MT, remains unexplored in deep reasoning LLMs. In this paper, we propose \textbf{TAT-R1}, a terminology-aware translation model trained with reinforcement learning and word alignment. Specifically, we first extract the keyword translation pairs using a word alignment model. Then we carefully design three types of rule-based alignment rewards with the extracted alignment relationships. With those alignment rewards, the RL-trained translation model can learn to focus on the accurate translation of key information, including terminology in the source text. Experimental results show the effectiveness of TAT-R1. Our model significantly improves terminology translation accuracy compared to the baseline models while maintaining comparable performance on general translation tasks. In addition, we conduct detailed ablation studies of the DeepSeek-R1-like training paradigm for machine translation and reveal several key findings.

Foundations

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

Your Notes