Pushing on Multilingual Reasoning Models with Language-Mixed Chain-of-Thought
Guijin Son, Donghun Yang, Hitesh Laxmichand Patel, Amit Agarwal, Hyunwoo Ko, Chanuk Lim, Srikant Panda, Minhyuk Kim, Nikunj Drolia, Dasol Choi, Kyong-Ha Lee, Youngjae Yu
TL;DR
The paper tackles language-specific reasoning for mid-resource languages by introducing Language-Mixed CoT, which code-switches between English and the target language during the Think step to reduce translation artifacts. It builds Yi-Sang, a Korean reasoning dataset with 5.79M native prompts and 3.7M long reasoning traces, plus Yi-Sang-HQ with 260k high-yield examples, and trains KO-REAson models (4B–35B) across multiple families, achieving state-of-the-art average performance across nine benchmarks with $64.0 \pm 2.5$. The results demonstrate persistent gains across model sizes and families, as well as cross-lingual and multi-modal benefits despite training primarily on Korean data, indicating a viable path for open, language-specific reasoning research. Overall, the work provides practical recipes for building reasoning models in mid-resource languages, including data collection pipelines, supervision strategies, and publicly released models/datasets to advance multilingual reasoning research.
Abstract
Recent frontier models employ long chain-of-thought reasoning to explore solution spaces in context and achieve stonger performance. While many works study distillation to build smaller yet capable models, most focus on English and little is known about language-specific reasoning. To bridge this gap, we first introduct **Language-Mixed CoT**, a reasoning schema that switches between English and a target language, using English as an anchor to excel in reasoning while minimizing translation artificats. As a Korean case study, we curate **Yi-Sang**: 5.79M native-Korean prompts from web Q&A, exams, STEM, and code; 3.7M long reasoning traces generated from Qwen3-32B; and a targeted 260k high-yield subset. We train ninve models (4B-35B) across six families (Qwen2.5, Llama-3.1, Gemma-3, etc). Our best model, **KO-REAson-35B**, achieves state-of-the-art performance, with the highest overall average score (64.0 \pm 25), ranking first on 5/9 benchmarks and second on the remainder. Samller and mid-sized models also benefit substantially, with an average improvement of +18.6 points across teh evaluated nine benchmarks. Ablations show **Language-Mixed CoT** is more effective than monolingual CoT, also resulting in cross-lingual and mult-modal performance gains. We release our data-curation pipeline, evaluation system, datasets, and models to advance research on language-specific reasoning. Data and model collection: https://huggingface.co/KOREAson.
