Paper deep dive
Incentivizing Parametric Knowledge via Reinforcement Learning with Verifiable Rewards for Cross-Cultural Entity Translation
Jiang Zhou, Xiaohu Zhao, Xinwei Wu, Tianyu Dong, Hao Wang, Yangyang Liu, Heng Liu, Linlong Xu, Longyue Wang, Weihua Luo, Deyi Xiong
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 98%
Last extracted: 4/27/2026, 2:26:55 AM
Summary
The paper proposes EA-RLVR (Entity-Anchored Reinforcement Learning with Verifiable Rewards), a training framework designed to improve cross-cultural entity translation in Large Language Models (LLMs). Instead of relying on external knowledge bases or simple imitation (SFT), EA-RLVR uses a rule-based, verifiable reward signal based on normalized substring matching of target entities. The framework incorporates structural gates (format and length) to prevent reward hacking and uses a reasoning-aware policy that generates a <think> trace before the final translation. Experimental results on the XC-Translate benchmark show that EA-RLVR effectively activates the model's latent parametric knowledge, significantly outperforming SFT and even larger models on unseen entities, while also improving general translation quality (XCOMET) on WMT24++.
Entities (7)
Relation Signals (5)
EA-RLVR → improves → XC-Translate
confidence 100% · We evaluate EA-RLVR on XC-Translate and observe consistent improvements
EA-RLVR → improves → WMT24++
confidence 100% · The learned entity translation ability also transfers to general translation, yielding +1.35 XCOMET on WMT24++
EA-RLVR → incorporates → Structural Gates
confidence 100% · incorporates lightweight structural gates to stabilize optimization
Structural Gates → prevents → Reward Hacking
confidence 100% · safeguarded by structural gates to prevent reward hacking
EA-RLVR → uses → Verifiable Reward
confidence 100% · EA-RLVR anchors supervision on a verifiable, entity-level reward signal
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Cross-cultural entity translation remains challenging for large language models (LLMs) as literal or phonetic renderings are usually yielded instead of culturally appropriate translations in context. However, relevant knowledge may already be encoded in model parameters during large-scale pre-training. To incentivize the effective use of parametric knowledge, we propose EA-RLVR (Entity-Anchored Reinforcement Learning with Verifiable Rewards), a training framework that optimizes cross-cultural entity translation without relying on external knowledge bases. EA-RLVR anchors supervision on a verifiable, entity-level reward signal and incorporates lightweight structural gates to stabilize optimization. This design steers the model toward learning a robust reasoning process rather than merely imitating reference translations. We evaluate EA-RLVR on XC-Translate and observe consistent improvements in both entity translation accuracy and out-of-domain generalization. Specifically, training on merely 7k samples boosts Qwen3-14B's entity translation accuracy from 23.66\% to 31.87\% on a 50k test set comprising entirely unseen entities. The learned entity translation ability also transfers to general translation, yielding +1.35 XCOMET on WMT24++, which scales to +1.59 with extended optimization. Extensive analyses of $pass@k$ dynamics and reward formulations attribute these gains to superior sampling efficiency and a stable optimization landscape.
Tags
Links
- Source: https://arxiv.org/abs/2604.16881v1
- Canonical: https://arxiv.org/abs/2604.16881v1
Trouble viewing inline? Open PDF directly →
Full Text
88,067 characters extracted from source content.
Expand or collapse full text
Incentivizing Parametric Knowledge via Reinforcement Learning with Verifiable Rewards for Cross-Cultural Entity Translation Jiang Zhou 1 , Xiaohu Zhao 2 , Xinwei Wu 1 , Tianyu Dong 1 , Hao Wang 2 , Yangyang Liu 2 , Heng Liu 2 , Linlong Xu 2 , Longyue Wang 2 , Weihua Luo 2 , Deyi Xiong 1† 1 TJUNLP Lab, Tianjin University, China 2 Alibaba Group, China dyxiong@tju.edu.cn Abstract Cross-cultural entity translation remains chal- lenging for large language models (LLMs) as literal or phonetic renderings are usually yielded instead of culturally appropriate trans- lations in context. However, relevant knowl- edge may already be encoded in model param- eters during large-scale pre-training. To incen- tivize the effective use of parametric knowl- edge, we propose EA-RLVR (Entity-Anchored Reinforcement Learning with Verifiable Re- wards), a training framework that optimizes cross-cultural entity translation without relying on external knowledge bases. EA-RLVR an- chors supervision on a verifiable, entity-level re- ward signal and incorporates lightweight struc- tural gates to stabilize optimization. This de- sign steers the model toward learning a robust reasoning process rather than merely imitating reference translations. We evaluate EA-RLVR on XC-Translate and observe consistent im- provements in both entity translation accuracy and out-of-domain generalization. Specifically, training on merely 7k samples boosts Qwen3- 14B’s entity translation accuracy from 23.66% to 31.87% on a 50k test set comprising entirely unseen entities. The learned entity transla- tion ability also transfers to general transla- tion, yielding +1.35 XCOMET on WMT24p, which scales to +1.59 with extended optimiza- tion. Extensive analyses ofpass@kdynamics and reward formulations attribute these gains to superior sampling efficiency and a stable op- timization landscape. 1 Introduction At its core, machine translation aspires to make cul- turally situated texts accessible across languages. Despite substantial progress with multilingual large language models (Pan et al., 2025a), current sys- tems often fall short of this goal in settings where translation hinges on culturally grounded entities † Corresponding Author. ... performs the Chinese Herbal Manualsong ... ... 演唱中药手册的歌曲... ...演唱本草纲目这首歌... ✅ ❌ Translate the text into Chinese: Cross-Cultural Entity Translation Literal Translation Correct Entity Translation Note: The entityrefers to Jay Chou's song, which shares the title of Li Shizhen'sclassic medical text. ... 唱 Chinese Herbal Manual... ❌ Untranslated Entity Figure 1: (Left) Entity translation accuracy (%)pass@k curves demonstrate the base model possesses latent knowledge (high accuracy at largek) that EA-RLVR effectively activates atk = 1. (Right) An illustration of the challenge in cross-cultural entity translation. such as books, films, places, songs and idioms (Yao et al., 2024). In these cases, producing an accurate, culture-aligned translation requires identifying, in context, which real-world entity is being referred to and how it is conventionally named in the target culture (Moghe et al., 2025). Recent evaluations have shown that even frontier proprietary LLMs fre- quently default to literal or phonetic renderings that are grammatically well formed but semantically inappropriate in context, thereby altering or obscur- ing the intended meaning of the source text (Conia et al., 2024). A widely adopted workaround for this limitation is to equip translation systems with external knowl- edge, e.g., through online retrieval, knowledge graphs, or curated databases (Conia et al., 2024; Khandelwal et al.). These approaches can improve accuracy when relevant information is successfully retrieved. However, they also introduce practical and structural constraints. The performance of such systems depends critically on how well the task aligns with underlying database (Agrawal et al., 2023), and in practice often requires task-specific retrievers that must be trained or tuned (Wang et al., 2025b). Moreover, it fundamentally shifts the bot- tleneck from contextual entity reasoning to the 1 arXiv:2604.16881v1 [cs.CL] 18 Apr 2026 structure and coverage of the external knowledge source, making translation quality contingent on what can be retrieved. On the other hand, as trained on corpora span- ning trillions of tokens across diverse domains and languages, LLMs implicitly encode a wide range of entity correspondences, cultural references, and real-world usage conventions (Yang et al., 2025; Qwen et al., 2025). In principle, such knowledge should support cross-cultural translation. As illus- trated in Figure 1 (Left), the correct cultural entities are often present in the base model’s probability dis- tribution, evidenced by high accuracy when multi- ple sampling attempts (pass@128). However, such knowledge remains effectively inaccessible during standard single-pass generation (pass@1). Con- sequently, models frequently default to verbatim copying or literal renderings that obscure the in- tended meaning, such as retaining the source term or translating a song title literally as a medical man- ual (Figure 1, Right). These observations suggest that the core difficulty lies less in the availability of knowledge itself, but more in the absence of mechanisms that incentivize the model to surface that knowledge in a context-sensitive manner. To incentivize LLMs to leverage their paramet- ric knowledge effectively, we propose EA-RLVR (Entity-Anchored RL with Verifiable Rewards), a framework for cross-cultural entity translation driven by fully rule-based, automatically verifiable reward. We cast cross-cultural entity translation as a sequence decision problem: given a source sen- tence, the model produces its own candidate transla- tions, and a deterministic verifier evaluates whether the output expresses the correct target-culture en- tities. Rather than imitating reference translations, the model learns from verifiable rewards assigned to its own trajectories, reinforcing the reasoning that produces the correct entities. Concretely, EA- RLVR uses an entity-matching reward based on normalized substring matching between the pre- dicted entity and the gold entity set. To stabilize optimization and reduce degenerate behaviors, we further introduce structural gates that modulate the reward according to lightweight output con- straints (e.g., a prescribed reasoning format and translation length). This design avoids neural re- ward models that require additional computation and can be vulnerable to reward hacking in long- horizon RL, and it also addresses our empirical finding that neural metrics fails to provide supervi- sion for culturally grounded entity choices. With these verifiable rewards and an efficient critic-free policy optimization recipe, EA-RLVR established a stable RLVR training framework for cross-cultural entity translation. We conduct extensive experiments to evaluate EA-RLVR, yielding three key insights into its effi- cacy and underlying mechanisms: (1) EA-RLVR incentivizes parametric knowledge. Training on only 7k examples generalizes to a 50k test set whose entities are entirely unseen during training, improving entity translation accuracy by +8.21%– 9.06% across different model scales. (2) The learned strategy transfers beyond entity eval- uation. On WMT24p, our models achieve im- provements of XCOMET by +1.25–1.35 points, even though XCOMET is never used as supervi- sion. When scaling training to the full dataset and extending optimization to 1,000 steps, the gains in- crease to +1.59–1.68 points. (3) In-depth analyses clarify the dynamics of learning.pass@kevalua- tion, neural reward comparison, cross-lingual gen- eralization, and examinations of reward-hacking behavior all point to the same pattern: our method improves sampling efficiency and induces stable, cross-cultural translation strategies, rather than en- couraging memorization. Our contributions are as follows: (1) We pro- pose a novel framework for cross-cultural machine translation based on RLVR, showing that entity translation can be improved without access to ex- ternal databases by directly incentivizing context- appropriate entity choices. (2) We empirically demonstrate that this approach improves entity translation accuracy and general translation qual- ity across languages and model scales, including settings involving entirely unseen entities. (3) We provide in-depth analyses that explain the mecha- nism behind these improvements. 2 Related Work Cross-Cultural and Entity-Centric Machine Translation Prior work addresses the challenge of culturally grounded entities largely through two avenues: external knowledge integration and tar- geted data augmentation. Retrieval-based methods explicitly ground translation in external sources, utilizing multilingual knowledge graphs (e.g., KG- MT; Conia et al., 2024) or document stores (e.g., RAGtrans; Wang et al., 2025b) to resolve entity ambiguities. While these approaches mitigate hal- lucinations, they introduce a dependency on the 2 Source Text Reward Rollout Policy Model <think> </think> ✅ Policy Gradient 풢푥= ✅ 푥 Reasoning Translation Format Gate <think> Okey, the ... </think> <think> The user ... </think> set to zero ...演唱本草纲目这首歌... Length Gate Entity Match What is the genre of the film ‘Once Upon a Time in Venezuela’ ... Source Gold Entity Set Reference Length ! 퐿 !"# 푥 <think> </think> ...演唱中药手册的歌曲... <think> ... </think> ... may be 本草纲目or 中药手册or C or D ... Translate the text into zh: ... performs the Chinese Herbal ManualSong... 핀푦isvalid 푦 think 푦 trans 푥 핀[|푦 !"#$% |≤휏 5 퐿 "&' (푥)] 핀[∃푔∈풢푥:>푔⊑>푦] 푅=1.2 푅=0.2 푅=0 本草纲目 if both gates passed else set R= 0 푦 Figure 2: EA-RLVR framework: the policy model first rolls out a trajectory containing both reasoning and translation. This full trajectory must then pass two structural gates (format and length) to be eligible for a base reward (0.2 reward,R = 0.2). Finally, if the translation contains the correct entity, it receives an additional matching bonus (+1 reward, R = 1.2), and this final scalar reward drives the policy gradient update. availability and quality of auxiliary databases. On the training side, recent works enhance entity ro- bustness by synthesizing code-switched or entity- replaced data for denoising pre-training (Hu et al., 2022; Liang et al., 2024), or by jointly optimiz- ing translation with entity alignment tasks (Rik- ters and Miwa, 2024). Language-aware parameter transfer methods further facilitate knowledge shar- ing across languages (Dong et al., 2025). Unlike these approaches, EA-RLVR does not require ex- ternal retrieval at test time nor complex data syn- thesis pipelines. Instead, we cast entity translation as a reasoning problem, employing RLVR to acti- vate and stabilize the parametric knowledge already present in the pre-trained model. RLVR and Reasoning in Translation Recent post-training paradigms of LLMs leverage Re- inforcement Learning with Verifiable Rewards (RLVR) to induce reasoning capabilities (Lambert et al., 2025; DeepSeek-AI et al., 2026), a process theoretically understood as improving sampling efficiency to activate latent knowledge already present in the base model (Yue et al., 2025; Huang et al., 2026; Dai et al., 2025; Yang et al., 2026; Jin et al., 2025). In machine translation, recent initia- tives have actively explored integrating reasoning capabilities, for instance by employing multi-agent frameworks to synthesize long chain-of-thought trajectories for distillation (Wang et al., 2025a) or harnessing feedback from LLM judges and neural quality metrics to guide optimization (Feng et al., 2025a; Wang et al., 2025c; Feng et al., 2025b). Complementing these advances, EA-RLVR intro- duces a distinct paradigm centered on strict, rule- based verifiable rewards. We treat cultural entity translation as a precise reasoning task, employing deterministic rewards to directly surface paramet- ric knowledge, thereby offering an alternative to distillation or neural-based objectives. 3 Method We propose EA-RLVR (Entity-Anchored Rein- forcement Learning with Verifiable Rewards), a framework designed to incentivize LLMs to accu- rately ground cultural entities during translation without external knowledge. As illustrated in Fig- ure 2, our approach treats cross-cultural translation as a sequential decision process optimized via rein- forcement learning. As shown in Figure 2, the framework consists of three core components: (1) A reasoning-aware policy that generates a thinking trajectory before the final translation, allowing the model to elicit latent knowledge; (2) A verifiable reward mech- anism that anchors supervision on deterministic entity matching, safeguarded by structural gates to prevent reward hacking; and (3) A critic-free opti- mization algorithm that stabilizes training using sequence-level importance ratio. In the following sections, we detail the task formulation (§3.1), the reward design (§3.2), and the policy optimization objective (§3.3). 3.1 Task Formulation Given a source sentencex, we aim to generate a target-language translationy trans that correctly renders the culturally grounded entity mention(s) in context. We treat an autoregressive LLM as a 3 stochastic policy π θ over output tokens, i.e., π θ (y | x) = |y| Y t=1 π θ (y t | x,y <t ). Generation induces an episodic decision process in which the state at steptis(x,y <t ), the action is the next tokeny t , and the episode terminates when an <eos> token is produced. Reasoning and Translation Segments. Fol- lowing recent reasoning-based post-training (DeepSeek-AI et al., 2026), the model is encour- aged to produce a reasoning trace enclosed by <think>and</think>before emitting the final translation. When the response format is valid, we decompose the output y as y =⟨<think>⟩ y think ⟨</think>⟩ y trans , wherey think contains deliberation andy trans is the final translation. Since the reasoning portion may contain exploratory candidate entities rather than the model’s final decision, all content-based evalu- ation will be applied exclusively to y trans . 3.2 Stable and Verifiable Reward Design for Cross-Cultural Entity Translation Our main design goal is to construct a reward that is (i) verifiable from dataset annotations without a learned reward model, (i) directly aligned with cross-cultural entity correctness, and (i) stable under policy optimization and robust to reward hacking. Normalized Entity Matching. Each example is annotated with a comprehensive set of accept- able target entitiesG(x), derived from the Wiki- data alias field. This set captures legitimate varia- tions, minimizing false negatives where the model predicts a valid entity surface form that differs from the primary reference. For brevity we de- note ̃y = norm(y trans )and ̃g = norm(g), where norm(·)lowercases text and removes diacritics. We define a deterministic match function using nor- malized substring matching: m(y,G(x)) = I h ∃g ∈G(x) : ̃g ⊑ ̃y i ,(1) whereI[·]is the indicator function anda ⊑ b denotes thatais a substring ofb. This captures whether the model produces an appropriate target- language realization of the entity. Structural Gates: Format and Length. To en- sure that rewards reflect meaningful translations rather than degenerate behaviors, we introduce two hard gates on the output. First, the response must follow the required<think>/</think>structure. Second, the translation segment must remain within a reasonable length relative to the references. For- mally, letg fmt (y) ∈ 0, 1indicate whether the format is valid, and define g len (x,y) = I h |y trans |≤ τ · ̄ L ref (x) i ,(2) where ̄ L ref (x)is the average reference length and τ > 0controls tolerance. Note thatg len is a reward- side hard gate: it zeroes out the reward for degener- ate outputs but does not modify the policy gradient itself (cf. the gradient-side length normalization in Eq. 6). Only responses that satisfy both gates are eligible to receive any reward. We empirically demonstrate the necessity of these constraints in Appendix A, showing that removing them leads to catastrophic length explosion and reward hacking via keyword enumeration. Final Reward. Combining these components, the terminal reward is R(x,y) = g fmt (y)g len (x,y) α + m(y,G(x)) .(3) Intuitively, a response receives no reward if it fails either structural gate. If both gates are satisfied, it obtains a base rewardαfor producing a well- formed answer, and an additional bonus when the target entity is correctly realized. We setα = 0.2 and τ = 2 in all experiments. 3.3 Policy Optimization Following recent advances in RL post-training for large language models, we optimizeπ θ using a clipped policy-gradient objective from the PPO family (Schulman et al., 2017). To reduce training cost and improve stability, we adopt a critic-free variant and incorporate group-normalized advan- tages, sequence-level importance ratios, and asym- metric clipping, building on GRPO (Shao et al., 2024), GSPO (Zheng et al., 2025), and DAPO (Liu et al., 2025). Objective. Given an inputx, we sampleGcan- didate responsesy i G i=1 from the old policyπ θ old . The policy parameters are updated by maximizing 4 the clipped surrogate: J (θ) = E x∼D,y i ∼π θ old (·|x) " 1 G G X i=1 min s i (θ) ˆ A i , clip s i (θ), 1− ε low , 1 + ε high ˆ A i i , (4) whereDdenotes the training dataset containing source sentencesx, theε low andε high are clipping thresholds that bound the policy update to prevent training instability, and thes i (θ)is the sequence- level importance ratio defined in Eq. (6). Group-normalized Advantages.Rather than re- lying on a learned critic, we compute an advan- tage for each sampled response relative to other responses in its groupy i G i=1 : ˆ A i = R(x,y i )− mean(R(x,y j ) G j=1 ) std(R(x,y j ) G j=1 ) ,(5) wheremean(·)andstd(·)denote the sample mean and standard deviation within the group. This nor- malization stabilizes training and makes the reward scale largely irrelevant. Sequence-level importance ratios.We compute the importance ratio at the sequence level with length normalization: s i (θ) = π θ (y i | x) π θ old (y i | x) 1 |y i | = exp 1 |y i | |y i | X t=1 log π θ (y i,t | x,y i,<t ) π θ old (y i,t | x,y i,<t ) . (6) This formulation discourages overly aggressive up- dates on long sequences while still allowing mean- ingful policy shifts when rewards are consistently better. 4 Experiments Our experiments aim to verify two hypotheses: (1) that EA-RLVR training can effectively elicit latent cultural knowledge solely from the model’s pre- trained parameters, and (2) that this entity-centric optimization does not compromise general transla- tion quality. After outlining our setup in §4.1, we present empirical evidence supporting the activa- tion of parametric knowledge in §4.2 and demon- strate positive transfer effects to general translation in §4.3. 4.1 Experimental Setup Datasets and Benchmarks. To evaluate the ac- tivation of cultural knowledge, we utilized XC- Translate (Conia et al., 2024), a benchmark spe- cializing in cross-cultural entity translation. We trained our models using 7,278 examples for train- ing and the official test set of 49,606 examples. Each sample is annotated with a list of gold en- tity aliases derived from Wikidata, which serves as the reference set for our verifiable reward. Cru- cially, the training and test sets share no over- lapping entities. The dataset covers ten language pairs (English→X), detailed in Table 1. For general translation capability, we evaluated on WMT24++ (Deutsch et al., 2025) across the cor- responding languages, using the official test sets without any domain-specific fine-tuning. Further details on data composition are provided in Ap- pendix E. Models and Baselines. We employed Qwen3- 8B and Qwen3-14B (Yang et al., 2025) as our backbone models, which are pre-trained on 36T tokens and possess native reasoning capabilities. Our proposed EA-RLVR was compared against two primary internal baselines: (1) the base model and (2) Supervised Fine-Tuning (SFT) on the same 7k examples to control for data exposure. To further contextualize our performance, we in- cluded several strong external baselines: (i) fron- tier proprietary LLMs: GPT-5-mini; (i) strong open-source model: Qwen3-235B-A22B, Marco- o1 (Zhao et al., 2024a), a multilingual reasoning model, and DeepTrans-7B (Wang et al., 2025a), a specialized reasoning-based translation model. More evaluation details are in Appendix E. TrainingandImplementation. Weim- plemented EA-RLVR using theverlframe- work (Sheng et al., 2024).All EA-RLVR models were trained using the policy optimiza- tion algorithm described in §3.3. We applied full-parameter tuning across all our experiments, including both the EA-RLVR and the baselines. Full implementation details are provided in Appendix E. Evaluation Metrics. We report three primary metrics: (1) Entity Translation Accuracy: Con- sistent with the normalized substring matching de- fined in Eq. 1, Entity Translation Accuracy mea- sures the percentage of test samples where the generated translationysuccessfully includes the 5 Table 1: Entity translation accuracy (%) on XC-Translate across ten language directions (en→X). Train and test sets share no overlapping entities. RLVR consistently outperforms SFT under the same data budget, while also maintaining strong character-level faithfulness. ModelEntity Translation Accuracy on XC-Translate (en→ X)Avg. ardeesfritjakothtrzhAcc/chrF Baselines GPT-5-mini35.0336.0342.7135.8535.3737.2730.2015.9640.4429.8533.87/62.30 Qwen3-235B-A22B27.9332.0641.7934.2933.0729.0730.2215.3234.3232.3831.05/61.99 Marco-o111.8819.7226.4722.0921.2611.778.423.4517.7116.2315.90/49.68 DeepTrans-7B11.4121.5830.1023.4922.4413.218.442.9017.3715.9616.69/47.88 Ours Qwen3-8B14.9123.6431.0425.9725.0117.1311.125.6323.9423.5020.19/56.07 + SFT15.2823.2830.7625.3225.4416.8611.125.8623.5623.0820.06/56.20 + EA-RLVR25.2331.0144.4434.8935.3524.0225.7014.7427.7929.3129.25/59.86 Qwen3-14B20.4826.8634.8828.6628.7018.8117.677.9825.9626.5723.66/58.22 + SFT20.2126.9735.1328.7530.0518.3217.658.0125.9327.7523.88/59.43 + EA-RLVR28.1733.7144.7035.1037.6227.6431.2917.0929.9633.4231.87/62.27 correct cultural entity (i.e.,m(y,G(x)) = 1). (2) chrF: We report the sentence-level Charac- ter F-score (chrF) (Popovi ́ c, 2015) to assess the overall quality of the generated translations. (3) XCOMET-XL (Guerreiro et al., 2024): A state-of- the-art reference-based neural metric used to assess the general quality and fluency of the translations on WMT24++. 4.2 EA-RLVR incentivizes parametric knowledge Table 1 reports the entity translation accuracy on the XC-Translate test set. The results provide em- pirical support for our hypothesis regarding para- metric knowledge activation, revealing a fundamen- tal divergence in effectiveness between imitation- based and reasoning-based optimization. Breaking the Imitation Ceiling via Reasoning. Standard SFT yields negligible gains (e.g., +0.22% for Qwen3-14B), despite using the same 7k data as EA-RLVR. This outcome is predictable as our train-test entities are disjoint. Unlike style transfer, where learning generalizable patterns suffices, en- tity translation inherently biases towards memoriza- tion, limiting the effectiveness of SFT. EA-RLVR, however, reframes this task as a reasoning problem. Consequently, it achieves substantial improvements (+8.21%), enabling the 14B model (31.87%) to outperform the much larger Qwen3-235B-A22B baseline (31.05%). RLVR never presents the gold entity to the model during training, therefore its performance gains cannot stem from memorizing entity mappings. Table 2: Effect of task-specific prompting vs. EA-RLVR on entity translation accuracy (%, Qwen3-8B). ConfigurationAvg. ETA∆ Standard Prompt20.19– Task-Specific Prompt21.94+1.75 Standard Prompt + EA-RLVR29.25+9.06 Beyond Prompt Engineering.Since Qwen3 na- tively supports chain-of-thought reasoning, one might ask if similar gains could be obtained simply through better prompting. To test this, we evalu- ated Qwen3-8B with a task-specific prompt that explicitly instructs the model to identify cultural entities, deliberate on their translations, and then translate (Table 2). While such guided prompting yields a modest improvement (+1.75%), it falls far short of EA-RLVR (+9.06%), which uses the same standard translation prompt as the base model. This confirms that the gains stem from internalized rea- soning strategies acquired through RL, not from surface-level instruction following. 4.3 Transfer to General Translation A potential concern with specialized reinforcement learning is the risk of “alignment tax,” where opti- mizing for a narrow objective (entity correctness) degrades general capabilities. We investigate this on the WMT24++ benchmark (Table 3) and ob- serve the opposite effect. Reasoning Improves General Quality.Despite being trained solely on the 7k XC-Translate train set, EA-RLVR models consistently improve gen- eral translation quality across all evaluated lan- 6 Table 3: XCOMET-XL score on WMT24++ across ten language directions. All models are trained only on the XC-Translate cross-cultural entity dataset, without using WMT data or general MT supervision. Despite this, EA-RLVR consistently improves performance on general machine translation, and further benefits appear when scaling to the full XC-Translate dataset. ModelXCOMET score on WMT24++ (en→ X)Avg. ardeesfritjakothtrzh Baselines GPT-5-mini72.8691.7186.9384.3086.3482.1582.5680.2979.4977.7682.44 Qwen3-235B-A22B69.7290.4285.5381.9384.5978.5479.7677.3273.9275.8879.76 Marco-o153.5084.0980.2375.3874.8467.0467.0467.0448.1570.4768.78 DeepTrans-7B56.5184.6981.4576.3174.8670.2462.9465.8048.7871.5369.31 Ours Qwen3-8B61.8888.0682.3678.3381.0972.8671.9772.4362.4873.1174.46 + SFT62.7388.2982.9178.5280.2372.9971.7372.2062.4773.6774.57 + EA-RLVR64.6588.8583.2979.4881.1673.6074.0472.9264.9174.2075.71 + SFT (full data)62.5187.7882.2578.7980.4872.3271.3771.5761.8373.3174.22 + EA-RLVR (full data)65.2989.0083.4879.8282.1774.5273.6273.8865.5874.0676.14 Qwen3-14B66.3789.2983.7980.1581.9176.0275.7374.8767.4075.1077.06 + SFT66.2089.1284.1080.0982.3776.3875.3575.2367.7075.1577.17 + EA-RLVR68.3089.7984.2880.7883.5677.6177.4976.3070.1675.8478.41 + SFT (full data)65.2789.1184.0779.8782.4776.2675.5074.9267.8275.1877.05 + EA-RLVR (full data)68.0090.1185.0681.2784.1078.1477.5775.9770.2575.9978.65 guages. Qwen3-14B + EA-RLVR achieves an av- erage XCOMET score of 78.41, a +1.35 point im- provement over the base model. This suggests that the reasoning strategies learned for entity transla- tion—such as attending more carefully to source semantics and deliberating before generating—are transferable. The model becomes less prone to lit- eral translation and more faithful to the source text, benefiting general translation tasks. Scalability and Robustness. Table 3 also com- pares models trained on the standard 7k set versus the full dataset. While SFT performance stagnates or even slightly degrades when scaling data (likely due to overfitting on the specific formatting of the entity dataset), EA-RLVR continues to improve. The “full data” setting yields further gains, push- ing the average XCOMET score to 78.65 for the 14B model. This indicates that our outcome-based reward formulation provides a stable optimization landscape that scales effectively with data, unlike SFT which may suffer from distribution shift. 5 Analysis 5.1Improved Sampling Efficiency: Unlocking Dormant Knowledge To analyze the mechanism behind the performance gains, we adopt thepass@kevaluation framework recently utilized to study the boundaries of RLVR in reasoning tasks (Yue et al., 2025). Formally, pass@kestimates the probability that at least one correct translation exists withinkindependent sam- ples generated for a given input. Following (Chen et al., 2021), we calculate the unbiased estimator (see Appendix F for details). By observing how this probability scales withk, we can distinguish be- tween knowledge injection (learning new informa- tion) and knowledge activation (surfacing existing information). Figure 3 compares the entity transla- tion accuracy of Qwen3-8B (Base) and EA-RLVR across varying sample sizes k ∈ [1, 128]. We observe a distinct convergence pattern across most languages. Atk = 1, EA-RLVR holds a substantial lead over the base model, confirming that our policy optimization successfully concen- trates probability mass on the correct entity trans- lations. However, as k increases, the base model’s accuracy rises steeply, often converging with or appearing to surpass the RLVR model atk = 128. This phenomenon has a critical implication: the base model inherently possesses the necessary cultural knowledge to translate these entities cor- rectly (evidenced by high performance at largek), but it fails to rank these correct translations as the most probable candidates during standard decod- ing. EA-RLVR functions as a steering mechanism that activates this dormant knowledge, transform- ing low-probability correct candidates into high- probability deterministic outputs, rather than mem- orizing new mappings from external supervision. We further isolate the contribution of the explicit reasoning phase in Appendix B, finding that the 7 0.1 0.2 0.3 0.4 0.5 Entity Trans. Acc. pass @ k XC-Translate - ar 0.2 0.3 0.4 0.5 XC-Translate - de 0.2 0.3 0.4 0.5 0.6 XC-Translate - es 0.2 0.3 0.4 0.5 XC-Translate - fr 0.2 0.3 0.4 0.5 XC-Translate - it 1248163264128 Number of Samples k 0.1 0.2 0.3 0.4 0.5 Entity Trans. Acc. pass @ k XC-Translate - ja 1248163264128 Number of Samples k 0.0 0.1 0.2 0.3 0.4 0.5 XC-Translate - ko 1248163264128 Number of Samples k 0.0 0.1 0.2 0.3 XC-Translate - th 1248163264128 Number of Samples k 0.2 0.3 0.4 0.5 XC-Translate - tr 1248163264128 Number of Samples k 0.2 0.3 0.4 0.5 XC-Translate - zh Qwen3-8BEA-RLVR Figure 3: Entity Translation Accuracypass@kcurves across ten languages. The Base model (purple) shows poor performance atk = 1but improves rapidly askincreases, indicating latent knowledge is present but buried. EA-RLVR (blue) significantly boostspass@1accuracy, effectively surfacing this parametric knowledge. The convergence at highkconfirms that improvements stem from better utilization of existing knowledge rather than learning new facts. “thinking” workspace is essential for absorbing the complexity of cultural alignment without sacrific- ing general fluency. Sampling Efficiency and Determinism. The slope of the curves in Figure 3 further elucidates the shift in model behavior. The base model exhibits a high-entropy distribution over entities, requiring extensive sampling (k ≫ 1) to uncover the correct answer. In contrast, the RLVR curves are notably flatter, indicating a more deterministic policy where the model is confident in its reasoning path. While high determinism theoretically reduces diversity (explaining the slight underperformance atk = 128 in some high-resource languages where the base model’s broad search space is advantageous), it is the desired behavior for a translation system: users expect the correct cultural translation in a single at- tempt (k = 1), not after filtering through a hundred generations. EA-RLVR effectively optimizes for this sampling efficiency. 5.2 The Fluency Trap: Neural Rewards Fail Cultural Entities A natural alternative to our rule-based framework is to optimize state-of-the-art neural quality metrics directly. To investigate this, we trained a Comet- RL baseline on Qwen3-8B using the same RL setup but replacing our normalized entity matching reward with sentence-level comet scores, specifi- cally the wmt22-comet-da (Rei et al., 2022). Fig- BaseEA-RLVRComet-RL 0 5 10 15 20 25 30 35 Entity Translation Accuracy (%) 20.19 29.25 18.94 Cultural Grounding (XC-Translate) BaseEA-RLVRComet-RL 60 65 70 75 80 85 XCOMET Score 74.46 75.71 78.32 General Quality (WMT24++) Figure 4: Verifiable vs. Neural Rewards. While Comet-RL maximizes general fluency (Right) at the cost of cultural accuracy (Left), falling into a “fluency trap”, EA-RLVR achieves robust improvements across both cultural grounding and general translation quality. ure 4 presents a striking divergence in optimization outcomes, revealing what we term the “Fluency Trap”: High Fluency, Low Grounding. As shown in the right panel, the Comet-RL model achieves sub- stantial gains in general translation quality, boost- ing the XCOMET score on WMT24++ from 74.46 to 78.32. This confirms that RL effectively opti- mized the reward signal. However, the left panel reveals a critical failure: on the entity-dense XC- Translate benchmark, Comet-RL’s entity accuracy actually degrades from 20.19% (Base) to 18.94%. The neural metric, lacking fine-grained resolution for specific entities, fails to penalize these fluent but culturally incorrect entity errors, which echos 8 prior observations (Rei et al., 2023). Verifiable Rewards Ensure Alignment.In con- trast, EA-RLVR escapes this trap. By anchoring supervision on verifiable outcomes, it forces the model to prioritize semantic correctness. This yields a massive improvement in entity accu- racy (+9.06% absolute) while still conferring ro- bust gains in general translation quality (+1.25 XCOMET). This result fundamentally justifies our approach: while holistic neural metrics drive flu- ency, verifiable constraints are indispensable for aligning models with entity translation tasks. 5.3 Cross-Lingual Generalization The preceding analyses establish that EA-RLVR activates dormant parametric knowledge (§5.1) through verifiable rewards (§5.2). If the acquired strategy is indeed a generalizable reasoning skill rather than a set of language-specific entity map- pings, it should transfer across typologically dis- tinct language families. To test this prediction, we partition the ten target languages into two groups: Group A (Asian & Semitic: ar, ja, ko, th, zh) and Group B (European & Turkic: de, es, fr, it, tr), train on one group exclusively, and evaluate on the other without any target-language supervision. As shown in Table 4, we observe robust pos- itive transfer in both directions: entity accuracy improves by +7.27% (A→B) and +6.28% (B→A) over the base model, despite the two groups sharing neither scripts nor typological features. This indi- cates that EA-RLVR does not memorize language- specific entity mappings but instead induces a gen- eralizable reasoning strategy: grounding cultural contexts within the thinking trace before generating the translation (Appendix G). Such cross-lingual transfer of reasoning ability distinguishes our ap- proach from conventional multilingual MT, where improvements are typically confined to the super- vised language pairs. 6 Conclusion In this work, we investigate the underutilized po- tential of parametric knowledge in cross-cultural translation: while LLMs possess extensive la- tent cultural knowledge (pass@128 performance), they struggle to utilize it during standard decod- ing (pass@1). Motivated by this observation, we propose EA-RLVR, a framework that transforms cross-cultural translation from a memorizing task into a reasoning-intensive process. Our extensive experiments reveals that incentivizing verifiable correctness is superior to optimizing neural qual- ity metrics, which often lead models into a “flu- ency trap”, generating smooth but culturally inac- curate entities. By anchoring supervision on en- tity matching and allowing the model to reasoning, EA-RLVR enables a 14B model to outperform a 235B baseline significantly on unseen entities. Ul- timately, our findings suggest a potential paradigm shift for knowledge-intensive translation: moving beyond mere imitation of references (SFT) or re- liance on external retrieval, toward internalizing self-evolving strategies that effectively unlock the model’s inherent potential. Acknowledgment The present research was supported by the National Key Research and Development Program of China (Grant No. 2024YFE0203000). We would like to thank the anonymous reviewers for their insightful comments. Limitations Gap to Latent Potential. While EA-RLVR significantly outperforms SFT, a notable dispar- ity remains between the optimized policy’s ex- pected single-sample performance (pass@1) and the model’s theoretical upper bound estimated by rejection sampling (pass@128, as shown in Figure 1). This gap highlights a shared limita- tion across current RLVR methodologies: stan- dard policy gradient algorithms often struggle to fully explore and converge to the global optimum within a limited sample budget. Future research could bridge this gap by developing more sample- efficient optimization algorithms or by scaling the number of rollout trajectories (G). Orthogonally, knowledge-enriched pre-training strategies that co- organize semantically related documents (Zhou et al., 2026) have been shown to improvepass@k by strengthening the parametric knowledge base it- self; combining such pre-training with EA-RLVR’s policy-level activation is a promising direction. Al- though computationally intensive, expanding the exploration horizon offers a promising avenue for approaching the model’s intrinsic capability ceiling (Pan et al., 2025b). Knowledge Boundaries. Our framework is de- signed for knowledge elicitation, not knowledge in- jection. EA-RLVR optimizes the retrieval of long- tail cultural concepts that exist within the model’s 9 Table 4: Cross-lingual generalization on XC-Translate with Qwen3-8B. The model is trained on one group of languages and evaluated on both. Bold text indicates zero-shot cross-lingual transfer (e.g., Train A→Test B), while gray text indicates in-domain performance. Improvements over the Base model on unseen language groups demonstrate the acquisition of a transferable reasoning strategy. Train splitGroup AGroup BGroup AGroup B (Qwen3-8B)arjakothzhdeesfrittrAvg.Avg. Base14.9117.1311.125.6323.5023.6431.0425.9725.0123.9414.4625.92 Group A48.2743.4847.7025.7653.2429.7040.6133.7834.9526.8943.6933.19 Group B24.8121.7718.328.6230.2051.2862.5049.6651.6150.1920.7453.05 pre-training data but are suppressed during stan- dard decoding. Consequently, it cannot generate correct translations for entities entirely absent from the pre-training corpus. However, we observed that our method synergizes effectively with retrieval- augmented systems rather than acting as a simple alternative, providing a combined benefit that we evaluate in Appendix C. Reward Rigidity vs. Flexibility. We prioritize optimization stability via rigid substring matching to prevent the reward hacking often observed with neural metrics. Although we mitigate the risk of false negatives by employing a comprehensive gold set of aliases (derived from Wikidata) rather than a single reference, this strict verification process may still occasionally penalize valid but unlisted stylistic variations. Developing rewards that bal- ance verifiable strictness with semantic flexibility remains an open challenge for the field. References Sweta Agrawal, Chunting Zhou, Mike Lewis, Luke Zettlemoyer, and Marjan Ghazvininejad. 2023. In- context examples selection for machine translation. In Findings of the Association for Computational Linguistics: ACL 2023, pages 8857–8873, Toronto, Canada. Association for Computational Linguistics. Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott Gray, and 39 others. 2021. Evaluating large language models trained on code. Preprint, arXiv:2107.03374. Simone Conia, Daniel Lee, Min Li, Umar Farooq Min- has, Saloni Potdar, and Yunyao Li. 2024. Towards cross-cultural machine translation with retrieval- augmented generation from multilingual knowledge graphs. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 16343–16360. Runpeng Dai, Linfeng Song, Haolin Liu, Zhenwen Liang, Dian Yu, Haitao Mi, Zhaopeng Tu, Rui Liu, Tong Zheng, Hongtu Zhu, and 1 others. 2025. Cde: Curiosity-driven exploration for efficient reinforce- ment learning in large language models.arXiv preprint arXiv:2509.09675. Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, and Christopher Ré. 2022. Flashattention: Fast and memory-efficient exact attention with io-awareness. Preprint, arXiv:2205.14135. DeepSeek-AI, Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, and 181 others. 2026. Deepseek-r1: Incentivizing reasoning capa- bility in llms via reinforcement learning. Preprint, arXiv:2501.12948. Daniel Deutsch, Eleftheria Briakou, Isaac Rayburn Caswell, Mara Finkelstein, Rebecca Galor, Juraj Juraska, Geza Kovacs, Alison Lui, Ricardo Rei, Ja- son Riesa, and 1 others. 2025. Wmt24++: Expanding the language coverage of wmt24 to 55 languages & dialects. In Findings of the Association for Computa- tional Linguistics: ACL 2025, pages 12257–12284. Tianyu Dong, Bo Li, Jinsong Liu, Shaolin Zhu, and Deyi Xiong. 2025. Mlas-lora: language-aware pa- rameters detection and lora-based knowledge transfer for multilingual machine translation. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 15645–15660. 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: Advanc- ing llm-based machine translation via r1-zero-like reinforcement learning. Preprint, arXiv:2504.10160. Zhaopeng Feng, Jiahan Ren, Jiayuan Su, Jiamei Zheng, Hongwei Wang, and Zuozhu Liu. 2025b.Mt- rewardtree: A comprehensive framework for advanc- ing llm-based machine translation via reward model- ing. Preprint, arXiv:2503.12123. Nuno M. Guerreiro, Ricardo Rei, Daan van Stigt, Luisa Coheur, Pierre Colombo, and André F. T. Mar- tins. 2024. xCOMET: Transparent machine trans- lation evaluation through fine-grained error detection. 10 Transactions of the Association for Computational Linguistics, 12:979–995. Junjie Hu, Hiroaki Hayashi, Kyunghyun Cho, and Gra- ham Neubig. 2022. DEEP: DEnoising entity pre- training for neural machine translation. In Proceed- ings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Pa- pers), pages 1753–1766, Dublin, Ireland. Association for Computational Linguistics. Fanding Huang, Guanbo Huang, Xiao Fan, Yi He, Xiao Liang, Xiao Chen, Qinting Jiang, Faisal Nadeem Khan, Jingyan Jiang, and Zhi Wang. 2026. Semantic- space exploration and exploitation in rlvr for llm reasoning. Preprint, arXiv:2509.23808. Gautier Izacard, Mathilde Caron, Lucas Hosseini, Se- bastian Riedel, Piotr Bojanowski, Armand Joulin, and Edouard Grave. 2021. Unsupervised dense infor- mation retrieval with contrastive learning. Changjiang Jiang, Wenhui Dong, Zhonghao Zhang, Chenyang Si, Fengchang Yu, Wei Peng, Xinbin Yuan, Yifei Bi, Ming Zhao, Zian Zhou, and 1 others. 2025a. Ivy-fake: A unified explainable framework and benchmark for image and video aigc detection. arXiv preprint arXiv:2506.00979. Changjiang Jiang, Xinkuan Sha, Fengchang Yu, Jingjing Liu, Jian Liu, Mingqi Fang, Chenfeng Zhang, and Wei Lu. 2026. Fake-hr1: Rethinking reasoning of vision language model for synthetic image detection. In ICASSP. Changjiang Jiang, Fengchang Yu, Haihua Chen, Wei Lu, and Jin Zeng. 2025b. Tabdsr: Decompose, sanitize, and reason for complex numerical reasoning in tabu- lar data. In Findings of the Association for Computa- tional Linguistics: EMNLP 2025, pages 3172–3196. Renren Jin, Pengzhi Gao, Yuqi Ren, Zhuowen Han, Tongxuan Zhang, Wuwei Huang, Wei Liu, Jian Luan, and Deyi Xiong. 2025. Revisiting entropy in rein- forcement learning for large reasoning models. arXiv preprint arXiv:2511.05993. Urvashi Khandelwal, Angela Fan, Dan Jurafsky, Luke Zettlemoyer, and Mike Lewis. Nearest neighbor ma- chine translation. In International Conference on Learning Representations. Nathan Lambert, Jacob Morrison, Valentina Pyatkin, Shengyi Huang, Hamish Ivison, Faeze Brahman, Lester James V. Miranda, Alisa Liu, Nouha Dziri, Shane Lyu, Yuling Gu, Saumya Malik, Victoria Graf, Jena D. Hwang, Jiangjiang Yang, Ronan Le Bras, Oyvind Tafjord, Chris Wilhelm, Luca Sol- daini, and 4 others. 2025. Tulu 3: Pushing fron- tiers in open language model post-training. Preprint, arXiv:2411.15124. Tian Liang, Xing Wang, Mingming Yang, Yujiu Yang, Shuming Shi, and Zhaopeng Tu. 2024. Addressing entity translation problem via translation difficulty and context diversity. In Findings of the Association for Computational Linguistics: ACL 2024, pages 11628–11638, Bangkok, Thailand. Association for Computational Linguistics. Jiacai Liu, Chaojie Wang, Chris Yuhao Liu, Liang Zeng, Rui Yan, Yiwen Sun, and Yang Liu. 2025. DAPO : Improving multi-step reasoning abilities of large language models with direct advantage-based policy optimization. In The Thirty-ninth Annual Conference on Neural Information Processing Systems. Nikita Moghe, Arnisa Fazla, Chantal Amrhein, Tom Kocmi, Mark Steedman, Alexandra Birch, Rico Sen- nrich, and Liane Guillou. 2025. Machine translation meta evaluation through translation accuracy chal- lenge sets. Computational Linguistics, 51(1):73–137. Leiyu Pan, Bojian Xiong, Lei Yang, Renren Jin, Shaowei Zhang, Yue Chen, Ling Shi, Jiang Zhou, Junru Wu, Zhen Wang, and 1 others. 2025a. Ad- vancing large language models for tibetan with cu- rated data and continual pre-training. arXiv preprint arXiv:2507.09205. Leiyu Pan, Bojian Xiong, Lei Yang, Renren Jin, Shaowei Zhang, Yue Chen, Ling Shi, Jiang Zhou, Junru Wu, Zhen Wang, and 1 others. 2025b. Banzhida: Advancing large language models for ti- betan with curated data and continual pre-training. arXiv e-prints, pages arXiv–2507. Maja Popovi ́ c. 2015. chrF: character n-gram F-score for automatic MT evaluation. In Proceedings of the Tenth Workshop on Statistical Machine Translation, pages 392–395, Lisbon, Portugal. Association for Computational Linguistics. Qwen, :, 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, and 25 oth- ers. 2025.Qwen2.5 technical report.Preprint, arXiv:2412.15115. Ricardo Rei, José G. C. de Souza, Duarte Alves, Chrysoula Zerva, Ana C Farinha, Taisiya Glushkova, Alon Lavie, Luisa Coheur, and André F. T. Martins. 2022. COMET-22: Unbabel-IST 2022 submission for the metrics shared task. In Proceedings of the Seventh Conference on Machine Translation (WMT), pages 578–585, Abu Dhabi, United Arab Emirates (Hybrid). Association for Computational Linguistics. Ricardo Rei, Nuno M. Guerreiro, Marcos Treviso, Luisa Coheur, Alon Lavie, and André Martins. 2023. The inside story: Towards better understanding of ma- chine translation neural evaluation metrics. In Pro- ceedings of the 61st Annual Meeting of the Associa- tion for Computational Linguistics (Volume 2: Short Papers), pages 1089–1105, Toronto, Canada. Associ- ation for Computational Linguistics. Matiss Rikters and Makoto Miwa. 2024. Entity-aware multi-task training helps rare word machine transla- tion. In Proceedings of the 17th International Natu- ral Language Generation Conference, pages 47–54, 11 Tokyo, Japan. Association for Computational Lin- guistics. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. 2017.Prox- imal policy optimization algorithms.Preprint, arXiv:1707.06347. 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 mathemati- cal reasoning in open language models. Preprint, arXiv:2402.03300. Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. 2024. Hybridflow: A flexible and efficient rlhf framework. arXiv preprint arXiv: 2409.19256. Jiaan Wang, Fandong Meng, Yunlong Liang, and Jie Zhou. 2025a. Drt: Deep reasoning translation via long chain-of-thought. Preprint, arXiv:2412.17498. Jiaan Wang, Fandong Meng, Yingxue Zhang, and Jie Zhou. 2025b. Retrieval-augmented machine transla- tion with unstructured knowledge. In Findings of the Association for Computational Linguistics: EMNLP 2025, pages 5858–5871, Suzhou, China. Association for Computational Linguistics. Jiaan Wang, Fandong Meng, and Jie Zhou. 2025c. Deep- trans: Deep reasoning translation via reinforcement learning. Preprint, arXiv:2504.10187. Xinwei Wu, Heng Liu, Xiaohu Zhao, Yuqi Ren, Linlong Xu, Longyue Wang, Deyi Xiong, Weihua Luo, and Kaifu Zhang. 2026. Finding the translation switch: Discovering and exploiting the task-initiation fea- tures in llms. arXiv preprint arXiv:2601.11019. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, and 1 others. 2025.Qwen3 technical report.arXiv preprint arXiv:2505.09388. Lei Yang, Wei Bi, Chenxi Sun, Renren Jin, and Deyi Xiong. 2026. SOUP: Token-level Single-sample Mix-policy Reinforcement Learning for large lan- guage models. CoRR, abs/2601.21476. Binwei Yao, Ming Jiang, Tara Bobinac, Diyi Yang, and Junjie Hu. 2024. Benchmarking machine translation with cultural awareness. In Findings of the Associ- ation for Computational Linguistics: EMNLP 2024, pages 13078–13096, Miami, Florida, USA. Associa- tion for Computational Linguistics. Linhao Yu, Tianmeng Yang, Siyu Ding, Renren Jin, Naibin Gu, Xiangzhao Hao, Shuaiyi Nie, Deyi Xiong, Weichong Yin, Yu Sun, and 1 others. 2026. Knowrl: Boosting llm reasoning via reinforcement learning with minimal-sufficient knowledge guidance. arXiv preprint arXiv:2604.12627. Xinbin Yuan, Jian Zhang, Kaixin Li, Zhuoxuan Cai, Lujian Yao, Jie Chen, Enguang Wang, Qibin Hou, Jinwei Chen, Peng-Tao Jiang, and Bo Li. 2025. SE- GUI: Enhancing visual grounding for GUI agents via self-evolutionary reinforcement learning. In The Thirty-ninth Annual Conference on Neural Informa- tion Processing Systems. Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Yang Yue, Shiji Song, and Gao Huang. 2025. Does reinforcement learning really incentivize rea- soning capacity in llms beyond the base model? Preprint, arXiv:2504.13837. Qiannian Zhao, Chen Yang, Jinhao Jing, Yunke Zhang, Xuhui Ren, Lu Yu, Shijie Zhang, and Hongzhi Yin. 2026. Know what you know: Metacognitive entropy calibration for verifiable rl reasoning. arXiv preprint arXiv:2602.22751. Yu Zhao, Huifeng Yin, Bo Zeng, Hao Wang, Tianqi Shi, Chenyang Lyu, Longyue Wang, Weihua Luo, and Kaifu Zhang. 2024a. Marco-o1: Towards open reasoning models for open-ended solutions. Preprint, arXiv:2411.14405. Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang, Yunlin Mao, Daoze Zhang, Zeyinzi Jiang, Zhikai Wu, Baole Ai, Ang Wang, Wenmeng Zhou, and Yingda Chen. 2024b. Swift:a scalable lightweight infrastruc- ture for fine-tuning. Preprint, arXiv:2408.05517. Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, Jingren Zhou, and Jun- yang Lin. 2025. Group sequence policy optimization. Preprint, arXiv:2507.18071. Jiang Zhou, Yunhao Wang, Xing Wu, Tinghao Yu, and Feng Zhang. 2026. Wrap++: Web discovery ampli- fied pretraining. arXiv preprint arXiv:2604.06829. 12 A Impact of Structural Gates To validate the necessity of the structural con- straints introduced in Section 3.2, we conduct an ablation study using the full XC-Translate dataset with extended optimization (1,000 steps). We iso- late the contributions of the format and length gates by comparing three configurations: •Soft Format: A relaxed baseline where any output containing a valid<think>block is eligible for rewards, with no length penalty applied. •Format Gate Only: The strict format verifi- cation (g fmt ) is applied, but the relative length constraint (g len ) is removed. • EA-RLVR: Our proposed framework, which enforces both strict format verification and the relative length constraint (g len ). Training Dynamics and Stability. The training dynamics, visualized in Figure 5, demonstrate that structural constraints are critical for optimization stability. The most prominent difference lies in the Response Length (Center). In the absence of the length constraint (g len ), both ablated variants suf- fer from a catastrophic “length explosion,” where generation length increases uncontrollably. This instability is mirrored in the Actor Entropy (Right), where the ablated models exhibit erratic spikes, in- dicating that the policy fails to converge to a stable reasoning strategy. In contrast, EA-RLVR main- tains a consistent length and stable entropy profile throughout training. Reward Hacking via Enumeration.Qualitative analysis reveals that the length explosion is a symp- tom of reward hacking. As illustrated in the case study (Figure 6), without the length penalty, the optimization landscape encourages a degenerate solution: the model learns to “brute-force” the ver- ification condition (m(y,G(x))) by enumerating synonymous entities or repeating candidates. This strategy maximizes the recall of the gold entity at the expense of precision and structural integrity. By treating the translation task as a keyword-stuffing exercise, the model achieves technically high re- wards but produces unusable translations. The Deception of High Rewards. The Average Reward curves (Left) present a counter-intuitive trend: the weaker constraints yield higher raw re- ward values. The Soft Format setting achieves the highest reward trajectory despite exhibiting the earliest collapse in generation quality. This phenomenon is a classic manifestation of Good- hart’s Law: when the unconstrained entity-match metric becomes the sole target, the model exploits its loopholes (e.g., infinite generation) rather than improving the intended task utility. EA-RLVR’s lower reward curve reflects a constrained, harder- to-optimize landscape that successfully steers the model away from these degenerate local optima and toward concise, correct translations. B Impact of Reasoning: Does Thinking Matter? A central premise of EA-RLVR is that a dedicated reasoning phase (“thinking”) allows the model to navigate the optimization landscape more effec- tively than immediate generation. To isolate the impact of this reasoning process, we conduct a controlled comparison using the Qwen3-4B-2507 family. Experimental Control. We compare two specific checkpoints: the standard instruction- tunedmodel,Qwen3-4B-Instruct-2507, andthereasoning-enhancedmodel, Qwen3-4B-Thinking-2507.We apply the EA-RLVR framework to both models with a crucial adaptation for the Instruct baseline: since Qwen3-4B-Instruct-2507does not generate reasoning traces (i.e., no<think>tokens), we remove the format verification gate (g fmt ) from the reward function. However, to ensure a fair comparison of supervision signals, we retain both the length constraint (g len ) and the entity matching reward (m(y,G(x))). This setup allows us to strictly evaluate whether the presence of a thinking process facilitates better alignment with the verifiable reward. Thinking Unlocks Higher Entity Accuracy. Figure 7 (Center) illustrates the progression of en- tity translation accuracy on the XC-Translate test set. The Non-Think Model (Cyan) plateaus early at approximately 21% accuracy. In contrast, the Think Model (Blue) achieves a significantly higher peak of∼26%, despite starting from a lower baseline. This confirms that the reasoning trace provides the necessary computational workspace to resolve com- plex cultural entity mappings that are inaccessible to a single-pass decoding policy. 13 02505007501000 Training Steps 0.3 0.4 0.5 0.6 0.7 0.8 Reward Average Reward 02505007501000 Training Steps 300 400 500 600 700 Token Count Response Length 02505007501000 Training Steps 0.2 0.3 0.4 0.5 0.6 Entropy Actor Entropy Structural Gate (Ours)Format Gate OnlySoft Format Figure 5: Ablation Dynamics. Training curves for Average Reward, Response Length, and Actor Entropy. Without the full structural gates (EA-RLVR, Blue), the model suffers from reward hacking, characterized by an explosion in response length (Center) and unstable entropy (Right), despite achieving higher raw rewards (Left). Dynamics of Length and Stability.The training dynamics reveal a crucial interaction between rea- soning length and reward. As shown in Figure 7 (Left), the Think Model initially receives near-zero rewards. This is an artifact of the base model’s in- stability: the untrainedQwen3-4B-Thinking-2507 frequently generates extremely long chain-of- thought traces that exceed our training context win- dow of 4096 tokens, causing the samples to be trun- cated and penalized. However, EA-RLVR rapidly corrects this behavior. The Response Length curve (Right) shows a dramatic reduction in token count within the first 50 steps. The model learns to be concise, condensing its reasoning into an efficient path that fits the constraints while maximizing the entity-match reward. This demonstrates that EA- RLVR serves not only as a task optimizer but also as a length regularizer for reasoning models. Thinking Mitigates the “Alignment Tax”. We further evaluate the impact of these strategies on general translation quality using WMT24++. Ta- ble 5 presents the XCOMET scores. A striking divergence is observed: •Standard Model (Instruct): Applying EA- RLVR toQwen3-4B-Instruct-2507leads to a slight regression in general quality (Avg. 89.11→88.46). Without a reasoning buffer, the model is forced to overload its generation weights to satisfy the strict entity constraints, leading to a “fluency tax” where general trans- lation quality is sacrificed. •Reasoning Model (Thinking): Conversely, Qwen3-4B-Thinking-2507improves with EA-RLVR (Avg. 90.36→90.67). The reason- ing trace absorbs the complexity of the entity task, allowing the final translation generation to remain fluent and robust. Note on Evaluation Subset. It is important to note that the baselineQwen3-4B-Thinking-2507 is highly unstable for translation tasks, often gener- ating endless thought loops exceeding 32k tokens. Consequently, it fails to produce any translation for a large portion of the WMT24++ test set. To en- sure a scientifically valid comparison, the results in Table 5 are calculated on the common intersection of sentences where the baseline model successfully produced an output. Table 6 details the data statis- tics. The valid subset size ranges from 68 to 260 samples per language (out of 960), highlighting the severity of the length explosion issue in the baseline model and the necessity of this filtering step. C Synergy with Retrieval-Augmented Generation A central question in modern translation systems is the interplay between optimizing internal pa- rameters (via RLVR) and utilizing external non- parametric knowledge (via RAG). To determine whether our method complements retrieval-based approaches, we conduct an ablation study using a standard RAG pipeline. ExperimentalSetup. WeemploymCon- triever (Izacard et al., 2021), a widely used multilingual dense retriever, without any task- specific fine-tuning. We index the aliases of entities present in the XC-Translate test set (extracted from Wikidata via the provided QIDs). For each source sentence, we retrieve the top-kmost relevant entity aliases and prepend them to the system prompt as 14 Table 5: Impact of reasoning on general translation quality (XCOMET on WMT24++). Due to the instability of the baseline Qwen3-4B-Thinking model (which frequently generates infinite reasoning traces exceeding 32k tokens), this evaluation is restricted to the common subset of sentences where the baseline model successfully produced a valid output. On this subset, EA-RLVR improves the reasoning model’s quality, whereas it degrades the standard model, suggesting that a thinking workspace is necessary to absorb the complexity of entity constraints without sacrificing fluency. ModelXCOMET score on WMT24++ Subset (en→ X)Avg. ardeesfritjakothtrzh Standard Instruction Backbone Qwen3-4B-Instruct87.0995.1492.0189.7590.7889.7086.6990.3786.2583.3289.11 + EA-RLVR87.4195.1791.1288.2189.7988.3784.6590.0386.9482.9088.46 Reasoning Backbone Qwen3-4B-Thinking88.8495.7492.4890.2092.2190.6689.3991.0490.3882.6590.36 + EA-RLVR89.0396.1793.2591.1693.0990.7288.6690.7989.6984.1990.67 Table 6:Statistics of the evaluation subset for WMT24++. Due to the endless thinking issue, the Qwen3-4B-Thinkingbaseline yields valid outputs for only a fraction of the test set. We report results on the Common intersection to ensure fair comparison. Language PairTotal (Test Set)Common Subset en-ar96068 en-de960143 en-es960260 en-fr960193 en-it960211 en-ja960144 en-ko960135 en-th960124 en-tr96099 en-zh960241 context. For the combined setting (EA-RLVR + RAG), we utilize the Qwen3-8B model trained via EA-RLVR and provide it with the same retrieved context during inference. Parametric Optimization Outperforms Naive Retrieval. As shown in Table 7, the standard RAG baseline improves the base model’s entity ac- curacy from 20.19% to 23.14% and slightly boosts general quality (chrF 57.43), validating the ef- fectiveness of our retrieval setup. However, EA- RLVR alone significantly outperforms the RAG baseline (29.25%). This result highlights a criti- cal insight: for cross-cultural translation, the bot- tleneck is often not the availability of knowledge (which RAG provides), but the model’s ability to align that knowledge with the translation context. EA-RLVR addresses this alignment directly via op- timization, proving more effective than passively injecting context. Additive Gains. Crucially, the two approaches are synergistic. The EA-RLVR + RAG config- uration achieves the highest overall performance (30.49% Acc, 60.05 chrF). This demonstrates that the reasoning patterns learned by EA-RLVR are robust; the model does not “overfit” to its inter- nal weights but retains the flexibility to incorpo- rate external evidence. By transforming the model into an active reasoner, EA-RLVR enables it to utilize retrieved context to resolve tail cases that neither parametric knowledge nor retrieval could solve alone. D Broad Knowledge Activation Across Cultural Categories To verify that the gains are not confined to a nar- row domain, Table 8 breaks down entity transla- tion accuracy by the 14 cultural categories anno- tated in XC-Translate. EA-RLVR yields consistent improvements across all categories, from musical works (+19.84%) and natural places (+19.23%) to book series (+1.76%). This breadth confirms that the activated parametric knowledge spans diverse cultural domains rather than reflecting a bias to- ward any single entity type. Further Discussion Our finding that verifiable rewards activate dormant parametric knowledge and induce transferable reasoning strategies res- onates with concurrent advances across several do- mains. In the context of LLM reasoning, Zhao et al. (2026) show that metacognitive entropy cal- ibration substantially improves verifiable RL rea- soning by helping models better distinguish what they know from what they do not, aligning with our observation that explicit verification signals help surface latent knowledge. Similarly, Yu et al. 15 Table 7: Synergy between Parametric and Non-Parametric Knowledge. Comparison of EA-RLVR against a standard Retrieval-Augmented Generation (RAG) baseline on Qwen3-8B. Adding RAG to the base model yields moderate gains, validating the retrieval setup. However, EA-RLVR acting as a standalone method provides a substantially larger improvement. Crucially, the combined setting (EA-RLVR + RAG) achieves the highest accuracy and faithfulness (chrF), indicating that the reasoning capabilities induced by EA-RLVR effectively complement external knowledge retrieval. ModelEntity Translation Accuracy on XC-Translate (en→ X)Avg. ardeesfritjakothtrzhAcc/ChrF Qwen3-8B14.9123.6431.0425.9725.0117.1311.125.6323.9423.5020.19/56.07 + RAG17.1332.8536.6230.5828.8216.3511.796.1827.8123.2523.14/57.43 + EA-RLVR25.2331.0144.4434.8935.3524.0225.7014.7427.7929.3129.25/59.86 + EA-RLVR + RAG26.1735.5047.8136.6337.4323.3625.5214.4229.3328.7530.49/60.05 User:Translate the follow text toChinese (Traditional): Sunday Cont. LLM: <think> Okay, "Sunday Cont." in Chinese is "星期日連續劇" or "周日連續劇"? < > 週日連續劇 (或 "週日集數" 或 "周日集" 也可以是 "主 日集" 或 "星期日賽事",但常見的可能是 "主日連續劇 " 或 "週日特別節目" 或 "週日連續劇"。) But the common term might be "週日劇集" or "周 日連續劇" or "主日連續劇" or "Sunday Show" or " 星期日連續劇". The most common translation in Chinese is "週 日連續劇" or "週日劇集". Alternatively, "Sunday Cont." could be "星期日後 續" or "週日持續" or "週日繼續". But since the original text is "Sunday Cont.", it's likely "週日續集" or "主日續集" or "周日續集". But the best translation would be "週日連續劇" or "週日劇集". 週日集數 (或 "週日節目") or ... ... ... ... [---ENDLESS GENERATION---] Case: Reward Hacking Figure 6: Reward Hacking Case Study. In the absence of a length constraint (g len ), the model exploits the un- constrained reward by endlessly enumerating possible entity translations to ensure verification success. (2026) demonstrate that minimal-sufficient knowl- edge guidance can boost reasoning, complement- ing our entity-anchored approach where Wikidata aliases serve as the guiding rewards. Beyond text, the RLVR paradigm shows analogous benefits in multimodal settings (Yuan et al., 2025; Jiang et al., 2026, 2025a,b). Together, these results suggest that the core mechanism underlying EA-RLVR, us- ing verifiable rewards to induce reasoning rather than remembering knowledge mapping, may con- stitute a general principle applicable across modali- Table 8: Entity Translation Accuracy (%) by cultural category on XC-Translate (Qwen3-14B). CategoryBase+EA-RLVR∆ Musical work30.1549.99+19.84 Natural place11.5430.77+19.23 Plant36.1150.93+14.82 Animal25.0038.89+13.89 Artwork22.5432.57+10.03 Fictional entity34.1642.97+8.81 Person22.4030.71+8.31 Book24.9433.00+8.06 Food46.3552.73+6.38 Landmark27.7833.78+6.00 Movie12.9618.85+5.89 Place of worship 31.8637.13+5.27 TV series12.7517.62+4.87 Book series8.8210.58+1.76 MACRO AVG24.8134.32+9.51 ties. Looking forward, mechanistic interpretability methods such as the translation-switch discovery of Wu et al. (2026) offer a promising lens for un- covering the internal circuits through which EA- RLVR activates parametric knowledge, a direction we leave for future work. E Implementation Details Data Construction.We conduct experiments on the XC-Translate benchmark across the ten lan- guage directions listed in Table 9. As the bench- mark does not provide a dedicated training set, we repurpose the official validation set as our train- ing split. Table 10 summarizes the statistics of our data split. Crucially, to strictly evaluate the model’s ability to generalize rather than memorize, we ensure that the training and test sets share no overlapping entities. The final setup comprises 7,278 examples for training and 49,606 examples for testing. 16 0100200300400500 Steps 0.2 0.3 0.4 0.5 0.6 0.7 Average Reward Training Reward 0100200300400500 Steps 0.16 0.18 0.20 0.22 0.24 0.26 0.28 Entity Translation Accuracy XC-Translate Test Acc. 0100200300400500 Steps 0 1000 2000 3000 Tokens Count Response Length Think ModelNon-Think Model Figure 7: Training Dynamics of Thinking vs. Non-Thinking Models. (Left) The Think Model (Blue) initially suffers from low rewards due to context length overflows (> 4096tokens) but eventually surpasses the Non-Think Model (Cyan). (Center) The reasoning capability unlocks a significantly higher ceiling for entity translation accuracy on the XC-Translate test set. (Right) EA-RLVR acts as a strong regularizer for reasoning, rapidly curbing the “infinite thought” tendency of the base model to a stable, efficient length. Table 9: Languages used in our experiments, together with their ISO 639-1 codes, language–region locales, and English names. ISO 639-1LocaleEnglish Name arar_SAArabic (Saudi Arabia) dede_DEGerman (Germany) eses_MXSpanish (Mexico) frfr_FRFrench (France) itit_ITItalian (Italy) jaja_JPJapanese (Japan) koko_KRKorean (Korea) thth_THThai (Thailand) trtr_TRTurkish (Turkey) zhzh_TWChinese (Taiwan, Traditional) Table 10: Statistics of the dataset used in our exper- iments. We utilize the official validation set of XC- Translate as our training split. The training and test sets are strictly disjoint in terms of entity coverage. Language PairTrainTestTotal English→ Arabic7224,5465,268 English→ Chinese7225,1815,903 English→ French7245,4646,188 English→ German7315,8756,606 English→ Italian7305,0975,827 English→ Japanese7235,1075,830 English→ Korean7455,0815,826 English→ Spanish7395,3376,076 English→ Thai7103,4464,156 English→ Turkish7324,4725,204 Total7,27849,60656,884 Training Implementation. We implement EA- RLVR using theverllibrary (Sheng et al., 2024), a framework designed for efficient RLHF post- training. Unless otherwise specified, all RL ex- periments across different model scales (8B, 14B) and variants (Instruct, Thinking) use the unified set of hyperparameters reported in Table 11. Compute and Environment. All models were trained on 32×NVIDIA H100 80GB GPUs. The 7k samples training for the 8B model takes ap- proximately 12 hours, while the 14B model takes 24 hours. And the scaled training using full XC- Translate for the 8B model takes approximately 24 hours, while the 14B model takes 48 hours. We use FlashAttentionfor efficient computation (Dao et al., 2022). SFT Baseline.For the SFT baseline, we fine-tune the base models on the same 7k training examples for 2 epochs, supervised by reference translation. We use a learning rate of 1e-6 with a cosine decay schedule and a global batch size of 64. We SFT our model using ms-swift framework (Zhao et al., 2024b). EA-RLVR Configuration. Our EA-RLVR op- timization follows the critic-free policy gradient approach described in §3.3. We initialize the ac- tor network with the Qwen3 weights post-trained by their official team, which endow the model ba- sic reasoning capability. During the rollout phase, we sampleG = 16responses for each prompt to compute the group-normalized advantages. Table 11 lists the detailed hyperparameters used for the RLVR stage. Prompt Format. We use the standard chat tem- plate of the Qwen3 family. For the input, we 17 Table 11: Hyperparameters for EA-RLVR training. HyperparameterValue Optimization OptimizerAdamW Peak Learning Rate (Actor)1e-6 Learning Rate SchedulerCosine Warmup Ratio0.05 Weight Decay0.1 Train Batch Size512 PPO Mini Batch Size128 Total Training Steps500 PPO / Policy Gradient Group Size (G)16 Clip Ratio (ε low ,ε high )3e-4,4e-4 Advantage EstimatorGroup Normalization Generation / Rollout Sampling Temperature1.0 Top-p1.0 Max Sequence Length4096 Reward Function Format Reward (α)0.2 Length Tolerance (τ )2.0 wrap the source sentence with the instruction: “Translate the following sentence into tgt_lang, provide only the translated text :...” .For the task-specific prompt- ing ablation (Table 2), we replace the standard instruction with a three-step chain-of-thought prompt:“Translate the following text from src_lang to tgt_lang. First, identify any culturally specific entities (such as books, movies, places, or idioms). Second, deliberate on their conventional and culturally appropriate translations in tgt_lang. Finally, provide the full translated text:...” Evaluation Configuration. We treat the reason- ing process (i.e., “thinking”) as an intrinsic capa- bility of the models rather than a separate module. Consequently, we enable the thinking mode by de- fault for all applicable models (e.g., Qwen3, Marco- o1 and GPT5-mini) and all settings including SFT and RAG. To ensure a fair comparison, we allocate a unified maximum generation budget of 4,096 tokens for all experiments. Regarding decoding strategies, we follow the best practices established by DeepSeek-R1 (DeepSeek-AI et al., 2026; Yang et al., 2025), setting the sampling temperature to 0.6 and top-pto 0.95. This specific configuration is critical, as lower temperatures (e.g., greedy de- coding) tend to induce severe repetition loops and infinite generation behaviors in reasoning-heavy models. Finally, to ensure statistical reliability, all reported results for open-weight models are aver- aged over three independent runs (pass@1). F Unbiased pass@k Estimator Whilepass@kis defined as the probability of gen- erating at least one correct sample inkattempts, directly computing this probability typically re- quires a very large number of samples to reduce variance. To evaluatepass@kefficiently, we fol- low the method proposed by Chen et al. (2021). instead of just samplingktimes, we generate a larger number of samplesn(wheren ≥ k) for each input and count the number of correct sam- plesc. The unbiased estimator forpass@kis then calculated as: pass@k := E problems " 1− n−c k n k # (7) where n k denotes the number of combinations of choosingkitems from a set ofn. Mathemati- cally, this formula calculates the probability that a randomly chosen subset of sizekcontains at least one correct answer, derived from the complement of the probability that allkchosen samples are incorrect (i.e., chosen from then−cincorrect sam- ples). In our experiments, we set the total sample budgetn = 128and evaluatepass@kfork ∈ 1,..., 128 . Ifn− c < k, the estimator returns 1.0, as it is impossible to choosekincorrect sam- ples. G Case Study Qualitative Analysis We present a qualitative analysis of four representative cases to illuminate the mechanism by which EA-RLVR improves en- tity translation. By examining the generated reason- ing traces (denoted asLLM), we identify a distinct shift in cognitive patterns: while the baseline model (Qwen3-8B) relies on literal semantic composition, EA-RLVR exhibits entity-aware deliberation and domain-specific retrieval. Canonicalization of Historical Terminology (Case 1). In Case 1, the user asks for the trans- lation of “Great Ming Code”.The baseline Qwen3 adopts a compositional approach, trans- lating “Great Ming” (→明朝) and “Code” (→法 典 ) separately, resulting in the descriptive but non- standard phrase “明朝法典” (Ming Dynasty Code). 18 In contrast, EA-RLVR’s reasoning trace explicitly triggers a hypothesis check: “Great Ming Code is likely referring to the大明律... I should confirm the standard translation.”. By treating the phrase as a rigid proper noun rather than a translatable sen- tence fragment, EA-RLVR successfully retrieves the historiographically correct term “大明律”. Analogical Reasoning for Cultural Conventions (Case 2).Case 2 illustrates how EA-RLVR lever- ages parametric knowledge for style transfer. For the film title “Once Upon a Time in Venezuela”, Qwen3 defaults to a dictionary translation of the idiom “Once Upon a Time” (→很久很久以前), missing the cinematic context. EA-RLVR, how- ever, employs analogical reasoning. The thinking trace reveals a crucial intermediate step: it recalls a prototype entity, “Once Upon a Time in America is translated as美往事” and applies this naming con- vention to the target entity, synthesizing the cultur- ally attuned title “委瑞拉往事” (Venezuela Chron- icles/Past). This demonstrates the model’s ability to map new entities to existing cultural schemas. Domain-Specific Disambiguation (Case 3 & 4). Polysemy poses a major challenge in entity trans- lation. In Case 3, Qwen3 fails to resolve the term “Mahavira Hall” within a Buddhist context. Con- fused by the association of “Mahavira” with Jain- ism, it resorts to a phonetic transliteration “哈拉 ”. EA-RLVR correctly identifies the domain con- straints: “In Chinese Buddhist terminology... Ma- havira is often transliterated as大雄”. It success- fully navigates the semantic shift of “Mahavira” (Great Hero) in Buddhism to produce the correct temple hall name “大雄殿”. Similarly, in Case 4 (French), EA-RLVR shows a willingness to local- ize media titles (“Emi magique”) rather than leav- ing them in English, reflecting a deeper adherence to target-language publication norms. Summary of Learned Reasoning Pattern. Across these cases, a consistent meta-strategy emerges. The standard SFT/Base model tends to optimize forP (y|x)at the token level, favoring high-frequency phrases (fluency) over factual pre- cision. EA-RLVR, driven by the entity-anchored reward, learns a “Pause-Retrieve-Verify” loop. It (1) detects potential cultural entities, (2) suspends immediate translation to search its parametric mem- ory for domain equivalents, and (3) verifies the can- didate against the target cultural context. This shift from translating meaning to matching entities is the core driver of the observed performance gains. 19 User: Translate the follow text to Chinese (Traditional): What was the purpose of the Great Ming Code? LLM: Okay, the user wants me to translate "What was the purpose of the Great Ming Code?" from English to Traditional Chinese. Let me start by understanding the original sentence. The key terms here are "Great Ming Code" and "purpose." First, "Great Ming Code" refers to the legal code of the Ming Dynasty. In Chinese, the Ming Dynasty is called 明朝(Míngcháo), and "Code" in this context is likely 法律(fǎlǜ) or 法典 (fǎdiǎn). Since it's a specific historical code, using 法典might be more appropriate. So, "Great Ming Code" would be 明朝法典 (Míngcháo Fǎdiǎn). Putting it all together, the translation would be "明朝法典的目的是什麼?" (Míngcháo Fǎdiǎn de mùde shì shénme?). Let me double-check if there's a more standard term for "Great Ming Code." Sometimes, historical documents might have specific names, but since the user used "Great Ming Code," I think 明朝法典is accurate. [...] I don't see any issues with this translation. It's clear and directly translates the original question without adding or omitting information. The user probably needs this for academic or historical purposes, so accuracy is key. No need for additional explanations, just the translated text as requested. 明朝法典的目的是什麼? Qwen3 User: Translate the follow text to Chinese (Traditional): What was the purpose of the Great Ming Code? LLM: Okay, the user wants me to translate "What was the purpose of the Great Ming Code?" from English to Traditional Chinese. Let me start by breaking down the sentence. First, "What was the purpose" ‒ in Chinese, that would be "其目的是什麼" or "目的是什麼". Then "of the Great Ming Code". Now, "Great Ming Code" is a specific term. I need to make sure I get the correct translation for that. The "Great Ming Code" is likely referring to the "大明律", which is the legal code of the Ming Dynasty. So putting it all together, the sentence would be " 大明律的目的是什麼?". Wait, let me double-check. The user might be referring to the "Great Ming Code" as "大明律" or maybe "大明律例". I should confirm the standard translation. Yes, "大明律" is the correct term for the Ming Dynasty's legal code. So the translation should be "大明律的目的是什麼?". I should ensure that the grammar is correct in Traditional Chinese. The structure "What was the purpose of..." translates to "目的是什麼" placed after the subject. So the final translation is accurate. 大明律的目的是什麼? EA-RLVR Figure 8: Case study 1: Canonicalization of Historical Terminology. 20 User: Translate the follow text to Chinese (Traditional): What is the genre of the film 'Once Upon a Time in Venezuela’? LLM: Okay, the user wants me to translate the sentence "What is the genre of the film 'Once Upon a Time in Venezuela'?" into Chinese (Traditional). Let me start by breaking down the original sentence. First, "What is the genre of the film..." translates to "電影的類型是什麼?" in Chinese. Then, the title "Once Upon a Time in Venezuela" needs to be translated. The phrase "Once Upon a Time" is a common opening for fairy tales, so in Chinese, it's usually translated as "很久很久以前". However, since this is a film title, I should check if there's an official translation. If not, I'l use the direct translation. The country name "Venezuela" in Chinese is "委 內瑞拉". So putting it all together, the title would be "很久很久以前在委內瑞拉". But wait, sometimes film titles might keep the original English title or use a slightly different translation. For example, some movies use "Once Upon a Time in..." as part of their title, so maybe it's better to keep the original English title in quotes and add the translated part. However, the user specified to translate the entire text, so I should translate the title as well. So the full translation would be: "電影《很久很久 以前在委內瑞拉》的類型是什麼?" Let me double- check the grammar. The structure in Chinese is correct: "電影《...》的類型是什麼?". The title is in quotes with the Chinese translation. I think that's accurate. No need to add any extra information since the user only wants the translated text. Alright, that should be it. 電影《很久很久以前在委內瑞拉》的類型是什麼? Qwen3 User: Translate the follow text to Chinese (Traditional): What is the genre of the film 'Once Upon a Time in Venezuela’? LLM: Okay, the user wants me to translate the question "What is the genre of the film 'Once Upon a Time in Venezuela'?" from English to Traditional Chinese. Let me start by breaking down the sentence. First, "What is the genre" translates to "這部電影 的類型是什麼". Then, "of the film" would be "電影 ". So putting that together, it's "這部電影的類型是 什麼". Now, the title "Once Upon a Time in Venezuela" needs careful handling. In Chinese, movie titles are often translated directly but with some cultural adaptation. "Once Upon a Time in... " is a common phrase, similar to "Once Upon a Time in..." which in Chinese is usually translated as "某年某月某日" or more literally "很 久很久以前". However, for movie titles, it's better to check the standard translation. Wait, I think "Once Upon a Time in America" is translated as "美國往事", so following that pattern, "Once Upon a Time in Venezuela" would be "委內瑞拉往事". Let me confirm. Yes, that makes sense. So combining all parts, the full translation would be "電影《委內瑞拉往事》 的類型是什麼". I should make sure the title is correctly translated and the sentence structure is natural in Chinese. Double-checking the grammar, it seems correct. The user asked only for the translated text, so I'l present that. 電影《委內瑞拉往事》的類型是什麼 EA-RLVR Figure 9: Case study 2: Analogical Reasoning for Cultural Conventions. 21 User: Translate the follow text to Chinese (Traditional): What is the main purpose of a Mahavira Hall in Buddhism? LLM: Okay, the user is asking about the main purpose of a Mahavira Hall in Buddhism. First, I need to make sure I understand what a Mahavira Hall is. Mahavira refers to the 24th Tirthankara of Jainism, not Buddhism. Wait, the user mentioned Buddhism, but Mahavira is a key figure in Jainism. Maybe there's a confusion here. Let me verify. In Buddhism, there are different halls like the Buddha Hall, Bodhi Hall, or Dharma Hall. The term "Mahavira Hall" doesn't ring a bell in Buddhist contexts. Perhaps the user mixed up Jainism and Buddhism? Mahavira is central to Jainism, so maybe they meant a Jain temple or hall. But the question specifically says Buddhism. [...] So, the original question is in English: "What is the main purpose of a Mahavira Hall in Buddhism?" Translating that to zh_TW would be "佛教中馬哈維拉廳的主要目的是什麼?" But I need to ensure that "Mahavira Hall" is correctly translated. Since Mahavira is a proper noun, it's usually transliterated. In Chinese, it's often written as 馬哈維拉. So the translation should be accurate. However, I should note that in Buddhism, there isn't a Mahavira Hall. But since the user is asking for the translation, not the correction, I'l provide the translated text as is. The answer might need to address the possible confusion, but the user only wants the translation. So the final answer is the translated question. 佛教中馬哈維拉廳的主要目的是什麼? Qwen3 User: Translate the follow text to Chinese (Traditional): What is the main purpose of a Mahavira Hall in Buddhism? LLM: Okay, the user wants me to translate "What is the main purpose of a Mahavira Hall in Buddhism?" from English to Traditional Chinese. Let me start by breaking down the sentence. First, "What is the main purpose" ‒ in Chinese, that would be "主要目的是什麼". Then "of a Mahavira Hall" ‒ I need to make sure about the term "Mahavira Hall". Mahavira is a name, right? In Buddhism, Mahavira refers to the 24th Tirthankara, so the term might be translated as "大雄寶殿" or "摩訶維拉殿"? Wait, maybe I should check the standard translation. Wait, "Mahavira" is often transliterated as "大雄" in Chinese Buddhist contexts. So "Mahavira Hall" would be "大雄寶殿". Putting it all together, the sentence would be " 佛教中大雄寶殿的主要目的是什麼?". Let me double-check. "Mahavira Hall" ‒ yes, in Chinese Buddhist terminology, it's commonly known as "大雄寶殿", which is the main hall in a temple where the Buddha is enshrined. So the translation should be correct. 佛教中大雄寶殿的主要目的是什麼? EA-RLVR Figure 10: Case study 3: Domain-Specific Disambiguation . 22 User: Translate the follow text toFrench: Who is the author of the Magical Emi, the Magic Star book series? LLM: Okay, the user wants me to translate the sentence "Who is the author of the Magical Emi, the Magic Star book series?" from English to French. Let me start by breaking down the sentence. First, "Who is the author" translates to "Qui est l'auteur". Then, "of the Magical Emi" would be "de Magical Emi". Wait, should "Magical Emi" be translated or kept as is? Since it's a title, probably keep it in English. So "de Magical Emi". Next part: "the Magic Star book series". "Magic Star" is likely a title too, so keep it as "Magic Star". "Book series" is "série de livres". So putting it together: "la série de livres Magic Star". [...] Wait, the original says "the Magic Star book series". So maybe "la série de livres Magic Star" is accurate. Also, the titles are in English, so they should remain as is. The user might be referring to a specific book series, so keeping the titles in English is important for recognition. Double-checking the translation: "Qui est l'auteur de Magical Emi, la série de livres Magic Star ?" Yes, that seems correct. No grammar issues. The user just needs the translated text, so no extra explanations. Alright, that's the final translation. Qui est l'auteur de Magical Emi, la série de livres Magic Star ? Qwen3 User: Translate the follow text to French: Who is the author of the Magical Emi, the Magic Star book series? LLM: Okay, the user wants me to translate "Who is the author of the Magical Emi, the Magic Star book series?" from English to French. Let me start by breaking down the sentence. First, "Who is the author" translates to "Qui est l'auteur". Then, "of the Magical Emi" ‒ I need to check the title. "Magical Emi" might be a proper noun, so I should check if it's translated as "Emi magique" or maybe "L'émie magique". Wait, the original title is "Magical Emi", so maybe "Emi magique". Next, "the Magic Star book series". "Magic Star" as a title would be "Étoile magique" or "Étoile magique". But since it's a series, maybe "série de livres Étoile magique". Putting it all together: "Qui est l'auteur de la série de livres Emi magique, Étoile magique?" Wait, but the original says "the Magic Star book series", so maybe "la série de livres Étoile magique". But I need to check if the titles are translated correctly. Maybe "Magical Emi" is "Emi magique" and "Magic Star" is "Étoile magique". So the full translation would be "Qui est l'auteur de la série de livres Emi magique, Étoile magique?" Let me double-check the titles to make sure they're correctly translated. I think that's right. Qui est l'auteur de la série de livres Emi magique, Étoile magique? EA-RLVR Figure 11: Case study 4: Domain-Specific Disambiguation . 23