paper-with-me

홈 › Papers

Trans-Zero: Self-Play Incentivizes Large Language Models for Multilingual Translation Without Parallel Data

2025-04-20 · Wei Zou, Sen yang, Yu Bao, ShuJian Huang, Jiajun Chen, Shanbo Cheng

The rise of Large Language Models (LLMs) has reshaped machine translation (MT), but multilingual MT still relies heavily on parallel data for supervised fine-tuning (SFT), facing challenges like data scarcity for low-resource languages and catastrophic forgetting. To address these issues, we propose TRANS-ZERO, a self-play framework that leverages only monolingual data and the intrinsic multilingual knowledge of LLM. TRANS-ZERO combines Genetic Monte-Carlo Tree Search (G-MCTS) with preference optimization, achieving strong translation performance that rivals supervised methods. Experiments demonstrate that this approach not only matches the performance of models trained on large-scale parallel data but also excels in non-English translation directions. Further analysis reveals that G-MCTS itself significantly enhances translation quality by exploring semantically consistent candidates through iterative translations, providing a robust foundation for the framework's succuss.

📄 PDF Abstract BibTeX arXiv:2504.14669

Code (1)

njunlp/trans0 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…

Similar Papers 제목 키워드 기반

SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning via Multi-Agent Multi-Turn Reinforcement Learning

2025-06-30 · Bo Liu, Leon Guertler, Simon Yu, Zichen Liu 외

Recent advances in reinforcement learning have shown that language models can develop sophisticated reasoning through training on tasks with verifiable rewards, but these approaches depend on human-curated problem-answer…

MathMulti-agent Reinforcement Learning

MARSHAL: Incentivizing Multi-Agent Reasoning via Self-Play with Strategic LLMs

2025-10-17 · Huining Yuan, Zelai Xu, Zheyue Tan, Xiangmin Yi 외 arxiv

Developing Large Language Models (LLMs) to cooperate and compete effectively within multi-agent systems (MASs) is a critical step towards more advanced intelligence. While reinforcement learning (RL) has proven effective…

Reinforcement Learning

SPFT-SQL: Enhancing Large Language Model for Text-to-SQL Parsing by Self-Play Fine-Tuning

2025-09-04 · Yuhao Zhang, Shaoming Duan, Jinhang Su, Chuanyi Liu 외 arxiv

Despite the significant advancements of self-play fine-tuning (SPIN), which can transform a weak large language model (LLM) into a strong one through competitive interactions between models of varying capabilities, it st…

Accelerating Self-Play Learning in Go

2019-02-27 · David J. Wu

By introducing several improvements to the AlphaZero process and architecture, we greatly accelerate self-play learning in Go, achieving a 50x reduction in computation over comparable methods. Like AlphaZero and replicat…

Game of Go

Dr. Zero: Self-Evolving Search Agents without Training Data

2026-01-11 · Zhenrui Yue, Kartikeya Upasani, Xianjun Yang, Suyu Ge 외 arxiv

As high-quality data becomes increasingly difficult to obtain, data-free self-evolution has emerged as a promising paradigm. This approach allows large language models (LLMs) to autonomously generate and solve complex pr…