KOMBO: Korean Character Representations Based on the Combination Rules of Subcharacters

arXiv cs.CL / 4/28/2026

📰 NewsModels & Research

Key Points

  • The paper proposes KOMBO, a new framework for Korean pre-trained language models that incorporates Hangeul’s original invention principles into character representation.
  • By representing characters using combinations of subcharacters rather than relying on typical subword methods, KOMBO aims to better capture linguistic structure specific to Korean.
  • Experiments across multiple NLP tasks show KOMBO achieves improved performance over the current state of the art Korean PLM, averaging a 2.11% gain on five natural language understanding benchmarks.
  • The authors report extensive evidence that the approach is well-suited for modeling Korean linguistic features, highlighting the advantage of subcharacter-based modeling for Korean PLMs.
  • The implementation and code for KOMBO are publicly available on GitHub for further research and reproduction.

Abstract

The Korean writing system, \textit{Hangeul}, has a unique character representation rigidly following the invention principles recorded in \textit{Hunminjeongeum}.\footnote{\textit{Hunminjeongeum} is a book published in 1446 that describes the principles of invention and usage of \textit{Hangeul}, devised by King Sejong \cite{Hunminjeongeum_Guide}.} However, existing pre-trained language models (PLMs) for Korean have overlooked these principles. In this paper, we introduce a novel framework for Korean PLMs called KOMBO, which firstly brings the invention principles of \textit{Hangeul} to represent character. Our proposed method, KOMBO, exhibits notable experimental proficiency across diverse NLP tasks. In particular, our method outperforms the state-of-the-art Korean PLM by an average of 2.11\% in five Korean natural language understanding tasks. Furthermore, extensive experiments demonstrate that our proposed method is suitable for comprehending the linguistic features of the Korean language. Consequently, we shed light on the superiority of using subcharacters over the typical subword-based approach for Korean PLMs. Our code is available at: [https://github.com/SungHo3268/KOMBO](https://github.com/SungHo3268/KOMBO).