Translation with Thought: Difficulty-Adaptive Reasoning via Reinforcement Learning for Multi-Domain Machine Translation

arXiv cs.CL Papers

Summary

This paper introduces Translation with Thought (TwT), a resource-rational framework for multi-domain machine translation that adaptively modulates reasoning effort based on input difficulty, trained via supervised fine-tuning on difficulty-aware reasoning traces and reinforcement learning. TwT-7B and TwT-14B outperform larger SOTA reasoning models while reducing token usage by 32–60%.

arXiv:2607.29287v1 Announce Type: new Abstract: Multi-domain machine translation (MDMT) poses a unique challenge due to varying levels of linguistic complexity across domains. Inspired by human translators' ability to adapt reasoning effort based on difficulty, we propose TwT (Translation with Thought), a resource-rational framework that learns to modulate inference between intuitive and deliberate reasoning. TwT is trained in two stages: (1) supervised fine-tuning on difficulty-aware long chain-of-thought traces distilled from DeepSeek-R1 and rewritten by GPT-4o to reflect human-like reasoning economy, and (2) reinforcement learning with a hybrid reward to optimize translation quality and reasoning efficiency. Evaluated on 15 benchmarks spanning in-domain and out-of-domain settings, as well as 3 seen and 59 unseen languages, with ablations across three backbone models, TwT-7B and TwT-14B outperform much larger SOTA reasoning models in translation quality, while reducing token usage by 32--60\%. These results confirm that aligning translation behavior with cognitive principles enables robust generalization, high translation quality, and efficient reasoning in MDMT.
Original Article
View Cached Full Text

Cached at: 08/03/26, 07:36 AM

