Search papers, labs, and topics across Lattice.
This paper introduces PAMT, a novel training framework for multi-domain machine translation that integrates cold-start domain-aware Long-CoT supervision with reinforcement learning to address credit-assignment bottlenecks in translation processes. By employing both sequence-level outcome rewards and step-level process rewards, PAMT effectively enhances the translation quality across various domains and challenges, particularly in long-form and high-difficulty scenarios. The results demonstrate that PAMT not only surpasses baseline models but also competes favorably with advanced large reasoning models in diverse translation settings.
PAMT reveals that aligning translation processes with rewards can significantly enhance multi-domain machine translation performance, especially in complex scenarios.
Multi-domain machine translation (MDMT) requires more than fluent generation: it demands domain-sensitive translation decisions such as domain disambiguation, terminology control, and stylistic adaptation. Large reasoning models (LRMs) make such decisions explicit through intermediate translation steps, but our analysis across 15 domains and four translation directions shows that this explicit reasoning is double-edged: it improves long-form and high-difficulty translation, yet often drifts in terminology-intensive and stylistically constrained settings. We trace this failure to a credit-assignment bottleneck: existing methods optimize final outputs or coarse trajectories, but cannot identify which translation steps actually help the final translation. To address this, we propose PAMT, a process-aligned training framework that combines cold-start domain-aware Long-CoT supervision with reinforcement learning. PAMT uses sequence-level format and outcome rewards for the final translation, together with a step-level process reward that measures how much each explicit translation step increases the likelihood of the reference translation. Across two backbones, PAMT improves over base models, outperforms MT-specialized baselines on average, and remains competitive with strong LLMs/LRMs across in-domain, OOD, and multilingual settings.