๐ค AI Summary
To address the high computational cost and weak Korean language capability of bilingual (KoreanโEnglish) large language models, this work proposes a holistic co-optimization paradigm. Methodologically, it introduces a novel dynamic bilingual data filtering mechanism for high-quality corpus curation, integrated with phased pretraining, depth up-scaling, structured pruning, and knowledge distillation; post-training combines supervised fine-tuning and preference alignment; and the application layer supports RAG, embedding generation, and function calling. Leveraging this framework, we develop a family of efficient bilingual models spanning 2.1B to 32.5B parameters, with the 2.1B base, instruction-tuned, and embedding models publicly released. Experiments demonstrate that our models comprehensively outperform same-parameter baselines (e.g., Qwen2, Llama3) on Korean-language tasks while maintaining competitive English performance. Moreover, they achieve equivalent accuracy with 37% fewer FLOPs and 42% lower inference latency.
๐ Abstract
We introduce Kanana, a series of bilingual language models that demonstrate exceeding performance in Korean and competitive performance in English. The computational cost of Kanana is significantly lower than that of state-of-the-art models of similar size. The report details the techniques employed during pre-training to achieve compute-efficient yet competitive models, including high quality data filtering, staged pre-training, depth up-scaling, and pruning and distillation. Furthermore, the report outlines the methodologies utilized during the post-training of the Kanana models, encompassing supervised fine-tuning and preference optimization, aimed at enhancing their capability for seamless interaction with users. Lastly, the report elaborates on plausible approaches used for language model adaptation to specific scenarios, such as embedding, retrieval augmented generation, and function calling. The Kanana model series spans from 2.1B to 32.5B parameters with 2.1B models (base, instruct, embedding) publicly released to promote research on Korean language models.