paper-with-me

홈 › Papers

ExTrans: Multilingual Deep Reasoning Translation via Exemplar-Enhanced Reinforcement Learning

2025-05-19 · Jiaan Wang, Fandong Meng, Jie zhou

In recent years, the emergence of large reasoning models (LRMs), such as OpenAI-o1 and DeepSeek-R1, has shown impressive capabilities in complex problems, e.g., mathematics and coding. Some pioneering studies attempt to bring the success of LRMs in neural machine translation (MT). They try to build LRMs with deep reasoning MT ability via reinforcement learning (RL). Despite some progress that has been made, these attempts generally focus on several high-resource languages, e.g., English and Chinese, leaving the performance on other languages unclear. Besides, the reward modeling methods in previous work do not fully unleash the potential of reinforcement learning in MT. In this work, we first design a new reward modeling method that compares the translation results of the policy MT model with a strong LRM (i.e., DeepSeek-R1-671B), and quantifies the comparisons to provide rewards. Experimental results demonstrate the superiority of the reward modeling method. Using Qwen2.5-7B-Instruct as the backbone, the trained model achieves the new state-of-the-art performance in literary translation, and outperforms strong LRMs including OpenAI-o1 and DeepSeeK-R1. Furthermore, we extend our method to the multilingual settings with 11 languages. With a carefully designed lightweight reward modeling in RL, we can simply transfer the strong MT ability from a single direction into multiple (i.e., 90) translation directions and achieve impressive multilingual MT performance.

📄 PDF Abstract BibTeX arXiv:2505.12996

Code (1)

krystalan/drt 공식 구현

Tasks

Machine Translationreinforcement-learningReinforcement LearningReinforcement Learning (RL)Translation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

LaTeXTrans: Structured LaTeX Translation with Multi-Agent Coordination

2025-08-26 · Ziming Zhu, Chenglong Wang, Haosong Xv, Shunjie Xing 외 arxiv

Despite the remarkable progress of modern machine translation (MT) systems on general-domain texts, translating structured LaTeX-formatted documents remains a significant challenge. These documents typically interleave n…

Machine Translation

LLaMAX2: Your Translation-Enhanced Model also Performs Well in Reasoning

2025-10-10 · Changjiang Gao, Zixian Huang, Jingyang Gong, Shujian Huang 외 arxiv

General Large Language Models (LLMs) excel in reasoning, but those enhanced for translation struggle with reasoning tasks. To address this, we propose a novel translationenhanced recipe that begins with instruct models a…

Inductive Linguistic Reasoning with Large Language Models

2024-12-09 · Raghav Ramji, Keshav Ramji

Evaluating large language models (LLMs) on their linguistic reasoning capabilities is an important task to understand the gaps in their skills that may surface during large-scale adoption. In this work, we investigate th…

Multilingual Machine Translation with Large Language Models: Empirical Results and Analysis

2023-04-10 · Wenhao Zhu, Hongyi Liu, Qingxiu Dong, Jingjing Xu 외

Large language models (LLMs) have demonstrated remarkable potential in handling multilingual machine translation (MMT). In this paper, we systematically investigate the advantages and challenges of LLMs for MMT by answer…

Machine TranslationTranslation

Seed-X: Building Strong Multilingual Translation LLM with 7B Parameters

2025-07-18 · Shanbo Cheng, Yu Bao, Qian Cao, Luyang Huang 외 arxiv

Multilingual translation stands as a challenging task for large language models (LLMs) to handle intricate language patterns and stilted translations that arise in automated translations. In this paper, we introduce Seed…

Reinforcement Learning