Researchers have released MiLMMT-46-v1.0, an open large language model for multilingual machine translation that utilizes reference-free post-training. Starting from the supervised-finetuned MiLMMT-46-v0.1, the team applied Group Relative Policy Optimization (GRPO) with a reward based on two reference-free quality estimation models gated by language identification.
- The final model is obtained by linearly interpolating the supervised fine-tuning and reinforcement learning checkpoints.
- Across 46 languages, MiLMMT-46-v1.0 consistently improves translation quality over its SFT counterpart.
- It outperforms strong open baselines including Seed-X, HY-MT2, and TranslateGemma.
- The model achieves leading reference-free scores against proprietary systems like Google Translate, Gemini 3 Pro, and GPT-5.
- On-policy distillation was investigated but did not surpass the quality frontier achieved by RL with checkpoint interpolation.
The authors release the models and code to facilitate future research in this area.