# Translation with Thought: Difficulty-Adaptive Reasoning via Reinforcement Learning for Multi-Domain Machine Translation
Source: [https://arxiv.org/html/2607.29287](https://arxiv.org/html/2607.29287)
Yongshi Ye1,3, Biao Fu2,3,, Chongxuan Huang2,3, Yidong Chen2,3, Xiaodong Shi1,2,3,11footnotemark:1 1Institute of Artificial Intelligence, Xiamen University 2School of Informatics, Xiamen University 3Key Laboratory of Digital Protection and Intelligent Processing of Intangible Cultural Heritage of Fujian and Taiwan \(Xiamen University\), Ministry of Culture and Tourism \{yeyongshi,biaofu\}@stu\.xmu\.edu\.cn,mandel@xmu\.edu\.cn

###### Abstract

Multi\-domain machine translation \(MDMT\) poses a unique challenge due to varying levels of linguistic complexity across domains\. Inspired by human translators’ ability to adapt reasoning effort based on difficulty, we proposeTwT\(TranslationwithThought\), a resource\-rational framework that learns to modulate inference between intuitive and deliberate reasoning\.TwTis trained in two stages: \(1\) supervised fine\-tuning on difficulty\-aware long chain\-of\-thought traces distilled from DeepSeek\-R1 and rewritten by GPT\-4o to reflect human\-like reasoning economy, and \(2\) reinforcement learning with a hybrid reward to optimize translation quality and reasoning efficiency\. Evaluated on 15 benchmarks spanning in\-domain and out\-of\-domain settings, as well as 3 seen and 59 unseen languages, with ablations across three backbone models,TwT\-7BandTwT\-14Boutperform much larger SOTA reasoning models in translation quality, while reducing token usage by 32–60%\. These results confirm that aligning translation behavior with cognitive principles enables robust generalization, high translation quality, and efficient reasoning in MDMT\.

Translation with Thought: Difficulty\-Adaptive Reasoning via Reinforcement Learning for Multi\-Domain Machine Translation

Yongshi Ye1,3, Biao Fu2,3,††thanks:Corresponding authors\., Chongxuan Huang2,3, Yidong Chen2,3, Xiaodong Shi1,2,3,11footnotemark:11Institute of Artificial Intelligence, Xiamen University2School of Informatics, Xiamen University3Key Laboratory of Digital Protection and Intelligent Processing of Intangible CulturalHeritage of Fujian and Taiwan \(Xiamen University\), Ministry of Culture and Tourism\{yeyongshi,biaofu\}@stu\.xmu\.edu\.cn,mandel@xmu\.edu\.cn

![Refer to caption](https://arxiv.org/html/2607.29287v1/x1.png)Figure 1:Case Study of Adaptive Thought\.TwTswitches between System 1 and System 2 based on complexity\.## 1Introduction

Multi\-domain machine translation \(MDMT\) remains a core challenge for language models due to significant variation in terminology, syntax, and style across domains\. A key difficulty lies in the uneven distribution of complexity: some inputs are routine, while others require deeper reasoning to resolve ambiguity or domain\-specific constructs\. However, most MT systems translate all inputs uniformly, lacking mechanisms to adjust inference effort based on domain\-specific complexity\(Li et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib23); Liu et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib24)\)\. This contrasts with human translators, who adapt reasoning effort to input difficulty\(Hvelplund,[2011](https://arxiv.org/html/2607.29287#bib.bib18); Gile and Lei,[2020](https://arxiv.org/html/2607.29287#bib.bib12)\)\. They typically rely on fast, intuitive processing \(System 1\) for familiar content and slower, deliberate reasoning \(System 2\) when encountering Rich Points\(Agar,[1994](https://arxiv.org/html/2607.29287#bib.bib1)\), such as ambiguous terminology, complex syntax, or cultural disparities\. Because the density of such Rich Points varies across domains and correlates with translation difficulty\(Lacruz,[2017](https://arxiv.org/html/2607.29287#bib.bib22)\), current MT systems still largely lack this adaptive reasoning ability\.

From the perspective of reasoning allocation, existing MT approaches fall into two extremes\. On one end, standard large language model \(LLM\)\-based translators operate purely in System 1 mode: trained via supervised fine\-tuning \(SFT\) on large\-scale parallel corpora\(Xu et al\.,[2024a](https://arxiv.org/html/2607.29287#bib.bib44)\), they produce fluent outputs without explicit reasoning\. While efficient, these models struggle with Rich Points and degrade in out\-of\-domain \(OOD\) or low\-resource settings\. Recent efforts have introduced Chain\-of\-Thought \(CoT\) prompting into translation\(Wang et al\.,[2025a](https://arxiv.org/html/2607.29287#bib.bib38)\), but this does not fundamentally solve the problem, because the same reasoning pattern is applied uniformly regardless of input difficulty\. Conversely, the emergence of large reasoning models \(LRMs\), such as DeepSeek\-R1\(Guo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib14)\), represents a shift to the opposite extreme—an overcommitment to System 2\. Reinforcement learning \(RL\) is often used to train these models to generate Long CoT traces, applying reasoning uniformly across inputs\. This raises a natural question:Can RL serve as a bridge to align the model’s reasoning trajectory with the human translation process?

To investigate this, we conduct two preliminary experiments \(Section[3](https://arxiv.org/html/2607.29287#S3)\)\. The first examinesPure RL, where RL is applied directly to a base model without SFT on annotated reasoning traces\. We find that the model rapidly collapses into repetitive, shallow templates, failing to develop domain\-specific reasoning behaviors\. The second exploresRL with SFT, which fine\-tunes on CoT traces before RL\. While this setup produces longer reasoning, it lacks control over when such reasoning is needed, leading to verbose traces even for simple inputs\. This indiscriminate reasoning may help reveal Rich Points, but often results in overthinking and excessive token usage, reducing efficiency and human alignment\. Despite this, most reasoning\-based MT methods still adopt eitherPure RL\(Feng et al\.,[2025a](https://arxiv.org/html/2607.29287#bib.bib9)\)orRL with SFT\(Wang et al\.,[2025c](https://arxiv.org/html/2607.29287#bib.bib40)\), differing mainly in reward design\. However, few attempt to align reasoning effort explicitly with input difficulty\.

Inspired by human cognitive flexibility, we proposeTwT\(TranslationwithThought\), a resource\-rational framework for MDMT that learns to allocate inference effort based on input difficulty\. As shown in Figure[1](https://arxiv.org/html/2607.29287#S0.F1),TwTdynamically shifts its reasoning behavior according to input difficulty, using concise reasoning for routine inputs and deeper reasoning for domain\-specific challenges\. To implement this,TwTfollows the RL with SFT pipeline\. In the cold\-start stage, it performs multi\-agent distillation to construct difficulty\-adaptive reasoning traces across domains: a domain\-specialized teacher \(DeepSeek\-R1\) generates diverse reasoning traces, and GPT\-4o assesses input difficulty via Rich Points, rewriting the traces to match the appropriate reasoning depth\. This process equips our student model with domain\-sensitive reasoning and human\-like inference modulation, supporting resource\-rational translation\. In the RL stage, we optimize the adaptive reasoning behavior seeded during cold\-start by rewarding high\-quality translations\. Our hybrid reward combines translation quality metrics \(BLEU and COMET\) with a repetition penalty, guiding the model toward efficient, domain\-adaptive reasoning through outcome\-driven learning\.

We conduct a comprehensive evaluation ofTwTon 15 benchmarks across in\-domain and OOD settings, as well as 3 seen and 59 unseen languages, and perform ablation studies on three different backbone models to assess generalization across both domain and linguistic axes\. Our results demonstrate thatTwTachieves performance competitive with or superior to SOTA LRMs \(e\.g\., DeepSeek\-R1, OpenAI\-o1\) and surpass strong MT\-specialized baselines, while reducing token usage by 32–60%\. Empirical analysis confirms thatTwTeffectively modulates reasoning effort according to task difficulty, leading to more coherent reasoning processes and more accurate translations\. This validates the core intuition behindTwT: aligning reasoning effort with input difficulty yields both efficiency and quality gains\.

## 2Related Work

Recent MT studies increasingly explore explicit reasoning to improve translation quality, starting with shallow strategies such as disambiguation, domain recognition, and self\-reflectionChen et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib4)\); Feng et al\. \([2025b](https://arxiv.org/html/2607.29287#bib.bib10)\); Wang et al\. \([2024b](https://arxiv.org/html/2607.29287#bib.bib43)\); Hu et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib17)\)\. To support deeper reasoning, recent studies collect Long CoT traces via MCTSZhao et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib51)\)or multi\-agent workflowsWang et al\. \([2025a](https://arxiv.org/html/2607.29287#bib.bib38)\), then apply SFT\. These traces emulate human translation workflows, improving both performance and interpretabilityChen et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib5)\); Liu et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib24)\)\. More recently, RL has emerged as a reasoning enhancerGuo et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib14)\)\. Several approaches optimize translation reasoning with verifiable rewards: R1\-T1 uses COMET\-based signalsHe et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib16)\), MT\-R1\-Zero combines rule\-based and neural metricsFeng et al\. \([2025a](https://arxiv.org/html/2607.29287#bib.bib9)\), DeepTrans employs external LLMsWang et al\. \([2025b](https://arxiv.org/html/2607.29287#bib.bib39)\), and ExTrans adds exemplar\-based guidanceWang et al\. \([2025c](https://arxiv.org/html/2607.29287#bib.bib40)\)\. However, these methods overlook cognitive alignment; we model human\-like reasoning to improve MDMT efficiency and quality\.

## 3Preliminary Analysis

### 3\.1Reasoning Collapse

![Refer to caption](https://arxiv.org/html/2607.29287v1/x2.png)\(a\)Pure RL training with KL regularization\.
![Refer to caption](https://arxiv.org/html/2607.29287v1/x3.png)\(b\)Pure RL training without KL regularization\.

Figure 2:Training dynamics under pure RL using different quality rewards\. While translation quality improves under all settings, pure RL training fails to induce extended translation reasoning traces\.Table 1:Top\-3 reasoning template frequency\.We first investigate the R1\-Zero paradigm \(Pure RL\); detailed training settings are given in Appendix[E\.1](https://arxiv.org/html/2607.29287#A5.SS1)\. This setup is motivated by recent findings that RL alone can induce spontaneous reasoning capabilities in math and code tasks\(Guo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib14)\)\. To test whether this emergence transfers to MDMT, we train models using GRPO with hybrid rewards\. To rule out the possibility that KL regularization suppresses exploration\(Yeo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib49)\), we monitor token length dynamics both with and without the KL term\. However, unlike the “Aha moments” observed in STEM tasks, our experiments reveal rapid mode collapse\.

As shown in Figures[2\(a\)](https://arxiv.org/html/2607.29287#S3.F2.sf1)and[2\(b\)](https://arxiv.org/html/2607.29287#S3.F2.sf2), reasoning traces quickly collapse into shallow patterns \(≤100\\leq 100tokens\) regardless of the KL setting\. Concretely, the model shifts toward high\-frequency template recitation, suppressing diverse reasoning\. As shown in Table[1](https://arxiv.org/html/2607.29287#S3.T1), the top three templates account for about 73% of all generated traces in the Zh→\\rightarrowEn direction\. This degeneration reveals a key misalignment: MDMT requires domain\-aware reasoning, yet without proper initialization, the model produces reasoning that is too brief and overly templated to be elicited reliably\. To address this, our cold\-start phase explicitly initializes adaptive reasoning behavior before RL\.

### 3\.2Reasoning Challenges

ModelEasyHardQualityTokenTimeQualityTokenTimeIn\-DomainSFT\-Parallel64\.85131261\.724015General\-CoT61\.543117256\.5355180Domain\-CoT67\.3655813662\.65883149Out\-of\-DomainSFT\-Parallel67\.5213759\.11368General\-CoT66\.593549660\.5551797Domain\-CoT69\.8163412562\.52840138Table 2:Performance by difficulty for SFT\-Parallel, General\-CoT, and Domain\-CoT\.Qualityis computed as the average of BLEU, COMET, and COMETKIWI\.Timedenotes latency in milliseconds\.To evaluate the trade\-off between reasoning depth and computational cost, we compare three Qwen2\.5\-7B\-Instruct variants: SFT\-Parallel \(System 1\), General\-CoT \(System 2\), and Domain\-CoT, which extends General\-CoT with a domain\-aware prompt\. Details are given in Appendix[E\.2](https://arxiv.org/html/2607.29287#A5.SS2)\.

#### Lack of Domain Awareness\.

As shown in Table[2](https://arxiv.org/html/2607.29287#S3.T2), General\-CoT performs poorly on in\-domain data because its reasoning lacks explicit domain grounding, often defaulting to generic translations rather than domain\-specific terminology and fixed expressions\. By contrast, SFT\-Parallel performs well in these cases by matching the distributional patterns of its training data\. This same contrast also explains why General\-CoT can be more competitive on OOD data, particularly on harder samples: when the input does not closely match the domain patterns seen in training, intermediate reasoning helps the model better handle syntax, ambiguity, and contextual inference than standard parallel SFT\. Importantly, adding explicit domain reasoning largely restores in\-domain quality, improving over General\-CoT from 61\.54 to 67\.36 on Easy samples and from 56\.53 to 62\.65 on Hard samples\. This confirms that lack of domain awareness is a major source of in\-domain degradation\.

#### Reasoning Redundancy\.

However, domain awareness alone is not sufficient\. General\-CoT applies essentially the same reasoning strategy regardless of input difficulty, resulting in substantial redundancy\. On Easy samples, this redundancy is clearly detrimental: despite using 23\.9×\\timesmore tokens in\-domain \(311 vs\. 13\) and 27\.2×\\timesmore on OOD data \(354 vs\. 13\), it still underperforms SFT\-Parallel by 3\.31 and 0\.93 quality points, respectively\. Domain\-CoT does not solve this problem\. Although it restores in\-domain quality, it further increases token usage to 42\.9×\\timeson in\-domain Easy samples \(558 vs\. 13\) and 48\.8×\\timeson OOD Easy samples \(634 vs\. 13\)\. Similar patterns also hold on Hard samples\. These results show that prompt\-level domain awareness alone cannot resolve overthinking, motivatingTwT, which adaptively shifts between System 1 and System 2 to jointly address domain sensitivity and reasoning efficiency\.

## 4Method

![Refer to caption](https://arxiv.org/html/2607.29287v1/x4.png)Figure 3:Overview ofTwTtraining pipeline\.TwTis first fine\-tuned on difficulty\-adaptive Long CoT traces distilled from DeepSeek\-R1 and rewritten by GPT\-4o for cognitive alignment\. RL is then applied with a hybrid reward\.We proposeTwT, a resource\-rational approach that dynamically allocates reasoning effort by input difficulty, mimicking human translation process\. As shown in Figure[3](https://arxiv.org/html/2607.29287#S4.F3), training proceeds in two stages\.

### 4\.1Cold Start

To align the model’s reasoning behavior with the human translation process, we construct a Difficulty\-Adaptive CoT Dataset that equips the backbone LLM with adaptive reasoning capabilities\. The dataset is curated through a multi\-agent distillation\-adaptation pipeline\. We first prompt DeepSeek\-R1 with domain\-aware instructions to generate high\-quality CoT traces tailored to different domains\. These serve as the initial reasoning demonstrations\. We then employ GPT\-4o, which is verified to align best with human judgment \(Appendix[F\.7](https://arxiv.org/html/2607.29287#A6.SS7)\), to assess input difficulty based on the theory of Rich Points\. Specifically, difficulty is defined along four linguistic dimensions: sentence complexity, vocabulary rarity, grammatical divergence, and contextual nuance\. The corresponding evaluation prompt is shown in Figures[10](https://arxiv.org/html/2607.29287#A8.F10)and[11](https://arxiv.org/html/2607.29287#A8.F11)\.

Conditioned on this assessment, GPT\-4o rewrites raw traces into adaptive formats: Easy inputs are reformulated into concise System 1 checks to minimize token usage, whereas Hard inputs retain comprehensive System 2 deliberations for structural and terminological verification\. We then perform SFT on the backbone LLM using this compact dataset \(∼\\sim7k examples\)\. We define reasoning depth as the length of the generated reasoning trace \(i\.e\., number of tokens\)\. This process establishes an initial policy distribution over difficulty\-aware reasoning strategies, enabling the model to autonomously modulate its reasoning depth\. Representative examples are shown in Figures[13](https://arxiv.org/html/2607.29287#A8.F13)and[14](https://arxiv.org/html/2607.29287#A8.F14)\. The resulting data efficiency makes our approach particularly suitable for low\-resource settings, demonstrating that robust adaptive reasoning can be achieved with a modest CoT\-SFT seed dataset\.

### 4\.2RL Training

To scale this adaptive reasoning behavior, we adopt the GRPO algorithm with hybrid quality rewards, which serve as outcome\-driven constraints that encourage the model to identify Rich Points and allocate deep reasoning selectively—only where it leads to measurable quality improvements\. By mitigating indiscriminate overthinking \(Section[3\.2](https://arxiv.org/html/2607.29287#S3.SS2)\), we improve reasoning efficiency and align the model with the resource\-rational principle introduced in Section[1](https://arxiv.org/html/2607.29287#S1)\. The final rewardrris crafted from three components to ensure alignment:

r=rf\+rq−λ⋅rrepr=r\_\{f\}\+r\_\{q\}\-\\lambda\\cdot r\_\{\\text\{rep\}\}
#### Format Reward \(rfr\_\{f\}\)\.

We employ a binary format reward \(rf∈\{1,−1\}r\_\{f\}\\in\\\{1,\-1\\\}\) to strictly enforce the reasoning\-translation structure defined in Figure[5](https://arxiv.org/html/2607.29287#A1.F5)\.

#### Hybrid Quality Reward \(rqr\_\{q\}\)\.

To prevent the model from producing plausible but functionally ineffective reasoning, we introduce a verifiable hybrid feedback signal\. Building upon our preliminary analysis in Section[3\.1](https://arxiv.org/html/2607.29287#S3.SS1), we identified a critical reward hacking phenomenon\. As illustrated by the red curve in Figure[2\(a\)](https://arxiv.org/html/2607.29287#S3.F2.sf1), optimizing solely for a semantic metric \(CometKiwi/COMET\) leads to a significant metric divergence: despite high semantic reward scores, the lexical accuracy \(BLEU\) degrades rapidly during training\. This confirms that the model hacks the reward by generating vague paraphrases or copying source tokens to maximize semantic similarity, effectively abandoning translation fidelity\. To remedy this and strictly enforce alignment, we adopt a hybrid quality reward that combines BLEU \(B\) with COMET \(C\):

rq=\{B​\(𝐲^,𝐲\)\+C​\(𝐱,𝐲^,𝐲\)if​rf=1−2if​rf=−1r\_\{q\}=\\begin\{cases\}\\text\{B\}\(\\mathbf\{\\hat\{y\}\},\\mathbf\{y\}\)\+\\text\{C\}\(\\mathbf\{x\},\\mathbf\{\\hat\{y\}\},\\mathbf\{y\}\)&\\text\{if \\ \}r\_\{f\}=1\\\\ \-2&\\text\{if \\ \}r\_\{f\}=\-1\\end\{cases\}
This design effectively stabilizes the optimization process\. As evidenced by the training dynamics of ourTwTmodels \(Figure[8\(a\)](https://arxiv.org/html/2607.29287#A6.F8.sf1)\), both the 7B and 14B models \(Figures[8\(b\)](https://arxiv.org/html/2607.29287#A6.F8.sf2)and[8\(c\)](https://arxiv.org/html/2607.29287#A6.F8.sf3)\) exhibit synchronous improvements in lexical and semantic metrics without divergence, validating that the hybrid signal successfully grounds the reasoning process in accurate translation outcomes\.

#### N\-gram Repetition Penalty \(rrepr\_\{\\text\{rep\}\}\)\.

We penalize redundant reasoning to discourage degenerate loops and promote efficient token usage\. For a given reasoning trace𝐜\\mathbf\{c\}, let𝐆​\(𝐜\)\\mathbf\{G\}\(\\mathbf\{c\}\)denote the list of contiguousnn\-grams\. In our experiments, we setn=20n=20\. We compute the ratio of repeatednn\-grams to discourage repetitive, loop\-like patterns:

rrep=1−\|set​\(𝐆​\(𝐜\)\)\|\|𝐆​\(𝐜\)\|∈\[0,1\]r\_\{\\text\{rep\}\}=1\-\\frac\{\\lvert\\text\{set\}\\left\(\\mathbf\{G\}\(\\mathbf\{c\}\)\\right\)\\rvert\}\{\\lvert\\mathbf\{G\}\(\\mathbf\{c\}\)\\rvert\}\\in\[0,1\]

## 5Experiments

Table 3:In\-domain translation performance across eight domains, averaged over En→\\rightarrowZh, Zh→\\rightarrowEn, and De→\\rightarrowEn\. TheBoldandunderlinedvalues denote the highest and second highest scores, respectively\.MethodConversationEcommerceSocialCultureCommonSenseAverageQualityTokensQualityTokensQualityTokensQualityTokensQualityTokensQualityTokensLarge Language ModelsDeepSeek\-V368\.42\-\\ul66\.34\-66\.10\-69\.65\-65\.96\-67\.29\-Gemini\-2\.0\-Flash68\.77\-66\.26\-66\.10\-\\ul69\.02\-65\.23\-67\.08\-GPT\-4o\\ul68\.75\-66\.50\-66\.10\-69\.01\-\\ul65\.89\-\\ul67\.25\-Large Reasoning ModelsDeepSeek\-R167\.0653464\.4555264\.1155468\.1656064\.3460265\.62561Gemini\-2\.0\-Flash\-Thinking68\.36120465\.8382265\.50108168\.42122065\.44233566\.711332OpenAI\-o3\-mini68\.0429065\.87363\\ul65\.5837267\.5559664\.4543666\.30411OpenAI\-o168\.4732765\.8039965\.3840567\.9654264\.7839266\.48413GPT\-568\.4044865\.4960965\.1465268\.3398464\.0953066\.29645MT\-Specialized ModelsSFT\-Parallel\-7B65\.64\-63\.33\-62\.54\-65\.34\-61\.03\-63\.58\-ALMA\-7B\-R64\.71\-62\.54\-62\.68\-66\.63\-62\.02\-63\.71\-ALMA\-13B\-R66\.03\-63\.37\-63\.51\-60\.94\-62\.91\-63\.35\-CoT\-FT\-7B65\.433163\.264562\.064264\.665461\.083363\.3041MT\-R1\-Zero\-7B66\.595364\.166663\.696566\.237962\.325164\.6063SSR\-X\-Zero\-7B65\.703763\.465063\.314964\.356662\.183463\.8047mExTrans\-7B63\.4746461\.7456661\.2055565\.1163159\.9247062\.29537Our ModelsTwT\-Qwen2\.5\-7B\-Instruct67\.7223165\.7127365\.4826967\.8235264\.4821966\.25269TwT\-Qwen2\.5\-14B\-Instruct67\.7724065\.7930965\.4729868\.5533364\.7225966\.46288

Table 4:OOD translation performance across five domains, averaged over En→\\rightarrowZh, Zh→\\rightarrowEn, and De→\\rightarrowEn\.Table 5:Results on seen and unseen language directions\. En, Zh, and De are*seen*languages, while X denotes*unseen*languages; En→\\rightarrowX and X→\\rightarrowEn report averages over English↔\\leftrightarrowunseen\-language directions\.MethodIn\-DomainOut\-of\-DomainQualityTokensQualityTokensTwT\-Qwen2\.5\-7B\-Instruct64\.7727866\.28263w/o RP64\.5230166\.12271w/o RP \+ w/o Adaptive CoT64\.6874866\.17720w/o RP \+ w/o Cold Start64\.186265\.2959SFT only w/ Adaptive CoT62\.4725364\.09219SFT only w/ domain\-aware CoT61\.6547963\.47452SFT only w/ general CoT61\.3953163\.11519Backbone ModelsQwen2\.5\-7B\-Instruct61\.99\-64\.71\-Llama\-3\.1\-8B\-Instruct59\.84\-63\.33\-Gemma\-2\-9B\-IT59\.93\-63\.68\-Our ModelsTwT\-Qwen2\.5\-7B\-Instruct64\.7727866\.28263TwT\-Llama\-3\.1\-8B\-Instruct63\.2030564\.44298TwT\-Gemma\-2\-9B\-IT64\.7123166\.05220

Table 6:Ablation study on in\-domain and OOD translation test sets\. Results are averaged at the dataset level for each setting\. RP = repetition penalty\.### 5\.1Experimental Settings

#### Dataset\.

We use two datasets for training: \(1\) a curated set of 7K difficulty\-adaptive Long CoT examples spanning 10 domains and three translation directions \(De→\\rightarrowEn, En→\\rightarrowZh, Zh→\\rightarrowEn\) for cold\-start SFT, and \(2\) a separate 20K\-sample dataset for RL, constructed from multi\-domain parallel corpora\. For evaluation, we adopt both in\-domain test sets and diverse OOD benchmarks, and additionally include multilingual test sets covering both seen and unseen language pairs\. Full dataset details are provided in Appendix[B](https://arxiv.org/html/2607.29287#A2)\.

#### Implementation Details\.

For cold start, we use LLaMA\-Factory111[https://github\.com/hiyouga/LLaMA\-Factory](https://github.com/hiyouga/LLaMA-Factory)Zheng et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib52)\)with Qwen2\.5\-7B\-Instruct, Qwen2\.5\-14B\-Instruct, and Gemma\-2\-9B\-IT as backbones\. We train them on the 7K difficulty\-adaptive Long CoT examples for 1 epoch with full\-parameter optimization on 8 NVIDIA A100 80GB GPUs, using AdamW with a learning rate of1​e−51\\mathrm\{e\}\{\-5\}, a total batch size of 32, a cosine learning rate scheduler, a warm\-up ratio of 0\.1, a maximum input sequence length of 4096, and DeepSpeed ZeRO Stage 3\. The cold\-start stage completes within 10 minutes\. For RL, we useverl222[https://github\.com/volcengine/verl](https://github.com/volcengine/verl)Sheng et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib36)\)and train for 1 epoch on 8 NVIDIA A100 80GB GPUs with a total batch size of 16, rollout number 16, rollout temperature 1\.0, learning rate1​e−61\\mathrm\{e\}\{\-6\}, KL loss coefficientβ=1​e−3\\beta=1\\mathrm\{e\}\{\-3\}, maximum response length 2048, and repetition penalty withn=20n=20\. RL training takes about 10 hours\. During inference, we usevLLM333[https://github\.com/vllm\-project/vllm](https://github.com/vllm-project/vllm)\(Kwon et al\.,[2023](https://arxiv.org/html/2607.29287#bib.bib21)\)for efficient decoding with temperature 0\.0 and repetition penalty 1\.05\.

#### Metrics\.

We reportQuality, defined as the average of BLEU, COMET\(Rei et al\.,[2020](https://arxiv.org/html/2607.29287#bib.bib32)\), and CometKiwi\(Rei et al\.,[2022](https://arxiv.org/html/2607.29287#bib.bib33)\), andTokens, the average length of the generated CoT\. The full metric breakdowns are provided in Appendix[I](https://arxiv.org/html/2607.29287#A9)\.

#### Baselines\.

We compare our method against three categories of models: \(1\)general\-purpose LLMssuch as DeepSeek\-V3DeepSeek\-AI et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib8)\), Gemini\-2\.0\-FlashDeepMind \([2024](https://arxiv.org/html/2607.29287#bib.bib6)\), GPT\-4oOpenAI et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib26)\), and open\-source models like LLaMA3\.1\-8B\-InstructGrattafiori et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib13)\), Gemma\-2\-9B\-ITGemma Team et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib11)\), and Qwen2\.5 series \(7B, 14B, 32B\)Yang et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib46)\)\. \(2\)reasoning\-oriented LRMs, such as DeepSeek\-R1Guo et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib14)\), Gemini\-2\.0\-Flash\-ThinkingDeepMind \([2025](https://arxiv.org/html/2607.29287#bib.bib7)\), OpenAI o1Jaech et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib19)\), o3\-miniOpenAI \([2025b](https://arxiv.org/html/2607.29287#bib.bib28)\), GPT\-5OpenAI \([2025a](https://arxiv.org/html/2607.29287#bib.bib27)\), and QwQ\-32BQwen\-Team \([2025](https://arxiv.org/html/2607.29287#bib.bib30)\); \(3\)MT\-specialized models, including non\-reasoning LLMs such as TowerInstructAlves et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib3)\), ALMA\-RXu et al\. \([2024a](https://arxiv.org/html/2607.29287#bib.bib44),[b](https://arxiv.org/html/2607.29287#bib.bib45)\), SFT\-Parallel \(Qwen2\.5\-7B\-Instruct fine\-tuned on 27K parallel pairs\), CoT\-FTHu et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib17)\), and Tower\-Plus\-9BRei et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib31)\); with reasoning\-oriented models including MT\-R1\-ZeroFeng et al\. \([2025a](https://arxiv.org/html/2607.29287#bib.bib9)\), mExTransWang et al\. \([2025c](https://arxiv.org/html/2607.29287#bib.bib40)\), and SSR\-X\-ZeroYang et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib47)\)\. For fairer comparison, Appendix[C](https://arxiv.org/html/2607.29287#A3)details the training data size of MT\-specialized baselines\.

### 5\.2Cross\-Domain Generalization

#### In\-Domain\.

As shown in Table[3](https://arxiv.org/html/2607.29287#S5.T3),TwT\-14Bachieves a SOTA average quality score of 66\.62, outperforming both strong open\-source LRMs such as DeepSeek\-R1 \(65\.40\) and closed\-source models including GPT\-5 \(66\.05\)\. Notably, our smaller variant,TwT\-7B, also surpasses dedicated MT systems, demonstrating that our method scales effectively with model size\. Compared to mExTrans\-7B, which is also trained under the R1 paradigm,TwT\-7Byields a substantial improvement of\+\+4\.45 points while reducing reasoning overhead by 50\.27%, highlighting the superior efficiency of our difficulty\-adaptive mechanism\. The benefits of adaptive reasoning are especially evident in structurally complex and culturally nuanced domains\. In the Literary domain,TwT\-14Bconsistently outperforms three representative paradigms: it exceeds the System 1 baseline SFT\-Parallel by\+\+2\.18 points, the heavy\-reasoning System 2 model DeepSeek\-R1 by\+\+4\.19 points, and the pure RL\-based MT\-R1\-Zero\-7B by\+\+2\.34 points\. These results suggest that, for multi\-domain translation, neither shallow System 1 execution, indiscriminate System 2 overthinking, nor unguided pure RL exploration alone yields optimal performance\. In contrast, our model autonomously modulates reasoning depth to strike a more effective balance between literal accuracy and stylistic adequacy\.

#### OOD\.

TwT\-7Bachieves a strong average score of 66\.25 on five OOD test sets, surpassing MT\-specialized baselines such as SFT\-Parallel\-7B \(63\.58\), which exhibit poor generalization under domain shift\. Moreover,TwT\-7Bexhibits a favorable quality\-efficiency trade\-off, surpassing DeepSeek\-R1 while reducing reasoning overhead by 292 tokens\. Even in unfamiliar domains, it avoids excessive deliberation by leveraging compact, internalized translation procedures\. These results indicate thatTwTcaptures domain\-agnostic translation logic rather than relying on domain\-specific memorization, approaching the SOTA performance of GPT\-4o at a fraction of the computational cost and model size\.

### 5\.3Multilingual Generalization

On seen directions,TwT\-7Bimproves Zh→\\rightarrowEn performance by\+\+6\.95 over its base model and\+\+1\.90 over SFT\-Parallel\-7B, under the same training data\. On unseen directions \(En→\\rightarrowX\)444En→\\rightarrowX and X→\\rightarrowEn are averaged over 59 unseen languages from FLORES\+; see Appendix[B\.6](https://arxiv.org/html/2607.29287#A2.SS6)for the full list\.,TwT\-Gemma\-2\-9B\-IT, trained on only 27K examples, outperforms the multilingual Tower\-Plus\-9B, built on the same backbone but trained on 286K examples, by a substantial margin of\+\+8\.19\. Overall,TwTachieves the highest average score across all directions, indicating that its reasoning mechanism generalizes beyond language boundaries and captures transferable alignment strategies\.

### 5\.4Ablation Study

We conduct a comprehensive ablation study to assess the contribution of each component in theTwTframework and validate its generalizability across backbone architectures \(Table[6](https://arxiv.org/html/2607.29287#S5.T6)\)\. Removing the repetition penalty \(w/o RP\) leads to a slight quality drop and longer outputs, indicating its role as a regularizer rather than a performance driver\. In contrast, removing both the repetition penalty and the difficulty\-adaptive rewriting \(w/o RP \+ w/o Adaptive CoT\) results in comparable quality but significantly increases reasoning length \(from 278 to 748 tokens\), highlighting the critical role of adaptive rewriting in controlling verbosity and ensuring inference efficiency\. We further examine the necessity of the two\-stage training pipeline\. Eliminating the cold\-start SFT phase \(w/o RP \+ w/o Cold Start\) causes performance degradation and length collapse \(to 62 tokens\), suggesting that RL alone fails to induce structured reasoning behavior\. To isolate the impact of SFT data quality, we compare three variants: difficulty\-adaptive CoT yields the best result \(62\.47\), followed by domain\-aware \(61\.65\) and general CoT \(61\.39\), showing a clear performance hierarchy\. Still, only the fullTwTpipeline achieves the highest score \(64\.77\), confirming that RL is indispensable for turning the adaptive reasoning patterns from mere imitation into an internalized and optimized translation strategy\. Lastly, we applyTwTto three backbone models: Qwen2\.5\-7B, Llama\-3\.1\-8B, and Gemma\-2\-9B, and observe consistent improvements\. For instance,TwTimproves Gemma\-2\-9B\-IT from 59\.93 to 64\.71 in\-domain and from 63\.68 to 66\.05 OOD, demonstrating thatTwTis a model\-agnostic framework that robustly enhances translation reasoning regardless of the underlying architecture\.

## 6Empirical Analysis

### 6\.1Human Reasoning Alignment

To benchmarkTwT’s reasoning against human cognition, we conduct a qualitative analysis on 10 Zh→\\rightarrowEn examples, with expert commentary from a translation studies faculty member\. A representative case is shown in Appendix[G\.2](https://arxiv.org/html/2607.29287#A7.SS2)\.

#### Cognitive Convergence\.

The analysis revealed thatTwT’s reasoning exhibits strong parallels with human translators in early\-stage decision\-making\. Specifically,TwTeffectively \(1\) identifies translation domain and stylistic register, \(2\) handles complex sentence structures with appropriate syntactic parsing, and \(3\) demonstrates context\-aware terminology adaptation\. For example, it consistently distinguishes between literary and technical expressions and adjusts lexical choices accordingly\. Its structured CoT mirrors key aspects of professional reasoning—such as coherence maintenance, discourse flow control, and sensitivity to stylistic norms—indicating thatTwThas internalized domain\-aware reasoning behavior resembling human translation logic\.

#### Pragmatic Divergence\.

Despite these strengths,TwTstill shows gaps compared with expert translators\. It occasionally struggles with cross\-sentence consistency in terminology, especially when handling long\-form repetitions or abbreviated references\. Moreover, its output lacks fine\-grained control over tone, idiomaticity, and cultural adaptation, which human translators adjust based on pragmatic context and target audience\. These issues suggest thatTwT’s reasoning remains less flexible in discourse\-level adaptation, reflecting the absence of high\-level pragmatic awareness\. Future work seeks to bridge these gaps by integrating process\-oriented feedback, thereby fostering deeper pragmatic alignment with human cognitive processes\.

### 6\.2Reasoning Redundancy Reduction

Table 7:Resolution rates of six redundancies byTwT\.To assess whetherTwTeliminates unnecessary computation, we employ DeepSeek\-V3\.2 to detect six distinct forms of reasoning redundancy across 15 domains, utilizing the prompt provided in Figure[12](https://arxiv.org/html/2607.29287#A8.F12)\. As shown in Table[7](https://arxiv.org/html/2607.29287#S6.T7),TwTdemonstrates exceptional efficiency, successfully resolving over 94% of the redundant steps observed in the SFT\-with\-RL baseline described in Section[3\.2](https://arxiv.org/html/2607.29287#S3.SS2)\. Notably, it achieves a 97\.2% resolution rate for Low\-Density Long Descriptions, verifying its ability to compress verbose reasoning into high\-density insights, while maintaining 87\.3% resolution for structural issues like Over\-Segmentation\. These results confirm that the model has internalized resource\-rational adaptive reasoning behavior, effectively activating System 2 reasoning for Rich Points while avoiding unnecessary elaboration on straightforward segments\.

### 6\.3Translation Difficulty Adaptation

Table 8:In\-domain performance by difficulty level\.To better understand how models adapt their reasoning behavior to translation difficulty, we group the in\-domain test set into three difficulty levels \(Easy, Medium, Hard\) estimated by DeepSeek\-V3 \(prompt in Figure[11](https://arxiv.org/html/2607.29287#A8.F11)\)\. Table[8](https://arxiv.org/html/2607.29287#S6.T8)reports the average quality and the response length for each group, averaged across all domains\. Results indicate thatTwTeffectively addresses the reasoning redundancy of General\-CoT through resource\-rational allocation\. On Easy inputs, it reduces token usage by 33% while improving quality by\+\+6\.4 points; conversely, on Hard inputs, it focuses on performance, achieving a substantial\+\+6\.7 points quality gain\. Moreover,TwTmodels consistently outperform all SOTA LRMs across all difficulty levels in terms of quality, while maintaining significantly shorter reasoning traces—reducing average token usage by 32% compared to OpenAI\-o3\-mini and by 60% compared to Gemini\-2\.0\-Flash\-Thinking\. This highlightsTwT’s ability to generate concise, difficulty\-aware reasoning while reducing overthinking\.

### 6\.4Reasoning Collapse Mitigation

![Refer to caption](https://arxiv.org/html/2607.29287v1/x5.png)Figure 4:CoT trace similarity comparison\. Pure RL vsTwTin space \(Left\) and distribution \(Right\)\.In Section[3\.1](https://arxiv.org/html/2607.29287#S3.SS1), we identified a critical failure mode of pure RL, where reasoning rapidly degenerates into shallow, repetitive templates\. To verify whetherTwTsuccessfully mitigates this reasoning collapse, we conduct a semantic diversity analysis across 15 domains\. We compute pairwise cosine similarities of generated reasoning traces using multilingual Sentence\-BERT555sentence\-transformers/paraphrase\-multilingual\-MiniLM\-L12\-v2\. Pure RL exhibits severe redundancy with a mean similarity of 0\.89, whereasTwTsignificantly reduces this metric to 0\.51\. This divergence is visually corroborated by Figure[4](https://arxiv.org/html/2607.29287#S6.F4), where the PCA projection \(Left\) shows pure RL confined to tight, isolated clusters compared to the broad semantic manifold ofTwT, and the similarity histogram \(Right\) confirms thatTwTdiffuses the sharp redundancy peak of the baseline into a balanced distribution\. These results show thatTwTovercomes template dependency and encourages genuine reasoning\.

### 6\.5Further Analysis

Appendix[F](https://arxiv.org/html/2607.29287#A6)provides additional analyses ofTwT, including MQM error types, KL ablation, training dynamics, domain\-aware prompting, inference cost, language consistency, and failure cases\.

## 7Conclusion

In this work, we presentTwT, a resource\-rational translation model that adapts reasoning effort to input difficulty\.TwTcombines difficulty\-aware SFT and hybrid\-reward RL to balance System 1 and System 2 behavior\. Evaluated across diverse domains and languages,TwTmatches or surpasses SOTA LRMs while reducing token usage by 32–60%, validating the effectiveness of aligning translation with human reasoning economy\.

## Limitations

WhileTwTachieves robust performance across multiple domains, several limitations remain\. First, the RL training data is randomly sampled without controlling for difficulty distribution, which may result in an imbalanced mix of easy, medium, and hard inputs\. Second, the reasoning traces distilled from proprietary LLMs \(e\.g\., DeepSeek\-R1\) may carry over implicit biases or domain preferences inherent in those models\. Although our current setup yields consistent improvements, such biases could influence the reasoning behavior or stylistic tendencies ofTwT\. Finally, our current reward design does not incorporate difficulty\-aware reward shaping\. In particular, no length\-based reward is applied to encourage concise reasoning on simple inputs and more detailed analysis for complex ones\. Incorporating such adaptive rewards may further enhance the model’s ability to adjust reasoning depth based on input complexity in MDMT\. We leave this direction for future work\.

## Acknowledgment

This work is supported by the National Science and Technology Major Project \(Grant No\. 2022ZD0116101\), the National Natural Science Foundation of China \(NSFC\) under Grant No\. 62206295, the Major Scientific Research Project of the State Language Commission in the 13th Five\-Year Plan \(Grant No\. WT135\-38\), the public technology service platform project of Xiamen City \(No\. 3502Z20231043\)\. In addition, we used a large language model to assist in polishing the visualizations in Figure[1](https://arxiv.org/html/2607.29287#S0.F1)and generating certain decorative visual elements in Figure[3](https://arxiv.org/html/2607.29287#S4.F3)\.

## References

- Agar \(1994\)M\. Agar\. 1994\.[*Language Shock: Understanding The Culture Of Conversation*](https://books.google.co.jp/books?id=xOE4nPuWq10C)\.HarperCollins\.
- Aharoni and Goldberg \(2020\)Roee Aharoni and Yoav Goldberg\. 2020\.[Unsupervised domain clusters in pretrained language models](https://doi.org/10.18653/v1/2020.acl-main.692)\.In*Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics*, pages 7747–7763, Online\. Association for Computational Linguistics\.
- Alves et al\. \(2024\)Duarte M\. Alves, José Pombal, Nuno M\. Guerreiro, Pedro H\. Martins, João Alves, Amin Farajian, Ben Peters, Ricardo Rei, Patrick Fernandes, Sweta Agrawal, Pierre Colombo, José G\. C\. de Souza, and André F\. T\. Martins\. 2024\.[Tower: An open multilingual large language model for translation\-related tasks](https://arxiv.org/abs/2402.17733)\.*Preprint*, arXiv:2402\.17733\.
- Chen et al\. \(2024\)Andong Chen, Lianzhang Lou, Kehai Chen, Xuefeng Bai, Yang Xiang, Muyun Yang, Tiejun Zhao, and Min Zhang\. 2024\.[DUAL\-REFLECT: Enhancing large language models for reflective translation through dual learning feedback mechanisms](https://doi.org/10.18653/v1/2024.acl-short.64)\.In*Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 2: Short Papers\)*, pages 693–704, Bangkok, Thailand\. Association for Computational Linguistics\.
- Chen et al\. \(2025\)Andong Chen, Yuchen Song, Wenxin Zhu, Kehai Chen, Muyun Yang, Tiejun Zhao, and Min zhang\. 2025\.[Evaluating o1\-like llms: Unlocking reasoning for translation through comprehensive analysis](https://arxiv.org/abs/2502.11544)\.*Preprint*, arXiv:2502\.11544\.
- DeepMind \(2024\)Google DeepMind\. 2024\.Introducing gemini 2\.0: our new ai model for the agentic era\.[https://blog\.google/technology/google\-deepmind/google\-gemini\-ai\-update\-december\-2024/\#ceo\-message](https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/#ceo-message)\.Accessed: 2025\-04\-21\.
- DeepMind \(2025\)Google DeepMind\. 2025\.Gemini 2\.0 flash thinking\.[https://ai\.google\.dev/gemini\-api/docs/changelog](https://ai.google.dev/gemini-api/docs/changelog)\.Accessed: 2025\-04\-21\.
- DeepSeek\-AI et al\. \(2024\)DeepSeek\-AI, Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, Damai Dai, Daya Guo, Dejian Yang, Deli Chen, Dongjie Ji, Erhang Li, Fangyun Lin, Fucong Dai, and 181 others\. 2024\.[Deepseek\-v3 technical report](https://arxiv.org/abs/2412.19437)\.*Preprint*, arXiv:2412\.19437\.
- Feng et al\. \(2025a\)Zhaopeng Feng, Shaosheng Cao, Jiahan Ren, Jiayuan Su, Ruizhe Chen, Yan Zhang, Zhe Xu, Yao Hu, Jian Wu, and Zuozhu Liu\. 2025a\.[Mt\-r1\-zero: Advancing llm\-based machine translation via r1\-zero\-like reinforcement learning](https://arxiv.org/abs/2504.10160)\.*Preprint*, arXiv:2504\.10160\.
- Feng et al\. \(2025b\)Zhaopeng Feng, Yan Zhang, Hao Li, Bei Wu, Jiayu Liao, Wenqiang Liu, Jun Lang, Yang Feng, Jian Wu, and Zuozhu Liu\. 2025b\.[TEaR: Improving LLM\-based machine translation with systematic self\-refinement](https://aclanthology.org/2025.findings-naacl.218/)\.In*Findings of the Association for Computational Linguistics: NAACL 2025*, pages 3922–3938, Albuquerque, New Mexico\. Association for Computational Linguistics\.
- Gemma Team et al\. \(2024\)Gemma Team, Morgane Riviere, and 1 others\. 2024\.[Gemma 2: Improving open language models at a practical size](https://arxiv.org/abs/2408.00118)\.*Preprint*, arXiv:2408\.00118\.
- Gile and Lei \(2020\)Daniel Gile and Victoria Lei\. 2020\.Translation, effort and cognition\.In*The Routledge handbook of translation and cognition*, pages 263–278\. Routledge\.
- Grattafiori et al\. \(2024\)Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al\-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, Amy Yang, Angela Fan, Anirudh Goyal, Anthony Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, and 542 others\. 2024\.[The llama 3 herd of models](https://arxiv.org/abs/2407.21783)\.*Preprint*, arXiv:2407\.21783\.
- Guo et al\. \(2025\)Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z\. F\. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, and 180 others\. 2025\.[Deepseek\-r1: Incentivizing reasoning capability in llms via reinforcement learning](https://arxiv.org/abs/2501.12948)\.*Preprint*, arXiv:2501\.12948\.
- He et al\. \(2020\)Jie He, Tao Wang, Deyi Xiong, and Qun Liu\. 2020\.[The box is in the pen: Evaluating commonsense reasoning in neural machine translation](https://doi.org/10.18653/v1/2020.findings-emnlp.327)\.In*Findings of the Association for Computational Linguistics: EMNLP 2020*, pages 3662–3672, Online\. Association for Computational Linguistics\.
- He et al\. \(2025\)Minggui He, Yilun Liu, Shimin Tao, Yuanchang Luo, Hongyong Zeng, Chang Su, Li Zhang, Hongxia Ma, Daimeng Wei, Weibin Meng, Hao Yang, Boxing Chen, and Osamu Yoshie\. 2025\.[R1\-t1: Fully incentivizing translation capability in llms via reasoning learning](https://arxiv.org/abs/2502.19735)\.*Preprint*, arXiv:2502\.19735\.
- Hu et al\. \(2024\)Tianxiang Hu, Pei Zhang, Baosong Yang, Jun Xie, Derek F\. Wong, and Rui Wang\. 2024\.[Large language model for multi\-domain translation: Benchmarking and domain CoT fine\-tuning](https://doi.org/10.18653/v1/2024.findings-emnlp.328)\.In*Findings of the Association for Computational Linguistics: EMNLP 2024*, pages 5726–5746, Miami, Florida, USA\. Association for Computational Linguistics\.
- Hvelplund \(2011\)Kristian Tangsgaard Hvelplund\. 2011\.*Allocation of cognitive resources in translation: An eye\-tracking and key\-logging study*\.Frederiksberg: Copenhagen Business School \(CBS\)\.
- Jaech et al\. \(2024\)Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El\-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, Alex Iftimie, Alex Karpenko, Alex Tachard Passos, Alexander Neitz, Alexander Prokofiev, Alexander Wei, Allison Tam, Ally Bennett, Ananya Kumar, and 242 others\. 2024\.[Openai o1 system card](https://arxiv.org/abs/2412.16720)\.*Preprint*, arXiv:2412\.16720\.
- Kocmi et al\. \(2022\)Tom Kocmi, Rachel Bawden, Ondřej Bojar, Anton Dvorkovich, Christian Federmann, Mark Fishel, Thamme Gowda, Yvette Graham, Roman Grundkiewicz, Barry Haddow, Rebecca Knowles, Philipp Koehn, Christof Monz, Makoto Morishita, Masaaki Nagata, Toshiaki Nakazawa, Michal Novák, Martin Popel, and Maja Popović\. 2022\.[Findings of the 2022 conference on machine translation \(WMT22\)](https://aclanthology.org/2022.wmt-1.1/)\.In*Proceedings of the Seventh Conference on Machine Translation \(WMT\)*, pages 1–45, Abu Dhabi, United Arab Emirates \(Hybrid\)\. Association for Computational Linguistics\.
- Kwon et al\. \(2023\)Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu, Joseph Gonzalez, Hao Zhang, and Ion Stoica\. 2023\.[Efficient memory management for large language model serving with pagedattention](https://doi.org/10.1145/3600006.3613165)\.In*Proceedings of the 29th Symposium on Operating Systems Principles*, SOSP ’23, page 611–626, New York, NY, USA\. Association for Computing Machinery\.
- Lacruz \(2017\)Isabel Lacruz\. 2017\.[Cognitive effort in translation, editing, and post\-editing](https://doi.org/10.1002/9781119241485.ch21)\.*The handbook of translation and cognition*, pages 386–401\.
- Li et al\. \(2025\)Zihao Li, Shaoxiong Ji, and Jörg Tiedemann\. 2025\.[Test\-time scaling of reasoning models for machine translation](https://arxiv.org/abs/2510.06471)\.*Preprint*, arXiv:2510\.06471\.
- Liu et al\. \(2025\)Sinuo Liu, Chenyang Lyu, Minghao Wu, Longyue Wang, Weihua Luo, Kaifu Zhang, and Zifu Shang\. 2025\.[New trends for modern machine translation with large reasoning models](https://arxiv.org/abs/2503.10351)\.*Preprint*, arXiv:2503\.10351\.
- NLLB Team et al\. \(2024\)NLLB Team, Marta R\. Costa\-jussà, James Cross, Onur Çelebi, Maha Elbayad, Kenneth Heafield, Kevin Heffernan, Elahe Kalbassi, Janice Lam, Daniel Licht, Jean Maillard, Anna Sun, Skyler Wang, Guillaume Wenzek, Al Youngblood, Bapi Akula, Loic Barrault, Gabriel Mejia Gonzalez, Prangthip Hansanti, and 20 others\. 2024\.[Scaling neural machine translation to 200 languages](https://doi.org/10.1038/s41586-024-07335-x)\.*Nature*, 630\(8018\):841–846\.
- OpenAI et al\. \(2024\)OpenAI, :, Aaron Hurst, Adam Lerer, Adam P\. Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, Aleksander Mądry, Alex Baker\-Whitcomb, Alex Beutel, Alex Borzunov, Alex Carney, Alex Chow, Alex Kirillov, and 401 others\. 2024\.[Gpt\-4o system card](https://arxiv.org/abs/2410.21276)\.*Preprint*, arXiv:2410\.21276\.
- OpenAI \(2025a\)OpenAI\. 2025a\.Introducing GPT\-5\.[https://openai\.com/zh\-Hans\-CN/index/introducing\-gpt\-5/](https://openai.com/zh-Hans-CN/index/introducing-gpt-5/)\.
- OpenAI \(2025b\)OpenAI\. 2025b\.Openai o3\-mini\.[https://openai\.com/index/openai\-o3\-mini/](https://openai.com/index/openai-o3-mini/)\.Accessed: 2025\-04\-21\.
- Papineni et al\. \(2002\)Kishore Papineni, Salim Roukos, Todd Ward, and Wei\-Jing Zhu\. 2002\.[Bleu: a method for automatic evaluation of machine translation](https://doi.org/10.3115/1073083.1073135)\.In*Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics*, pages 311–318, Philadelphia, Pennsylvania, USA\. Association for Computational Linguistics\.
- Qwen\-Team \(2025\)Qwen\-Team\. 2025\.[Qwq\-32b: Embracing the power of reinforcement learning](https://qwenlm.github.io/blog/qwq-32b/)\.
- Rei et al\. \(2025\)Ricardo Rei, Nuno M\. Guerreiro, José Pombal, João Alves, Pedro Teixeirinha, Amin Farajian, and André F\. T\. Martins\. 2025\.[Tower\+: Bridging generality and translation specialization in multilingual llms](https://arxiv.org/abs/2506.17080)\.*Preprint*, arXiv:2506\.17080\.
- Rei et al\. \(2020\)Ricardo Rei, Craig Stewart, Ana C Farinha, and Alon Lavie\. 2020\.[COMET: A neural framework for MT evaluation](https://doi.org/10.18653/v1/2020.emnlp-main.213)\.In*Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing \(EMNLP\)*, pages 2685–2702, Online\. Association for Computational Linguistics\.
- Rei et al\. \(2022\)Ricardo Rei, Marcos Treviso, Nuno M\. Guerreiro, Chrysoula Zerva, Ana C Farinha, Christine Maroti, José G\. C\. de Souza, Taisiya Glushkova, Duarte Alves, Luisa Coheur, Alon Lavie, and André F\. T\. Martins\. 2022\.[CometKiwi: IST\-unbabel 2022 submission for the quality estimation shared task](https://aclanthology.org/2022.wmt-1.60/)\.In*Proceedings of the Seventh Conference on Machine Translation \(WMT\)*, pages 634–645, Abu Dhabi, United Arab Emirates \(Hybrid\)\. Association for Computational Linguistics\.
- Schulman et al\. \(2017\)John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov\. 2017\.[Proximal policy optimization algorithms](https://arxiv.org/abs/1707.06347)\.*Preprint*, arXiv:1707\.06347\.
- Shao et al\. \(2024\)Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y\. K\. Li, Y\. Wu, and Daya Guo\. 2024\.[Deepseekmath: Pushing the limits of mathematical reasoning in open language models](https://arxiv.org/abs/2402.03300)\.*Preprint*, arXiv:2402\.03300\.
- Sheng et al\. \(2025\)Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu\. 2025\.[Hybridflow: A flexible and efficient rlhf framework](https://doi.org/10.1145/3689031.3696075)\.In*Proceedings of the Twentieth European Conference on Computer Systems*, EuroSys ’25, page 1279–1297, New York, NY, USA\. Association for Computing Machinery\.
- Tian et al\. \(2014\)Liang Tian, Derek F\. Wong, Lidia S\. Chao, Paulo Quaresma, Francisco Oliveira, Yi Lu, Shuo Li, Yiming Wang, and Longyue Wang\. 2014\.[UM\-corpus: A large English\-Chinese parallel corpus for statistical machine translation](https://aclanthology.org/L14-1604/)\.In*Proceedings of the Ninth International Conference on Language Resources and Evaluation \(LREC‘14\)*, pages 1837–1842, Reykjavik, Iceland\. European Language Resources Association \(ELRA\)\.
- Wang et al\. \(2025a\)Jiaan Wang, Fandong Meng, Yunlong Liang, and Jie Zhou\. 2025a\.[Drt: Deep reasoning translation via long chain\-of\-thought](https://arxiv.org/abs/2412.17498)\.*Preprint*, arXiv:2412\.17498\.
- Wang et al\. \(2025b\)Jiaan Wang, Fandong Meng, and Jie Zhou\. 2025b\.[Deep reasoning translation via reinforcement learning](https://arxiv.org/abs/2504.10187)\.*Preprint*, arXiv:2504\.10187\.
- Wang et al\. \(2025c\)Jiaan Wang, Fandong Meng, and Jie Zhou\. 2025c\.[Extrans: Multilingual deep reasoning translation via exemplar\-enhanced reinforcement learning](https://arxiv.org/abs/2505.12996)\.*Preprint*, arXiv:2505\.12996\.
- Wang et al\. \(2024a\)Longyue Wang, Siyou Liu, Chenyang Lyu, Wenxiang Jiao, Xing Wang, Jiahao Xu, Zhaopeng Tu, Yan Gu, Weiyu Chen, Minghao Wu, Liting Zhou, Philipp Koehn, Andy Way, and Yulin Yuan\. 2024a\.[Findings of the WMT 2024 shared task on discourse\-level literary translation](https://doi.org/10.18653/v1/2024.wmt-1.58)\.In*Proceedings of the Ninth Conference on Machine Translation*, pages 699–700, Miami, Florida, USA\. Association for Computational Linguistics\.
- Wang et al\. \(2023\)Longyue Wang, Zhaopeng Tu, Yan Gu, Siyou Liu, Dian Yu, Qingsong Ma, Chenyang Lyu, Liting Zhou, Chao\-Hong Liu, Yufeng Ma, Weiyu Chen, Yvette Graham, Bonnie Webber, Philipp Koehn, Andy Way, Yulin Yuan, and Shuming Shi\. 2023\.[Findings of the WMT 2023 shared task on discourse\-level literary translation: A fresh orb in the cosmos of LLMs](https://doi.org/10.18653/v1/2023.wmt-1.3)\.In*Proceedings of the Eighth Conference on Machine Translation*, pages 55–67, Singapore\. Association for Computational Linguistics\.
- Wang et al\. \(2024b\)Yutong Wang, Jiali Zeng, Xuebo Liu, Fandong Meng, Jie Zhou, and Min Zhang\. 2024b\.[TasTe: Teaching large language models to translate through self\-reflection](https://doi.org/10.18653/v1/2024.acl-long.333)\.In*Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 6144–6158, Bangkok, Thailand\. Association for Computational Linguistics\.
- Xu et al\. \(2024a\)Haoran Xu, Young Jin Kim, Amr Sharaf, and Hany Hassan Awadalla\. 2024a\.[A paradigm shift in machine translation: Boosting translation performance of large language models](https://openreview.net/forum?id=farT6XXntP)\.In*The Twelfth International Conference on Learning Representations*\.
- Xu et al\. \(2024b\)Haoran Xu, Amr Sharaf, Yunmo Chen, Weiting Tan, Lingfeng Shen, Benjamin Van Durme, Kenton Murray, and Young Jin Kim\. 2024b\.[Contrastive preference optimization: Pushing the boundaries of LLM performance in machine translation](https://openreview.net/forum?id=51iwkioZpn)\.In*Forty\-first International Conference on Machine Learning*\.
- Yang et al\. \(2024\)An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, Junyang Lin, Kai Dang, and 23 others\. 2024\.[Qwen2\.5 technical report](https://arxiv.org/abs/2412.15115)\.*Preprint*, arXiv:2412\.15115\.
- Yang et al\. \(2025\)Wenjie Yang, Mao Zheng, Mingyang Song, Zheng Li, and Sitong Wang\. 2025\.[Ssr\-zero: Simple self\-rewarding reinforcement learning for machine translation](https://arxiv.org/abs/2505.16637)\.*Preprint*, arXiv:2505\.16637\.
- Yao et al\. \(2024\)Binwei Yao, Ming Jiang, Tara Bobinac, Diyi Yang, and Junjie Hu\. 2024\.[Benchmarking machine translation with cultural awareness](https://doi.org/10.18653/v1/2024.findings-emnlp.765)\.In*Findings of the Association for Computational Linguistics: EMNLP 2024*, pages 13078–13096, Miami, Florida, USA\. Association for Computational Linguistics\.
- Yeo et al\. \(2025\)Edward Yeo, Yuxuan Tong, Morry Niu, Graham Neubig, and Xiang Yue\. 2025\.[Demystifying long chain\-of\-thought reasoning in llms](https://arxiv.org/abs/2502.03373)\.*Preprint*, arXiv:2502\.03373\.
- Yu et al\. \(2025\)Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Tiantian Fan, Gaohong Liu, Lingjun Liu, Xin Liu, Haibin Lin, Zhiqi Lin, Bole Ma, Guangming Sheng, Yuxuan Tong, Chi Zhang, Mofan Zhang, Wang Zhang, Hang Zhu, and 16 others\. 2025\.[Dapo: An open\-source llm reinforcement learning system at scale](https://arxiv.org/abs/2503.14476)\.*Preprint*, arXiv:2503\.14476\.
- Zhao et al\. \(2024\)Yu Zhao, Huifeng Yin, Bo Zeng, Hao Wang, Tianqi Shi, Chenyang Lyu, Longyue Wang, Weihua Luo, and Kaifu Zhang\. 2024\.[Marco\-o1: Towards open reasoning models for open\-ended solutions](https://arxiv.org/abs/2411.14405)\.*Preprint*, arXiv:2411\.14405\.
- Zheng et al\. \(2024\)Yaowei Zheng, Richong Zhang, Junhao Zhang, Yanhan Ye, and Zheyan Luo\. 2024\.[LlamaFactory: Unified efficient fine\-tuning of 100\+ language models](https://doi.org/10.18653/v1/2024.acl-demos.38)\.In*Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 3: System Demonstrations\)*, pages 400–410, Bangkok, Thailand\. Association for Computational Linguistics\.

## Appendix AGRPO Algorithm

GRPOShao et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib35)\)extends PPO\(Schulman et al\.,[2017](https://arxiv.org/html/2607.29287#bib.bib34)\)by removing the dependency on a value model and instead leveraging group\-wise relative rewards estimation among sampled responses for more stable and efficient policy updates\. Given a query𝐱\\mathbf\{x\}, the model samples a group ofGGresponses\{𝐲i\}i=1G\\\{\\mathbf\{y\}\_\{i\}\\\}\_\{i=1\}^\{G\}, each scored with rewardrir\_\{i\}\. The normalized advantage for each sample is computed as:

Ai=ri−mean​\(\{r\}j=1G\)std​\(\{r\}j=1G\)\.A\_\{i\}=\\frac\{r\_\{i\}\-\\text\{mean\}\(\\\{r\\\}\_\{j=1\}^\{G\}\)\}\{\\text\{std\}\(\\\{r\\\}\_\{j=1\}^\{G\}\)\}\.\(1\)Then GRPO optimizes the policy modelπθ\\pi\_\{\\theta\}by maximizing the following objective:

𝒥GRPO​\(θ\)\\displaystyle\\mathcal\{J\}\_\{\\text\{GRPO\}\}\(\\theta\)=𝔼𝐱∼𝒟,\{𝐲i\}i=1G∼πθold\(⋅∣𝐱\)\\displaystyle=\\mathbb\{E\}\_\{\\mathbf\{x\}\\sim\\mathcal\{D\},\\,\\\{\\mathbf\{y\}\_\{i\}\\\}\_\{i=1\}^\{G\}\\sim\\pi\_\{\\theta\_\{\\text\{old\}\}\}\(\\cdot\\mid\\mathbf\{x\}\)\}\(2\)\(1G∑i=1Gmin\(πθ​\(𝐲i∣𝐱\)πθold​\(𝐲i∣𝐱\)Ai,\\displaystyle\\Biggl\(\\frac\{1\}\{G\}\\sum\_\{i=1\}^\{G\}\\min\\Bigl\(\\frac\{\\pi\_\{\\theta\}\(\\mathbf\{y\}\_\{i\}\\mid\\mathbf\{x\}\)\}\{\\pi\_\{\\theta\_\{\\text\{old\}\}\}\(\\mathbf\{y\}\_\{i\}\\mid\\mathbf\{x\}\)\}\\,A\_\{i\},\\,clip\(πθ​\(𝐲i∣𝐱\)πθold​\(𝐲i∣𝐱\),1−ϵ,1\+ϵ\)Ai\)\\displaystyle\\text\{clip\}\\Bigl\(\\frac\{\\pi\_\{\\theta\}\(\\mathbf\{y\}\_\{i\}\\mid\\mathbf\{x\}\)\}\{\\pi\_\{\\theta\_\{\\text\{old\}\}\}\(\\mathbf\{y\}\_\{i\}\\mid\\mathbf\{x\}\)\},1\-\\epsilon,1\+\\epsilon\\Bigr\)A\_\{i\}\\Bigr\)−βDKL\(πθ∥πref\)\),\\displaystyle\-\\beta D\_\{\\text\{KL\}\}\\bigl\(\\pi\_\{\\theta\}\\,\\big\\\|\\,\\pi\_\{\\text\{ref\}\}\\bigr\)\\Biggr\),whereπθold\\pi\_\{\\theta\_\{\\text\{old\}\}\}andπθ\\pi\_\{\\theta\}are the old and current policies,ϵ\\epsilonis the PPO clipping threshold, andβ\\betacontrols the weight of the KL regularization\.

TemplateA conversation between User and Assistant\. The user asks a translation question, and the Assistant solves it\. The Assistant first thinks about the translation reasoning process in the mind, and then provides the final translation\. The translation reasoning process and the final translation are enclosed within ¡think¿ ¡/think¿ and ¡answer¿ ¡/answer¿ tags, respectively, i\.e\., ¡think¿ translation reasoning process here ¡/think¿ ¡answer¿ final translation here ¡/answer¿\.\\n\\n User: \{Translation question\}\.\\n Assistant: ¡think¿Figure 5:Template for pure RL in MT task\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x6.png)Figure 6:Distribution of our curated difficulty\-adaptive Long CoT data\.
## Appendix BDatasets

### B\.1Details of Cold Start Data

For cold\-start SFT, we collect a curated dataset of about 7K difficulty\-adaptive Long CoT examples spanning 10 domains and three major translation directions: De→\\rightarrowEn, En→\\rightarrowZh, and Zh→\\rightarrowEn\. The data is constructed via domain\-aware generation with DeepSeek\-R1 followed by difficulty\-adaptive rewriting with GPT\-4o \(see Section[4\.1](https://arxiv.org/html/2607.29287#S4.SS1)\)\. Detailed dataset statistics are presented in Figure[6](https://arxiv.org/html/2607.29287#A1.F6)\.

### B\.2Details of RL Training Data

We collect a diverse MDMT dataset for RL training across languages and domains\. Specifically, we sample from the following sources:

- •The German\-English multi\-domain dataset\(Aharoni and Goldberg,[2020](https://arxiv.org/html/2607.29287#bib.bib2)\), including five distinct domains: IT, Law, Medical, Koran, and Subtitles\.
- •The English\-Chinese UM\-Corpus\(Tian et al\.,[2014](https://arxiv.org/html/2607.29287#bib.bib37)\), covering four domains: News, Laws, Subtitles, and Science\.
- •The Chinese\-English GuoFeng\-Webnovel dataset\(Wang et al\.,[2023](https://arxiv.org/html/2607.29287#bib.bib42),[2024a](https://arxiv.org/html/2607.29287#bib.bib41)\)from WMT23 and WMT24 literary translation tasks, representing the Literary domain\.

For each domain, we randomly select 2K sentence pairs with a minimum source sentence length of 20 words \(characters for Chinese\) to ensure meaningful reasoning potential\. This results in a total of 20K training samples used for RL training\.

### B\.3In\-Domain Test Data

For in\-domain evaluation, we use the official test sets associated with the corpora in Appendix[B\.2](https://arxiv.org/html/2607.29287#A2.SS2)\. For the Literary domain, we merge thevalid\_1,valid\_2,test\_1, andtest\_2subsets to form a comprehensive test set\. The data statistics is illustrated in Table[9](https://arxiv.org/html/2607.29287#A2.T9)\.

Table 9:In\-domain test sets and the number of samples for En↔\\leftrightarrowZh and De→\\rightarrowEn translation tasks\.
### B\.4Out\-of\-Domain Test Data

For out\-of\-domain evaluation, we consider a diverse set of test sets spanning multiple language pairs and domains\. Specifically, the Conversation, Ecommerce, and Social domains are drawn from the WMT22 shared tasksKocmi et al\. \([2022](https://arxiv.org/html/2607.29287#bib.bib20)\)\. The Culture domain is sourced from the CAMT datasetYao et al\. \([2024](https://arxiv.org/html/2607.29287#bib.bib48)\), and the CommonSense domain comes from the CommonMT benchmarkHe et al\. \([2020](https://arxiv.org/html/2607.29287#bib.bib15)\)\. The data statistics is illustrated in Table[10](https://arxiv.org/html/2607.29287#A2.T10)\.

Table 10:Out\-of\-domain test sets and sample counts for En↔\\leftrightarrowZh and De→\\rightarrowEn translation tasks\.Table 11:MQM\-based error analysis across different LLMs and LRMs\.
### B\.5Domain Diversity Design

To ensure comprehensive evaluation and robust generalization ofTwTacross diverse translation scenarios, we designed the dataset to reflect a broad range of linguistic and contextual complexity, including: high\-resource domains \(e\.g\., News\); low\-resource scenarios \(e\.g\., Koranic texts\); terminology\-heavy fields \(e\.g\., IT, Law, Medicine, Science, E\-commerce\); context\-sensitive domains \(e\.g\., Culture, CommonSense\); stylistically demanding content \(e\.g\., Literature\); noisier or informal genres \(e\.g\., Subtitles, Conversation, Social media\)\. This diversity ensures comprehensive evaluation across domain specificity, reasoning difficulty, and stylistic variation\.

### B\.6Multilingual Test Data

Table 12:The 59 unseen languagesℒunseen\\mathcal\{L\}\_\{\\mathrm\{unseen\}\}used for En↔\\leftrightarrowX evaluation after filtering FLORES\+ by \(i\) post\-training language coverage of evaluated backbones and \(ii\) COMET/CometKiwi language support\.For unseen\-language evaluation, we adopt the FLORES\+ benchmark\(NLLB Team et al\.,[2024](https://arxiv.org/html/2607.29287#bib.bib25)\)and construct an*unseen*language set to minimize evaluation leakage from the languages already involved in our baseline training data \(Table[5](https://arxiv.org/html/2607.29287#S5.T5)\)\. Concretely, we first exclude all languages that appear in the baseline training coverage, including Chinese \(zh\), English \(en\), German \(de\), French \(fr\), Spanish \(es\), Portuguese \(pt\), Italian \(it\), Russian \(ru\), Korean \(ko\), Dutch \(nl\), Czech \(cs\), Icelandic \(is\), Ukrainian \(uk\), Hindi \(hi\), Japanese \(ja\), Polish \(pl\), Swedish \(sv\), Hungarian \(hu\), Romanian \(ro\), Danish \(da\), Norwegian \(no\), and Finnish \(fi\)\. This step ensures that the En↔\\leftrightarrowX results reflect generalization to genuinely unseen languages rather than memorization of language\-specific post\-training signals\. Next, to enable consistent computation of COMET and CometKiwi across all unseen directions, we further restrict the remaining FLORES\+ languages to those supported by our COMET/CometKiwi scorers\. After these two filters, we obtain a final unseen\-language set consisting of 59 languages \(Table[12](https://arxiv.org/html/2607.29287#A2.T12)\)\.

Theseenlanguages—German \(de\), English \(en\), and Chinese \(zh\)—are used across all baseline training sets, and are covered by the following datasets: the German\-English multi\-domain dataset\(Aharoni and Goldberg,[2020](https://arxiv.org/html/2607.29287#bib.bib2)\), the English\-Chinese UM\-Corpus\(Tian et al\.,[2014](https://arxiv.org/html/2607.29287#bib.bib37)\), and the Chinese\-English GuoFeng\-Webnovel dataset\.

## Appendix CTraining Data Scale of MT Baselines

To ensure a fair comparison, we report the training data size used by each MT\-specialized baseline\. WhileTwTand most reasoning\-augmented models, including MT\-R1\-Zero\-7B, CoT\-FT\-7B, SFT\-Parallel, and mExTrans\-7B, are trained on approximately 27K examples, several other models leverage significantly larger corpora\. For instance, TowerInstruct series is trained on 637K examples, Tower\-Plus\-9B on 286K, and ALMA\-R on 21K\. SSR\-X\-Zero\-7B is trained on a notably smaller subset of 13K instances\.

## Appendix DAPI Details

The following APIs were used to access the SOTA LLMs and LRMs evaluated in our experiments:

- •OpenAI:gpt\-4o\-2024\-11\-20, o1\-2024\-12\-17, o3\-mini\-2025\-01\-31, and gpt\-5\-2025\-08\-07
- •DeepSeek:deepseek\-chat\-2024\-12\-26, and deepseek\-reasoner
- •Gemini:gemini\-2\.0\-flash, and gemini\-2\.0\-flash\-thinking\-exp\-01\-21

## Appendix EExperimental Details for Preliminary Analysis

### E\.1Setup for Pure RL

Training Data\.We construct a diverse MDMT training data with 20K samples by randomly sampling 2K sentence pairs from 10 domains, spanning three major language pairs: De→\\rightarrowEn\(Aharoni and Goldberg,[2020](https://arxiv.org/html/2607.29287#bib.bib2)\), En→\\rightarrowZh\(Tian et al\.,[2014](https://arxiv.org/html/2607.29287#bib.bib37)\), and Zh→\\rightarrowEn\(Wang et al\.,[2023](https://arxiv.org/html/2607.29287#bib.bib42),[2024a](https://arxiv.org/html/2607.29287#bib.bib41)\)\. We select only examples with source sentences longer than 20 words \(characters for Chinese\) to encourage meaningful reasoning\. Evaluation is conducted using the test sets provided by the original datasets\.

Training Template\.To guide the base model toward producing translation\-relevant reasoning behavior, we modify the template used in DeepSeek\-R1\-Zero\(Guo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib14)\)to better fit the translation task\. The chat template is shown in Figure[5](https://arxiv.org/html/2607.29287#A1.F5)\.

Reward Design\.We follow DeepSeek\-R1\(Guo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib14)\)in using two reward types\.

Format Reward:We apply regex matching to check whether the model responses adhere to the specified format\. The format rewardrfr\_\{f\}is set to 1 if the format is correct, and \-1 otherwise\.

Quality Reward:We experiment with several quality metrics to evaluate the final translation output\. Specifically, we consider BLEU666[https://github\.com/mjpost/sacrebleu](https://github.com/mjpost/sacrebleu)\(Papineni et al\.,[2002](https://arxiv.org/html/2607.29287#bib.bib29)\), a metric based on n\-gram lexical overlap, and COMET777Unbabel/wmt22\-comet\-da\(Rei et al\.,[2020](https://arxiv.org/html/2607.29287#bib.bib32)\)and CometKiwi888Unbabel/wmt22\-cometkiwi\-da\(Rei et al\.,[2022](https://arxiv.org/html/2607.29287#bib.bib33)\), neural metrics that estimate semantic similarity using contextual embeddings through reference\-based or reference\-free scoring\. All metric scores are normalized to the range\[0,1\]\[0,1\]before being used in the reward function\. During training, the quality rewardrqr\_\{q\}is computed based on one or more of these metrics\. It is only applied when the output format is correct; otherwise, we assign a fixed penalty ofrq=−2r\_\{q\}=\-2\. The final reward used during RL training is the sum of the format and quality components:r=rf\+rqr=r\_\{f\}\+r\_\{q\}\.

RL Optimization\.We train the model using GRPO algorithm\(Shao et al\.,[2024](https://arxiv.org/html/2607.29287#bib.bib35)\), which improves stability over PPO\(Schulman et al\.,[2017](https://arxiv.org/html/2607.29287#bib.bib34)\)by leveraging group\-wise relative advantages rather than explicit value functions\. See Appendix[A](https://arxiv.org/html/2607.29287#A1)for full formulation\.

Model Training\.We conduct experiments using Qwen2\.5\-7B\-Instruct\(Yang et al\.,[2024](https://arxiv.org/html/2607.29287#bib.bib46)\)as the base model, and train it for 1 epoch on our collected 20k MDMT data\. To investigate the effectiveness of different reward signals, we experiment with five quality reward variants: BLEU, COMET, CometKiwi, BLEU\+COMET, and BLEU\+CometKiwi\.

### E\.2Setup for RL with SFT

Training Data\.We distill reasoning traces from the DeepSeek\-R1 model\(Guo et al\.,[2025](https://arxiv.org/html/2607.29287#bib.bib14)\)and apply additional quality filtering, resulting in about 7K high\-quality Long CoT examples for MDMT\.

Model Training\.We fine\-tune Qwen2\.5\-7B\-Instruct\(Yang et al\.,[2024](https://arxiv.org/html/2607.29287#bib.bib46)\)on the constructed Long CoT dataset for 1 epoch, followed by RL training on the 20K multi\-domain data for 1 epoch, using a composite reward of BLEU and COMET\. General\-CoT and Domain\-CoT share the same training pipeline and hyperparameters, differing only in the prompt used for SFT data construction: General\-CoT uses ”Translate the following \{src\_lang\} text into \{tgt\_lang\}\.”, while Domain\-CoT uses ”Translate the following \{src\_lang\} text into \{tgt\_lang\} while maintaining the domain style of the source text\.”

## Appendix FFurther Analysis

### F\.1Error\-Type Analysis under the MQM Framework

To further investigate what types of translation errors reasoning helps address, we conducted a detailed analysis based on the MQM \(Multidimensional Quality Metrics\) framework\. For error classification, we used an external LLM as an annotator, excluding ”Source Error” as it pertains to low\-quality source data\. Given the distinct challenges of MDMT compared to general MT, we extended error types such as ”Style Inconsistency”, ”Cross\-domain Confusion”, and ”Terminology Misuse” to better capture the advantages of reasoning in MDMT\. As shown in Table[11](https://arxiv.org/html/2607.29287#A2.T11), reasoning\-enhanced LRMs lead to lower error rates in Style, Fluency, Terminology, and Non\-translation Errors\. We believe this is due to the structured reasoning process, which contributes to a more human\-like translation process and better error reflection, in contrast to the pattern\-matching of traditional bilingual fine\-tuning\. Notably, after incorporating domain\-aware CoT data,TwTreduced style errors by 3\.18%, significantly improving the model’s style adaptation\. This highlights the effectiveness and applicability of our approach in MDMT\.

Table 13:In\-domain results with different KL coefficient\.
### F\.2KL Coefficient Analysis\.

Recent studyYu et al\. \([2025](https://arxiv.org/html/2607.29287#bib.bib50)\)suggests that removing KL regularization can enhance Long CoT reasoning\. To examine whether this holds in the MDMT setting, we investigate the effect of the KL coefficientβ\\betain Table[13](https://arxiv.org/html/2607.29287#A6.T13)\. However, our findings diverge from this conclusion: settingβ\\betato 0—completely removing the KL constraint—results in significantly shorter and less informative outputs\. In contrast, small non\-zero values \(*e\.g\.*,β=0\.001\\beta=0\.001or0\.0050\.005\) achieve the best overall quality scores while maintaining reasonable response lengths\. Larger values \(*e\.g\.*,β=0\.02\\beta=0\.02or0\.050\.05\) overly constrain the policy, slightly degrading translation quality and increasing length instability\. These results reflect the importance of balancing generation stability and flexibility: moderate KL regularization helps suppress degenerate behavior while preserving adaptive, difficulty\-aware reasoning traces\.

### F\.3Analysis of Training Dynamics\.

To better understand how RL shapesTwT’s reasoning and translation behavior, we analyze the training dynamics ofTwT\-7BandTwT\-14Bfrom two complementary perspectives\.

![Refer to caption](https://arxiv.org/html/2607.29287v1/x7.png)Figure 7:Average reward and format error rate over RL training steps\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x8.png)\(a\)Training dynamics forTwT\-7BandTwT\-14B\.
![Refer to caption](https://arxiv.org/html/2607.29287v1/x9.png)\(b\)Training dynamics forTwT\-7Bunder different difficulty level\.
![Refer to caption](https://arxiv.org/html/2607.29287v1/x10.png)\(c\)Training dynamics forTwT\-14Bunder different difficulty level\.

Figure 8:Training dynamics forTwTmodels\.#### Analysis of Reward and Format Stability

Figure[7](https://arxiv.org/html/2607.29287#A6.F7)further illustrates the reinforcement learning dynamics ofTwT\-7BandTwT\-14Bin terms of average reward and format error rate\. Both models show a rapid increase in reward within the first few hundred steps, followed by a stable plateau, indicating that the hybrid reward formulation enables efficient convergence toward high\-quality translation reasoning\. The largerTwT\-14Bmodel consistently achieves higher rewards throughout training, suggesting stronger optimization capacity and better utilization of the reward signal\. In contrast, the format error rate decreases sharply during the initial phase and remains near zero thereafter, demonstrating that the format reward effectively reduces structural inconsistencies and output anomalies as training progresses\.

#### Translation Quality and Reasoning Depth

Figure[8](https://arxiv.org/html/2607.29287#A6.F8)shows the training dynamics ofTwT\-7BandTwT\-14Bduring RL\. BLEU, COMET, and CometKiwi scores steadily improve, indicating that our hybrid reward effectively enhances translation quality\. Interestingly, response length increases in the early and mid stages, reflecting deeper reasoning, but decreases in later steps as the model learns to maintain quality with more concise traces\. This indicates convergence to efficient, difficulty\-aware reasoning behavior, as shown in Figure[8\(a\)](https://arxiv.org/html/2607.29287#A6.F8.sf1)\. Figure[8\(b\)](https://arxiv.org/html/2607.29287#A6.F8.sf2)and Figure[8\(c\)](https://arxiv.org/html/2607.29287#A6.F8.sf3)show the performance ofTwT\-7BandTwT\-14Bunder different difficulty levels\. In both models, BLEU, COMET, and CometKiwi scores are highest on easy inputs and lowest on hard ones, and response length increases with difficulty, indicating effective control of reasoning depth\. Notably,TwT\-14Bgenerates shorter responses thanTwT\-7Bon easy inputs, but longer responses on medium and hard inputs\. This suggests that the larger model more effectively adapts its reasoning length to input difficulty, providing concise outputs when possible and allocating more reasoning to harder cases\.

Table 14:General prompt vs\. domain\-aware prompt across domains\.Table 15:SFT trained on general CoT vs\. domain\-aware CoT\.

### F\.4Analysis of Domain\-Aware Prompting

To better understand the effect of domain\-aware prompting, we conduct two complementary experiments that evaluate its impact from both the inference and training perspectives\.

First, we investigate how prompt formulation affects translation quality when the model remains fixed \(DeepSeek\-R1\)\. Two prompts are compared: a general prompt \(”Translate the following src\_lang sentence into tgt\_lang\.”\) and a domain\-aware prompt \(”Translate the following src\_lang text into tgt\_lang while maintaining the domain style of the source text\.”\)\. As shown in Table[14](https://arxiv.org/html/2607.29287#A6.T14), the comparison across three representative domains \(IT, Law, Medical\) demonstrates that domain\-aware prompt explicitly instructs the model to infer and preserve domain\-specific stylistic and terminological features\. This better activates the reasoning capacity and leads to more accurate domain\-aware translation\. These findings motivated us to adopt domain\-aware prompts throughoutTwT’s training data curation phase, allowing domain signals to be explicitly injected during learning\.

Second, we evaluate the effect of using different prompts to construct Long\-CoT data for SFT\. Specifically, one dataset is generated using the general prompt, while another uses the domain\-aware prompt to elicit domain\-specific reasoning traces\. As shown in Table[15](https://arxiv.org/html/2607.29287#A6.T15), domain\-aware CoT data lead to consistent improvements across all automatic evaluation metrics in both in\-domain and out\-of\-domain scenarios\. These results highlight that incorporating domain context enhances the model’s reasoning robustness and cross\-domain generalization\.

![Refer to caption](https://arxiv.org/html/2607.29287v1/x11.png)Figure 9:Inference time comparison\.
### F\.5Computational Cost Analysis

To assess the computational efficiency of our reasoning\-based translation paradigm, we compare the average inference time per example across different models\. As shown in Figure[9](https://arxiv.org/html/2607.29287#A6.F9), the reasoning\-augmentedTwTmodels incur additional computational overhead compared with the non\-reasoning baseline \(Qwen2\.5\-7B\-Instruct \+ SFT\)\. Specifically,TwT\-7BandTwT\-14Brequire 57 ms and 121 ms per example, respectively, compared to 12 ms for the baseline\. Despite the higher inference cost, the time overhead remains acceptable given the significant improvements in translation quality, reasoning accuracy, and style adaptation demonstrated in previous sections\.

### F\.6Language Consistency Discussion

To verify thatTwT’s reasoning traces are linguistically coherent and aligned with the target translation language, we conducted a systematic analysis of language consistency throughout the data curation and training stages\. We employed a language identification tool \(fastText\) to detect potential cross\-lingual inconsistencies in reasoning traces, such as mixing English reasoning with Chinese or German summaries\. In the initial R1\-distilled CoT data, 9\.26% \(684/7382\) of the reasoning traces contained incorrect languages\. After GPT\-4o rewriting, the inconsistency dropped sharply to 3\.78% \(279/7382\)\. After SFT, the inconsistency rate on the test set further decreased to 0\.04% \(7/16094\), and it reached 0% after the RL stage\.

### F\.7Reliability of Difficulty Estimation

To mitigate potential bias from relying solely on GPT\-4o, we validated its difficulty estimation against two other strong models \(DeepSeek\-V3\.2, Gemini\-2\.5\-Flash\) and human experts on 100 randomly sampled instances\. Results demonstrate robust consistency across three dimensions: \(1\)Internal Stability:All models exhibited high self\-agreement across 5 independent trials \(GPT\-4o: 0\.92, DeepSeek: 0\.93, Gemini: 0\.91\)\. \(2\)Cross\-Model Agreement:The three models reached a 90% consensus rate after majority voting\. \(3\)Human Alignment:Crucially, GPT\-4o achieved the highest correlation with professional translators \(0\.86\), surpassing DeepSeek \(0\.77\) and Gemini \(0\.79\)\. These findings confirm that GPT\-4o provides a reliable and stable proxy for human judgment in our difficulty\-aware framework\.

### F\.8Structured Analysis of Failure Cases

To provide a more systematic analysis, we further examineTwT’s bad cases across all domains\. Specifically, we select the 10 lowest\-quality examples from each of the 15 domains \(150 cases in total\) and analyze their CoT trajectories\. We identify two recurring error patterns\.

#### Reasoning–prediction misalignment\.

In some cases, the model makes the correct translation decision in its reasoning, but the final output fails to realize it\. That is, the reasoning identifies an appropriate lexical choice or phrasing, while the prediction deviates from it\. This suggests a gap between reasoning and realization\. A possible remedy is to introduce an additional reward penalty during GRPO to explicitly discourage divergence between the decision expressed in the<think\>block and the output in the<answer\>block\.

#### Domain–terminology misalignment\.

Another common failure occurs when the model correctly identifies the domain but does not switch to the appropriate terminology system\. In such cases, the reasoning remains at a declarative level without consistently applying domain\-specific lexical choices, syntactic preferences, fixed translations, or formatting conventions\. One possible remedy is to incorporate external terminology lexicons or style\-template libraries to guide domain\-specific realization\.

Table 16:Summary of human evaluation results for TwT compared with other models\.

## Appendix GHuman Evaluation

### G\.1Human Evaluation Analysis

We conducted a human evaluation to complement our automatic metrics\. Specifically, we randomly sampled 100 examples from the Zh↔\\leftrightarrowEn test set, selecting 20 sentences from each of five domains\. For each instance, the source sentence and two system outputs—one fromTwT\-14Band one from a comparison model—were independently evaluated by three professional translators, who selected the better translation or marked a tie when the quality difference was negligible\. Table[16](https://arxiv.org/html/2607.29287#A6.T16)summarizes the human evaluation results across three baselines: DeepSeek\-R1, DeepSeek\-V3, and TowerInstruct\-13B\-v0\.1\. These results show that whileTwT\-14Bslightly underperforms DeepSeek\-R1 and DeepSeek\-V3—expected given its much smaller size—it still achieves a strong degree of parity\. Importantly,TwT\-14Boutperforms TowerInstruct\-13B\-v0\.1 in more than half of the evaluated examples \(54% win rate\), supporting the effectiveness of its reasoning\-driven design in translation\.

### G\.2Comparison with Human Translation Reasoning

To further evaluate the alignment betweenTwT’s reasoning process and that of professional human translators, we conducted a case study using a complex narrative sentence from a fictional novel, as shown in Figure[17](https://arxiv.org/html/2607.29287#A8.F17)\. The source sentence features multiple subordinate and concessive clauses, complex logical progression, and dense world\-specific terminology—a typical example in the fictional novel domain\. Such sentences require precise control of syntax, consistent terminology management, and sensitivity to logical flow and pragmatic tone\.

#### Similarities\.

TwTdemonstrates several key reasoning behaviors consistent with professional translators\.First, it correctly identified the sentence structure and logical relations, decomposing the original into two conceptual layers: \(1\) background explanation of the connection between the 神属大世界 and the 战星联邦, and \(2\) a reasoning\-based denial of the assumed link between the 组织 and 神属大世界\. This decomposition mirrors the syntactic and logical analysis stage in human translation reasoning, reflectingTwT’s strong ability to detect hierarchical structure and causal relationships\.Second,TwTshows strong terminological consistency, accurately translating key domain\-specific entities such as ”Immortal Holy Water” \(不老圣水\), ”Divine Realm Major World” \(神属大世界\), and ”War Star Federation” \(战星联邦\)\. While minor stylistic improvements remain possible, the model’s use of consistent and semantically clear terms aligns with the terminology standardization step in professional translation workflows\.TwTalso handled subtle pragmatic expressions such as ”有交情” and ”换取” with contextually appropriate equivalents \(”have connections with”, ”trade for”\), indicating an emerging awareness of functional\-pragmatic equivalence—a key element in expressing communicative intent and contextual tone\.Moreover, before translating,TwTdemonstrated an initial assessment of text difficulty and style, recognizing that the sentence belongs to a fictional novel with specialized terms\. This awareness parallels a human translator’s pre\-translation difficulty assessment and background analysis, where genre and register are evaluated to inform strategy\.TwTchose to preserve the source\-style transliteration rather than domesticate the names, maintaining consistency with the fantasy universe’s internal logic—an appropriate decision for this genre\.At the structural level,TwTeffectively reconstructed the concessive–causal logic of ”虽然…但…所以…” into the English pattern ”Although…some…therefore…”, faithfully capturing the original logical progression\. This demonstrates the model’s ability to rebuild syntactic and logical relations during target\-language reorganization, consistent with human translators’ reasoning in structural decomposition and coherence reconstruction\.In lexical judgment,TwTmade contextually informed choices, such as rendering ”不老圣水” as ”Immortal Holy Water” rather than the freer ”elixir of youth” or ”anti\-aging water”, thereby preserving the source’s mythological tone\. Similarly, translating ”牵强” as ”far\-fetched” appropriately conveys the intended skepticism while maintaining stylistic naturalness\. These decisions illustrate the model’s ability to perform semantic disambiguation and lexical selection comparable to human translators’ third\-stage reasoning process\.Finally,TwT’s output features a natural syntactic flow and coherent discourse structure\. For instance, ”some powerful individuals…had connections with…” reconstructs the information hierarchy more fluently than a literal rendering would\. This indicates an emerging sense of register and stylistic adaptation, partially fulfilling the requirements of the expression and style selection stage\.

#### Differences\.

First,TwT’s translation repeatedly uses the long\-form expression such as ”Divine Realm Major World”, resulting in verbosity\. Professional translators would typically balance terminological consistency with referential economy, adopting simplified references such as ”the Divine Realm” or ”that realm” to improve fluency and readability\. For instance, a revised version could read: ”Although ‘Immortal Holy Water’ is a specialty of the Divine Realm, some powerful individuals in the War Star Federation have connections with that realm and can obtain it through trade\.” This alternative maintains precision while achieving smoother rhythm and reduced redundancy\.Second,TwT’s stylistic control remains limited\. Although the translation is grammatically accurate, it lacks the conversational tone and personality expected in dialogue\. Since the original sentence is dialogue from Hans expressing skepticism, a professional translator would employ a more natural, idiomatic style to reflect the speaker’s voice and pragmatic intent, e\.g\., ”Come on, you can’t just assume they’re connected to the Divine Realm over a bit of Holy Water—that’s a stretch\!” Such adaptation better reproduces conversational tone and aligns with the narrative style of fantasy dialogue\.Third,TwT’s cultural adaptation is surface\-level\. While ”far\-fetched” effectively captures the core meaning of ”牵强,” a human translator might enrich cultural accessibility by appending a light explanatory note, such as ”Immortal Holy Water, a sacred elixir rumored to halt aging in the Divine Realm\.” This hybrid ”foreignization plus domestication” strategy balances cultural retention with reader comprehension, commonly seen in professional literary translation\.

## Appendix HPrompt

The template for pure RL \(Section[3\.1](https://arxiv.org/html/2607.29287#S3.SS1)\) is shown in Figure[5](https://arxiv.org/html/2607.29287#A1.F5)\. The prompt for generating difficulty\-adaptive Long CoT data is provided in Figure[10](https://arxiv.org/html/2607.29287#A8.F10)\. The prompt employed for the quantitative evaluation of reasoning efficiency is presented in Figure[12](https://arxiv.org/html/2607.29287#A8.F12)\. The prompt for evaluating translation difficulty is shown in Figure[11](https://arxiv.org/html/2607.29287#A8.F11)and the detailed examples for translation difficulty evaluation are provided in Table[17](https://arxiv.org/html/2607.29287#A8.T17)\.

You are an experienced translation expert\. Your task is to optimize a given initial translation thought process by simulating the thinking process of a professional human translator\.Human translators typically first assess the difficulty of the translation task\. Based on this difficulty level, they allocate appropriate time and cognitive effort:•For simple translation tasks, they provide an accurate translation quickly with concise thought process\.•For moderate translation tasks, they reason carefully through any ambiguities to produce an accurate translation, without excessive expansion\.•For difficult translation tasks, they conduct deep and comprehensive thinking, exploring different translation strategies, comparing and verifying options, and refining every detail to produce the best translation\.Based on this professional approach, please optimize the given translation thought process by:•Integrating the assessment of translation difficulty naturally into the thought process\.•Adjusting the depth and style of reasoning based on the difficulty level\.•Preserving the original language style and tone of the initial translation thought process\.Finally, output the optimized thought process and the final translation in JSON format with the keys ”thought” and ”translation”, as shown below:```
{
  "thought": "Optimized translation thought process based on difficulty",
  "translation": "Final translation based on the corrected thought process"
}
```

Source text:Target language:Initial translation thought process:Figure 10:Full prompt used for generating difficulty\-adaptive Long CoT data with GPT\-4o\.Your task is to assess the difficulty of translating a given\{src\_lang\}sentence into\{tgt\_lang\}\. Please evaluate the difficulty based on the following criteria:1\.Sentence complexity: Determine if the sentence is a simple sentence, a compound sentence, or includes subordinate clauses and other complex structures\.2\.Vocabulary difficulty: Assess whether the sentence contains commonly used words or specialized terms or slang\.3\.Grammar differences: Analyze if the sentence’s grammatical structure is similar to or differs significantly from\{tgt\_lang\}\.4\.Contextual understanding: Consider whether understanding specific cultural contexts or background knowledge is necessary for accurate translation\.The difficulty level should be rated as ”easy”, ”medium”, or ”hard”\. Additionally, provide a brief, simple reason for the assigned difficulty level\. Output the result in JSON format with the keys ”level” and ”reason”, as follows\.```
{
  "level": "easy/medium/hard",
  "reason": "simple explanation of the difficulty level."
}
```

Here is the\{src\_lang\}sentence:\{src\_text\}Figure 11:Full prompt used for evaluating translation difficulty with GPT\-4o\.You are an expert model specialized in “Chain\-of\-Thought \(CoT\) Quality Evaluation for Multi\-Domain Translation Tasks\.” Your task is to compare the reasoning traces of Model A and Model B: Identify redundancy types in Model A’s reasoning and determine whether Model B has successfully eliminated these redundancies\.Please strictly adhere to the followingRedundancy Type Definitionsfor your analysis\. If you identify a new redundancy type in Model A, you may include it in the output with a supplemental explanation\.\[Multi\-Domain Translation: Redundancy Definitions\]•Over\-segmentation: Excessively decomposing simple sentences or obvious content into word\-by\-word or phrase\-by\-phrase fragments, causing unnecessary step inflation\.•Unnecessary linguistic explanation: Over\-explaining common sense or obvious linguistic points \(grammar, part\-of\-speech, etymology, etc\.\) that do not influence the translation outcome\.•Semantic repetition: Repeating the explanation of the same meaning or using different expressions to illustrate the same semantic point without adding value to the translation\.•Irrelevant information: Introducing background knowledge, domain trivia, speculative content, or information unrelated to translation decisions \(e\.g\., unnecessary context assumptions\)\.•Redundant alternative translations: Providing multiple translation candidates with highly similar meanings and low contribution, or performing iterative optimization on trivial differences\.•Low\-density long descriptions: Using verbose sentences to express simple content or using a large volume of text to derive obvious reasoning steps\.\[Task Requirements\]•Identify redundant snippets in Model A’s CoT and label them with the corresponding redundancy type\.•Explain why the snippet belongs to this category\.•Determine if Model B’s CoT eliminated this specific redundancy \(Yes/No\)\.•Output strictly as a structured JSON array in the following format:```
[
  {
    "type": "Name of the redundancy type",
    "before_snippet": "Text snippet from Model A",
    "reason": "Reason for the judgment",
    "after_resolved": "Yes/No"
  },
  ...
]
```

Now, please analyze the following two reasoning chains:
Model A CoT:\{model\_a\_cot\}
Model B CoT:\{model\_b\_cot\}Figure 12:The prompt used for the quantitative evaluation of reasoning efficiency\.Table 17:Detailed examples for translation difficulty evaluation\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x12.png)

![Refer to caption](https://arxiv.org/html/2607.29287v1/x13.png)

Figure 13:Examples of our curated difficulty\-adaptive Long CoT data \(Easy and Medium\)\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x14.png)Figure 14:Examples of our curated difficulty\-adaptive Long CoT data \(Hard\)\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x15.png)Figure 15:Output examples of ourTwT\-7B\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x16.png)Figure 16:Output examples of ourTwT\-7B\.![Refer to caption](https://arxiv.org/html/2607.29287v1/x17.png)Figure 17:Output examples of ourTwT\-7B\.
## Appendix IDetailed Results by Metric

For completeness, we provide the full breakdown of BLEU, COMET, and CometKiwi for the results reported in Table[3](https://arxiv.org/html/2607.29287#S5.T3), Table[4](https://arxiv.org/html/2607.29287#S5.T4), and Table[5](https://arxiv.org/html/2607.29287#S5.T5)\. The corresponding detailed results are shown in Table[18](https://arxiv.org/html/2607.29287#A9.T18), Table[19](https://arxiv.org/html/2607.29287#A9.T19), and Table[20](https://arxiv.org/html/2607.29287#A9.T20), respectively\.

MethodLawsNewsScienceSubtitlesBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsDeepSeek\-V359\.58\\ul89\.1584\.42\-\\ul35\.8686\.9485\.44\-33\.5488\.2885\.46\-23\.6682\.4482\.69\-Gemini\-2\.0\-Flash56\.4388\.9084\.39\-36\.3986\.3785\.14\-\\ul33\.4787\.6985\.24\-24\.6481\.9182\.33\-GPT\-4o48\.5088\.2884\.52\-34\.5886\.2285\.02\-32\.0987\.3484\.84\-24\.9181\.9181\.93\-Large Reasoning ModelsDeepSeek\-R1\\ul59\.34\\ul89\.1584\.6857733\.3586\.6785\.4049831\.82\\ul88\.08\\ul85\.4747820\.5082\.10\\ul82\.84514Gemini\-2\.0\-Flash\-Thinking55\.7588\.6184\.2770233\.9086\.0284\.79114931\.9887\.4785\.06109223\.8380\.9081\.22708OpenAI\-o3\-mini42\.7387\.6784\.4442832\.9086\.2985\.3544331\.3887\.4285\.2438522\.9581\.9082\.40355OpenAI\-o148\.1188\.32\\ul85\.1347833\.9386\.61\\ul85\.4740832\.3287\.9285\.5636722\.9682\.3182\.60340GPT\-554\.0689\.3485\.4378435\.0586\.6585\.5274032\.2188\.06\\ul85\.4760623\.2382\.3282\.68519QwQ\-32B43\.7787\.3584\.3966733\.2485\.7784\.6358432\.0587\.1184\.4256322\.5881\.5481\.29584MT\-Specialized ModelsSFT\-Parallel\-7B56\.6488\.8284\.28\-28\.8985\.4383\.91\-29\.2886\.1983\.68\-\\ul26\.9381\.4180\.26\-ALMA\-7B\-R36\.3485\.4581\.86\-24\.5383\.9581\.64\-22\.1684\.3381\.83\-18\.5680\.1879\.40\-ALMA\-13B\-R40\.3386\.8983\.10\-26\.8784\.6582\.43\-24\.3785\.7282\.59\-19\.5481\.1180\.00\-TowerInstruct\-7B\-v0\.250\.5388\.2582\.96\-30\.7284\.6182\.45\-27\.7685\.6082\.99\-22\.4580\.7580\.01\-TowerInstruct\-13B\-v0\.152\.2888\.5783\.09\-32\.2485\.3683\.09\-29\.4386\.0083\.17\-23\.7481\.1980\.74\-CoT\-FT\-7B57\.0588\.7684\.355130\.1785\.2383\.314228\.7286\.0283\.483928\.1780\.9279\.2029MT\-R1\-Zero\-7B35\.4986\.7884\.517231\.6986\.0184\.546429\.4586\.8784\.616122\.4881\.7381\.7055SSR\-X\-Zero\-7B38\.8886\.4483\.445628\.1485\.8783\.985228\.5487\.1184\.654923\.1880\.5081\.9939mExTrans\-7B38\.7787\.1184\.4459725\.0586\.0785\.3455325\.7487\.3485\.3154614\.3181\.4082\.85476Our ModelsTwT\-Qwen2\.5\-7B\-Instruct52\.5688\.7684\.7331033\.63\\ul86\.7584\.8831132\.4187\.5384\.7729424\.74\\ul82\.6381\.73247TwT\-Qwen2\.5\-14B\-Instruct56\.0389\.0784\.6532034\.5786\.6584\.6328532\.7587\.5484\.6627224\.4482\.7381\.74241

MethodLiteraryITKoranMedicalAverageBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsDeepSeek\-V316\.1477\.2877\.07\-38\.1683\.9078\.86\-17\.9474\.9180\.33\-41\.4384\.1581\.90\-33\.2983\.3882\.02\-Gemini\-2\.0\-Flash\\ul18\.3777\.2076\.67\-37\.9383\.2078\.49\-19\.7074\.9779\.71\-44\.3984\.4981\.76\-\\ul33\.9183\.0981\.72\-GPT\-4o17\.7577\.4877\.18\-37\.2383\.5278\.37\-17\.6575\.0480\.64\-41\.8984\.2381\.89\-31\.8383\.0081\.80\-Large Reasoning ModelsDeepSeek\-R111\.2575\.4475\.1657436\.6683\.4978\.6859317\.0574\.7680\.6379040\.6983\.9482\.3966731\.3382\.9581\.91586Gemini\-2\.0\-Flash\-Thinking18\.0177\.0676\.6378137\.2682\.9478\.4034519\.5775\.0379\.7967743\.3684\.1481\.7041532\.9682\.7781\.48734OpenAI\-o3\-mini17\.4876\.7776\.6754637\.1382\.6378\.2034315\.5273\.5480\.1951139\.8283\.6081\.7934629\.9982\.4881\.78420OpenAI\-o116\.5477\.5077\.8152136\.4083\.20\\ul79\.7540316\.7675\.0382\.0250640\.4483\.8883\.2944130\.9383\.1082\.70433GPT\-515\.0176\.7277\.0885936\.9283\.5879\.2249218\.83\\ul75\.49\\ul81\.8075143\.0084\.29\\ul83\.1353132\.2983\.31\\ul82\.54660QwQ\-32B12\.9975\.9876\.3186321\.9382\.9579\.4358312\.3673\.5981\.4796333\.9583\.2782\.8273526\.6182\.2081\.85693MT\-Specialized ModelsSFT\-Parallel\-7B15\.7776\.7375\.37\-\\ul40\.64\\ul84\.0879\.35\-21\.0974\.6678\.39\-43\.7684\.4082\.47\-32\.8882\.7280\.96\-ALMA\-7B\-R13\.4675\.1274\.97\-33\.7581\.1277\.72\-14\.0971\.9279\.12\-37\.9783\.0481\.36\-25\.1180\.6479\.74\-ALMA\-13B\-R14\.2075\.8975\.81\-34\.2281\.6377\.78\-14\.7572\.7679\.63\-40\.3483\.3881\.49\-26\.8381\.5080\.35\-TowerInstruct\-7B\-v0\.215\.5475\.4974\.93\-38\.2083\.4778\.67\-10\.9969\.0270\.13\-\\ul46\.81\\ul84\.5880\.80\-30\.3881\.4779\.12\-TowerInstruct\-13B\-v0\.116\.8176\.0175\.46\-39\.2683\.8578\.44\-11\.4169\.2369\.16\-48\.5584\.9980\.93\-31\.7281\.9079\.26\-CoT\-FT\-7B15\.3176\.4574\.965240\.4183\.7979\.273520\.5274\.0478\.164544\.2184\.3482\.594633\.0782\.4480\.6642MT\-R1\-Zero\-7B13\.7576\.9376\.726934\.5182\.7179\.595613\.0572\.8480\.667127\.2883\.3182\.697125\.9682\.1581\.8865SSR\-X\-Zero\-7B13\.6676\.8276\.145427\.0180\.0876\.573613\.9772\.8679\.754628\.8682\.1280\.985025\.2881\.4780\.9448mExTrans\-7B10\.4376\.1676\.6261025\.5478\.7677\.1945211\.8073\.8880\.5660425\.4081\.6681\.9356522\.1381\.5581\.78551Our ModelsTwT\-Qwen2\.5\-7B\-Instruct17\.93\\ul78\.35\\ul77\.3028140\.1284\.0480\.05222\\ul21\.1375\.4580\.1926943\.7484\.3282\.8126233\.28\\ul83\.4882\.06274TwT\-Qwen2\.5\-14B\-Instruct19\.1078\.4076\.9335441\.2684\.1779\.6823422\.2075\.7180\.1333644\.4584\.4282\.8928734\.3583\.5981\.91291

Table 18:Detailed metric breakdown for Table[3](https://arxiv.org/html/2607.29287#S5.T3)\. We report in\-domain translation results across eight domains, averaged over En→\\rightarrowZh, Zh→\\rightarrowEn, and De→\\rightarrowEn\.MethodConversationEcommerceSocialBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsDeepSeek\-V336\.7687\.0381\.48\-32\.2985\.5381\.19\-32\.2684\.5981\.44\-Gemini\-2\.0\-Flash38\.0586\.9081\.37\-\\ul32\.4185\.4980\.87\-32\.9884\.2881\.04\-GPT\-4o\\ul38\.0286\.7981\.43\-32\.88\\ul85\.5781\.04\-\\ul32\.7584\.4781\.08\-Large Reasoning ModelsDeepSeek\-R133\.3486\.4781\.3753427\.4185\.0380\.9155227\.2283\.9481\.17554Gemini\-2\.0\-Flash\-Thinking37\.2186\.6481\.24120431\.5085\.2480\.7482231\.7983\.8980\.831081OpenAI\-o3\-mini36\.6686\.3181\.1529031\.5185\.1380\.9736331\.7984\.0080\.96372OpenAI\-o135\.50\\ul87\.10\\ul82\.8132729\.6585\.6182\.1339929\.21\\ul84\.5082\.43405GPT\-535\.2587\.1482\.8244829\.0985\.37\\ul82\.0260929\.0084\.10\\ul82\.31652MT\-Specialized ModelsSFT\-Parallel\-7B32\.2084\.1180\.62\-26\.9482\.9280\.12\-25\.8881\.6180\.12\-ALMA\-7B\-R29\.4984\.6779\.96\-25\.1382\.9879\.50\-25\.7682\.5179\.77\-ALMA\-13B\-R31\.8685\.4880\.76\-26\.2483\.7580\.12\-27\.0083\.0680\.47\-CoT\-FT\-7B31\.5884\.0980\.633126\.7182\.9580\.114524\.9881\.3779\.8342MT\-R1\-Zero\-7B32\.3885\.8881\.505326\.9884\.2581\.256626\.3983\.2881\.4065SSR\-X\-Zero\-7B30\.6585\.3281\.133725\.6483\.9480\.795025\.4783\.1981\.2649mExTrans\-7B24\.5384\.7281\.1546420\.4683\.5281\.2456619\.6082\.2981\.70555Our ModelsTwT\-Qwen2\.5\-7B\-Instruct35\.1086\.3781\.6923130\.9284\.8581\.3527330\.7984\.0881\.58269TwT\-Qwen2\.5\-14B\-Instruct35\.3586\.3981\.5824031\.0485\.1181\.2130931\.0483\.9181\.46298

MethodCultureCommonSenseAverageBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsDeepSeek\-V340\.2785\.4683\.21\-32\.5585\.3679\.98\-\\ul34\.8385\.5981\.46\-Gemini\-2\.0\-Flash\\ul39\.1185\.0282\.94\-31\.6084\.7179\.38\-\\ul34\.8385\.2881\.12\-GPT\-4o38\.6585\.2483\.14\-\\ul32\.54\\ul85\.2679\.87\-34\.97\\ul85\.4781\.31\-Large Reasoning ModelsDeepSeek\-R135\.88\\ul85\.4583\.1456028\.5084\.5279\.9960230\.4785\.0881\.32561Gemini\-2\.0\-Flash\-Thinking36\.9484\.6383\.68122032\.1584\.5079\.68233533\.9284\.9881\.231332OpenAI\-o3\-mini34\.0584\.3684\.2559628\.2384\.28\\ul80\.8543632\.4584\.8281\.64411OpenAI\-o134\.5785\.0684\.2554228\.4384\.9780\.9539231\.4785\.4582\.52413GPT\-535\.7985\.04\\ul84\.1598427\.0884\.4380\.7553031\.2485\.22\\ul82\.41645MT\-Specialized ModelsSFT\-Parallel\-7B31\.8182\.8781\.35\-22\.1981\.9178\.98\-27\.8182\.6880\.24\-ALMA\-7B\-R33\.2583\.8182\.83\-23\.2582\.8080\.00\-27\.3883\.3580\.41\-ALMA\-13B\-R22\.2381\.1279\.48\-27\.3582\.4178\.97\-26\.9483\.1679\.96\-CoT\-FT\-7B30\.4182\.4681\.105422\.3881\.9778\.883327\.2182\.5780\.1141MT\-R1\-Zero\-7B31\.8683\.9982\.857924\.5082\.9479\.535128\.4284\.0781\.3163SSR\-X\-Zero\-7B28\.7083\.2581\.116623\.9382\.8279\.803426\.8883\.7080\.8247mExTrans\-7B27\.1284\.3083\.9263118\.6181\.9279\.2347022\.0683\.3581\.45537Our ModelsTwT\-Qwen2\.5\-7B\-Instruct35\.2484\.5983\.6435229\.0884\.3080\.0721932\.2384\.8481\.67269TwT\-Qwen2\.5\-14B\-Instruct37\.7084\.7183\.2333329\.8184\.3679\.9825932\.9984\.9081\.49288

Table 19:Detailed metric breakdown for Table[4](https://arxiv.org/html/2607.29287#S5.T4)\. We report OOD translation results across five domains, averaged over En→\\rightarrowZh, Zh→\\rightarrowEn, and De→\\rightarrowEn\.MethodEn→\\rightarrowZhZh→\\rightarrowEnDe→\\rightarrowEnBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsQwen2\.5\-7B\-Instruct35\.0585\.4483\.11\-12\.6369\.8870\.22\-28\.8279\.3680\.53\-Gemma\-2\-9B\-IT32\.6684\.4982\.36\-13\.5772\.4171\.94\-25\.8477\.0679\.01\-MT\-Specialized ModelsALMA\-7B\-R26\.6984\.1381\.43\-13\.4675\.1274\.97\-28\.8779\.6680\.13\-Tower\-Plus\-9B37\.9186\.76\\ul84\.88\-16\.5677\.8877\.78\-\\ul36\.5682\.2182\.36\-SFT\-Parallel\-7B38\.5886\.3483\.39\-15\.7776\.7375\.37\-35\.7281\.6381\.11\-MT\-R1\-Zero\-7B32\.0086\.2384\.346213\.7576\.9376\.726925\.5680\.3981\.7366SSR\-X\-Zero\-7B34\.20\\ul86\.8684\.585014\.8377\.4577\.275426\.6580\.3981\.5545mExTrans\-7B28\.6386\.4485\.0253710\.4376\.1676\.6261022\.0679\.2780\.88544Our ModelsTwT\-Qwen2\.5\-7B\-Instruct\\ul38\.2887\.2784\.43298\\ul17\.9378\.35\\ul77\.3028135\.5381\.9381\.90256TwT\-Gemma\-2\-9B\-IT36\.3486\.6584\.2322719\.17\\ul78\.1177\.0724936\.73\\ul82\.15\\ul81\.97218

MethodEn→\\rightarrowXX→\\rightarrowEnAverageBLEUCOMETKIWITokensBLEUCOMETKIWITokensBLEUCOMETKIWITokensLarge Language ModelsQwen2\.5\-7B\-Instruct5\.9755\.5651\.30\-20\.4576\.2274\.30\-20\.5873\.2971\.89\-Gemma\-2\-9B\-IT14\.0575\.63\\ul73\.16\-\\ul31\.55\\ul84\.71\\ul82\.88\-23\.53\\ul78\.8677\.87\-MT\-Specialized ModelsALMA\-7B\-R2\.7858\.1373\.13\-12\.0163\.9458\.17\-16\.7672\.2073\.57\-Tower\-Plus\-9B6\.0763\.8669\.46\-27\.9981\.3879\.68\-\\ul25\.0278\.42\\ul78\.83\-SFT\-Parallel\-7B1\.1952\.1643\.97\-18\.4775\.5873\.05\-21\.9574\.4971\.38\-MT\-R1\-Zero\-7B5\.9158\.7658\.2735821\.9177\.4875\.617419\.8275\.9675\.34126SSR\-X\-Zero\-7B6\.0258\.9456\.3430620\.7378\.0575\.784820\.4976\.3475\.10101mExTrans\-7B5\.0961\.3361\.74104715\.9576\.8075\.2173116\.4376\.0075\.89694Our ModelsTwT\-Qwen2\.5\-7B\-Instruct5\.9959\.5757\.8348322\.9477\.7375\.8432824\.1376\.9775\.46329TwT\-Gemma\-2\-9B\-IT\\ul11\.12\\ul72\.0280\.8228032\.7985\.0283\.3025727\.2380\.7981\.48246

Table 20:Detailed metric breakdown for Table[5](https://arxiv.org/html/2607.29287#S5.T5)\. We report results on seen and unseen language directions\. En, Zh, and De are*seen*languages, while X denotes*unseen*languages; En→\\rightarrowX and X→\\rightarrowEn report averages over English↔\\leftrightarrowunseen\-language directions\.

Similar Articles

Translate-R1: Cost-Aware Translation Tool Use via Reinforcement Learning

arXiv cs.CL

Translate-R1 introduces a reinforcement learning approach for cost-aware translation tool use in LLMs, where the model learns to decide when to translate inputs based on its own comprehension and a cost-sensitivity parameter, achieving Pareto-optimal trade-offs across multiple languages.

LatentMT: Machine Translation with Latent Reasoning

arXiv cs.CL

LatentMT applies latent-reasoning looped language models to machine translation, achieving performance comparable to models three to five times larger while requiring lower compute, and sets state-of-the-art on mid- and low-resource languages.