English

SSR-Zero: Simple Self-Rewarding Reinforcement Learning for Machine Translation

Computation and Language 2026-04-28 v4 Artificial Intelligence Machine Learning

Abstract

Large language models (LLMs) have recently demonstrated remarkable capabilities in machine translation (MT). However, most advanced MT-specific LLMs heavily rely on external supervision signals during training, such as human-annotated reference data or trained reward models (RMs), which are often expensive to obtain and challenging to scale. To overcome this limitation, we propose a Simple Self-Rewarding (SSR) Reinforcement Learning (RL) framework for MT that is reference-free, fully online, and relies solely on self-judging rewards. Training with SSR using 13K monolingual examples and Qwen-2.5-7B as the backbone, our model SSR-Zero-7B outperforms existing MT-specific LLMs, e.g., TowerInstruct-13B and GemmaX-28-9B, as well as larger general LLMs like Qwen2.5-32B-Instruct in English \leftrightarrow Chinese translation tasks from WMT23, WMT24, and Flores200 benchmarks. Furthermore, by augmenting SSR with external supervision from COMET, our strongest model, SSR-X-Zero-7B, achieves state-of-the-art performance in English \leftrightarrow Chinese translation, surpassing all existing open-source models under 72B parameters and even outperforming closed-source models. Our analysis highlights the effectiveness of the self-rewarding mechanism compared to the external LLM-as-a-judge approach in MT and demonstrates its complementary benefits when combined with trained RMs. Our findings provide valuable insight into the potential of self-improving RL methods. We have publicly released our code, data and models.

Keywords

Cite

@article{arxiv.2505.16637,
  title  = {SSR-Zero: Simple Self-Rewarding Reinforcement Learning for Machine Translation},
  author = {Wenjie Yang and Mao Zheng and Mingyang Song and Zheng Li and Sitong Wang},
  journal= {arXiv preprint arXiv:2505.16637},
  year   = {2026}
}
R2 v1 2026-07-01T02:31:28.061Z