Search papers, labs, and topics across Lattice.
The paper introduces ExpLang, a reinforcement learning-based post-training pipeline for large reasoning models (LRMs) that incorporates on-policy thinking language selection as an action during RL. This approach leverages multilingual reasoning to enhance both exploration and exploitation during training, addressing the limitations of English-only training. Experiments demonstrate that ExpLang consistently surpasses English-only training with equivalent resources and exhibits strong adherence to the chosen thinking language, indicating improved reasoning capabilities.
Multilingual reasoning in LLMs isn't just about translation—it's a powerful knob for improving RL training by expanding the exploration space and boosting exploitation.
Current large reasoning models (LRMs) have shown strong ability on challenging tasks after reinforcement learning (RL) based post-training. However, previous work mainly focuses on English reasoning in expectation of the strongest performance, despite the demonstrated potential advantage of multilingual thinking, as well as the requirement for native thinking traces by global users. In this paper, we propose ExpLang, a novel LLM post-training pipeline that enables on-policy thinking language selection to improve exploration and exploitation during RL with the use of multiple languages. The results show that our method steadily outperforms English-only training with the same training budget, while showing high thinking language compliance for both seen and unseen languages. Analysis shows that, by enabling on-policy thinking language selection as an action during RL, ExpLang effectively extends the RL exploration space with diversified language preference and improves the RL exploitation outcome with leveraged non-English advantage. The method is orthogonal to most RL algorithms and opens up a new perspective on using multilinguality to improve LRMs.