🤖 AI Summary
High-quality annotated data scarcity impedes large language model (LLM) development for low-resource languages. Method: We propose a fully open-source bilingual LLM construction paradigm: training KORMo-10B—a 10.8B-parameter Korean–English model—from scratch using large-scale, high-quality synthetic data; empirically validating that synthetic data enables stable, long-horizon autoregressive pretraining without model collapse; and enhancing native-level Korean reasoning and discourse coherence via bilingual instruction tuning and balanced corpus coverage. Results: KORMo-10B matches or exceeds leading open-source multilingual models on Korean/English reasoning, knowledge, and instruction-following benchmarks. Crucially, we fully open-source all training data, code, logs, and end-to-end configuration—enabling the first fully reproducible, transparent, and verifiable bilingual LLM development pipeline.
📝 Abstract
This work presents the first large-scale investigation into constructing a fully open bilingual large language model (LLM) for a non-English language, specifically Korean, trained predominantly on synthetic data. We introduce KORMo-10B, a 10.8B-parameter model trained from scratch on a Korean-English corpus in which 68.74% of the Korean portion is synthetic. Through systematic experimentation, we demonstrate that synthetic data, when carefully curated with balanced linguistic coverage and diverse instruction styles, does not cause instability or degradation during large-scale pretraining. Furthermore, the model achieves performance comparable to that of contemporary open-weight multilingual baselines across a wide range of reasoning, knowledge, and instruction-following benchmarks. Our experiments reveal two key findings: (1) synthetic data can reliably sustain long-horizon pretraining without model collapse, and (2) bilingual instruction tuning enables near-native reasoning and discourse coherence in Korean. By fully releasing all components including data, code, training recipes, and logs, this work establishes a transparent framework for developing synthetic data-driven fully open models (FOMs) in low-resource settings and sets a reproducible precedent for future multilingual LLM research.