Gained in Translation: Privileged Pairwise Judges Enhance Multilingual Reasoning
Lintang Sutawika, Gokul Swamy, Zhiwei Steven Wu, Graham Neubig
TL;DR
The paper tackles the problem of multilingual reasoning being weaker than English by introducing SP3F, a two-stage, data-efficient framework that requires no target-language data. It first applies supervised fine-tuning on translated English responses to raise base correctness, then uses reinforcement learning guided by verifiable rewards and a privileged-English reference provided to a pairwise LLM judge to compare candidate outputs. By aggregating pairwise judge preferences into win-rate rewards, SP3F mitigates judge intransitivity and improves learning signals. Across $18$ languages and multiple math and non-math tasks, SP3F-7B outperforms fully post-trained baselines while using roughly $1/8$ of the post-training data, with notable gains in low-resource languages and better generalization to unseen languages. Privileged information also strengthens judge reliability and helps detect correct reasoning chains, enabling effective data-efficient multilingual reasoning.
Abstract
When asked a question in a language less seen in its training data, current reasoning large language models (RLMs) often exhibit dramatically lower performance than when asked the same question in English. In response, we introduce \texttt{SP3F} (Self-Play with Privileged Pairwise Feedback), a two-stage framework for enhancing multilingual reasoning without \textit{any} data in the target language(s). First, we supervise fine-tune (SFT) on translated versions of English question-answer pairs to raise base model correctness. Second, we perform RL with feedback from a pairwise judge in a self-play fashion, with the judge receiving the English reference response as \textit{privileged information}. Thus, even when none of the model's responses are completely correct, the privileged pairwise judge can still tell which response is better. End-to-end, \texttt{SP3F} greatly improves base model performance, even outperforming fully post-trained models on multiple math and non-math tasks with less than of the training data across the single-language, multilingual, and generalization to unseen language settings.
