AI Navigate

Mending the Holes: Mitigating Reward Hacking in Reinforcement Learning for Multilingual Translation

arXiv cs.CL / 3/16/2026

📰 NewsModels & Research

Key Points

  • The paper introduces WALAR, a reinforcement learning method that uses only monolingual text to improve translation across 101 languages while preserving performance on high-resource languages.
  • It mitigates holes in source-based multilingual quality estimation models by applying word alignment and language alignment to refine the RL reward.
  • The authors trained an LLM for translation across 101 languages using WALAR and report outperforming LLaMAX on 1400 language directions in the Flores-101 dataset.
  • The approach reduces reliance on parallel data for low-resource languages, showing that monolingual data can drive substantial multilingual translation gains.
  • This work underscores the importance of reward design and alignment in RL for multilingual NLP and suggests broad implications for scaling multilingual LLMs.

Abstract

Large Language Models (LLMs) have demonstrated remarkable capability in machine translation on high-resource language pairs, yet their performance on low-resource translation still lags behind. Existing post-training methods rely heavily on high-quality parallel data, which are often scarce or unavailable for low-resource languages. In this paper, we introduce WALAR, a reinforcement training method using only monolingual text to elevate LLMs' translation capabilities on massive low-resource languages while retaining their performance on high-resource languages. Our key insight is based on the observation of failure modes (or "holes") in existing source-based multilingual quality estimation (QE) models. Reinforcement learning (RL) using these QE models tends to amplify such holes, resulting in poorer multilingual LLMs. We develop techniques including word alignment and language alignment to mitigate such holes in WALAR's reward for RL training. We continually trained an LLM supporting translation of 101 languages using WALAR. The experiments show that our new model outperforms LLaMAX, one of the strongest open-source multilingual LLMs by a large margin on 1400 language directions on Flores-101 dataset.