Crosslingual Reasoning through Test-Time Scaling
Zheng-Xin Yong, M. Farid Adilazuarda, Jonibek Mansurov, Ruochen Zhang, Niklas Muennighoff, Carsten Eickhoff, Genta Indra Winata, Julia Kreutzer, Stephen H. Bach, Alham Fikri Aji
TL;DR
This work investigates whether English-centric reasoning finetuning with long chain-of-thoughts can generalize to multilingual reasoning via test-time scaling. Using s1 models trained on English reasoning data, the authors show that larger models (3B+) substantially benefit multilingual math reasoning, with 14B achieving notable gains and even outperforming models twice its size under certain conditions. They reveal a dominant quote-and-think language-mixing pattern, demonstrate that forcing reasoning in high-resource languages improves performance while forcing into low-resource languages often hurts, and show limited cross-domain generalization beyond STEM domains. The study provides practical guidance: rely on English-centric RLMs reasoning in high-resource languages for efficiency and reliability, pursue multilingual data and better tokenization to improve LRLs, and recognize the constraints of cross-domain transfer. Overall, the work establishes crosslingual test-time scaling as a strong multilingual baseline while outlining key mechanisms and limitations for future enhancement in multilingual reasoning systems.
Abstract
Reasoning capabilities of large language models are primarily studied for English, even when pretrained models are multilingual. In this work, we investigate to what extent English reasoning finetuning with long chain-of-thoughts (CoTs) can generalize across languages. First, we find that scaling up inference compute for English-centric reasoning language models (RLMs) improves multilingual mathematical reasoning across many languages including low-resource languages, to an extent where they outperform models twice their size. Second, we reveal that while English-centric RLM's CoTs are naturally predominantly English, they consistently follow a quote-and-think pattern to reason about quoted non-English inputs. Third, we discover an effective strategy to control the language of long CoT reasoning, and we observe that models reason better and more efficiently in high-resource languages. Finally, we observe poor out-of-domain reasoning generalization, in particular from STEM to cultural commonsense knowledge, even for English. Overall, we demonstrate the potentials, study the mechanisms and outline the limitations of crosslingual generalization of English reasoning test-time scaling. We conclude that practitioners should let English-centric RLMs reason in high-resource languages, while further work is needed to improve reasoning in low-resource languages and out-of-domain contexts.
