REVIEW 1 major objections 2 minor 8 references
KOMBO: Korean Character Representations Based on the Combination Rules of Subcharacters
T0 review · 1 major / 2 minor · reviewed 2026-05-08 · grok-4.3
Pith's one-line read KOMBO represents Korean characters using Hangeul subcharacter combination rules to improve pre-trained language model performance.
desk verdict KOMBO applies Hangeul combination rules to PLM character reps and gets a small gain on Korean tasks, but needs better ablations to confirm the rules are the cause. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
KOMBO, the framework that encodes characters according to Hangeul subcharacter combination rules.
What would settle it
Train an otherwise identical model without the subcharacter combination rules and check whether the reported gains on the five Korean NLU tasks disappear.
Extended reading notes
Core claim
KOMBO brings the invention principles of Hangeul directly into character representation for Korean pre-trained language models by modeling how subcharacters combine. This yields better results across diverse NLP tasks and an average gain of 2.11 percent over the previous leading Korean model on five natural language understanding tasks. The method also aligns well with Korean linguistic features, establishing that subcharacter-based encoding outperforms typical subword approaches for Korean language models.
Load-bearing premise
The performance gains come specifically from adding the Hangeul combination rules rather than from other changes in model design, training data, or tuning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces KOMBO, a framework for Korean PLMs that encodes character representations by applying the subcharacter combination rules from Hunminjeongeum. It claims that this approach yields an average 2.11% improvement over the prior state-of-the-art Korean PLM across five NLU tasks, demonstrates suitability for capturing Korean linguistic features, and argues for the superiority of subcharacter modeling over standard subword tokenization. Code is released.
Significance. If the reported gains can be shown to arise specifically from the rule-based composition rather than from unmatched experimental conditions, the work would offer a concrete, linguistically motivated alternative to subword tokenization for Hangul-based models and could inform similar designs for other compositionally structured scripts. The public code release supports direct verification of the implementation.
major comments (1)
- The abstract states a 2.11% average improvement on five Korean NLU tasks, yet the manuscript provides no ablations that isolate the contribution of the Hunminjeongeum-derived positional combination rules (e.g., KOMBO versus a jamo-concatenation baseline that omits the documented positional rules while keeping all other factors fixed). Without such controls, the attribution of gains to the proposed linguistic encoding cannot be distinguished from differences in pretraining corpus, tokenizer, model scale, or optimization.
minor comments (2)
- The abstract's phrasing 'exhibits notable experimental proficiency' is imprecise; replace with concrete statements of the tasks, metrics, and baselines used.
- The footnote defining Hunminjeongeum could be integrated into the introduction with a brief citation to the original source for readers unfamiliar with the reference.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address the major comment below and will revise the manuscript to strengthen the attribution of results.
read point-by-point responses
-
Referee: The abstract states a 2.11% average improvement on five Korean NLU tasks, yet the manuscript provides no ablations that isolate the contribution of the Hunminjeongeum-derived positional combination rules (e.g., KOMBO versus a jamo-concatenation baseline that omits the documented positional rules while keeping all other factors fixed). Without such controls, the attribution of gains to the proposed linguistic encoding cannot be distinguished from differences in pretraining corpus, tokenizer, model scale, or optimization.
Authors: We agree that the manuscript would benefit from an explicit ablation isolating the contribution of the Hunminjeongeum-derived positional combination rules. Our reported comparisons were against existing Korean PLMs using different tokenization approaches, but we did not include a controlled jamo-concatenation baseline that omits the positional rules while holding pretraining corpus, model scale, tokenizer, and optimization fixed. In the revised version we will add this ablation experiment to directly address the concern and clarify that performance differences arise from the rule-based composition. revision: yes
Circularity Check
No circularity: KOMBO representation is independently motivated by historical rules and evaluated empirically
full rationale
The paper proposes KOMBO as a character representation framework that directly encodes the subcharacter combination rules from the 1446 Hunminjeongeum text. Performance gains are reported via standard NLP benchmarks rather than any closed-form derivation or prediction that reduces to fitted parameters by construction. No equations appear in the provided text, no self-citations are load-bearing, and the method is presented as an external linguistic prior rather than an ansatz or renaming of prior results. The derivation chain is therefore self-contained against external historical sources and experimental controls.
Assumptions & free parameters
Cite this review
Pith. "Pith review of KOMBO: Korean Character Representations Based on the Combination Rules of Subcharacters." pith.science (2026). https://pith.science/paper/2604.23948
@misc{pith2026260423948,
author = {Pith},
title = {Pith review of: KOMBO: Korean Character Representations Based on the Combination Rules of Subcharacters},
year = {2026},
howpublished = {\url{https://pith.science/paper/2604.23948}},
note = {Machine review of arXiv:2604.23948}
}
read the original 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).
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
InAd- vances in Neural Information Processing Systems, volume 33, pages 4271–4282, Online
Funnel-transformer: Filtering out sequential redundancy for efficient language processing. InAd- vances in Neural Information Processing Systems, volume 33, pages 4271–4282, Online. Curran Asso- ciates, Inc. Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language under- sta...
work page 2019
-
[2]
InAnnual Conference on Human and Language Technology, pages 15–21, Gyeongju, Republic of Korea
Analyzing of hangul search query spelling er- ror patterns and developing query spelling correction system based on user logs. InAnnual Conference on Human and Language Technology, pages 15–21, Gyeongju, Republic of Korea. Human and Language Technology. Younghun Jeong, Juhyun Oh, Jongwon Lee, Jaimeen Ahn, Jihyung Moon, Sungjoon Park, and Alice Oh
-
[3]
KorQuAD 1.0: Korean QA dataset for machine reading comprehension,
KOLD: Korean offensive language dataset. InProceedings of the 2022 Conference on Empiri- cal Methods in Natural Language Processing, pages 10818–10833, Abu Dhabi, United Arab Emirates. As- sociation for Computational Linguistics. Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S. Weld, Luke Zettlemoyer, and Omer Levy. 2020. Span- BERT: Improving pre-training...
-
[4]
KLUE: Korean Language Understanding Eval- uation. InProceedings of the Neural Information Processing Systems Track on Datasets and Bench- marks, volume 1. Curran. Suzi Park and Hyopil Shin. 2018. Grapheme-level awareness in word embeddings for morphologically rich languages. InProceedings of the Eleventh In- ternational Conference on Language Resources an...
work page 2018
-
[5]
U-net: Convolutional networks for biomedical image segmentation. InMedical Image Computing and Computer-Assisted Intervention–MICCAI 2015, pages 234–241, Munich, Germany. Springer, Cham. Mike Schuster and Kaisuke Nakajima. 2012. Japanese and korean voice search. In2012 IEEE International Conference on Acoustics, Speech and Signal Process- ing (ICASSP), pa...
work page 2015
-
[6]
Neural machine translation of rare words with subword units. InProceedings of the 54th Annual Meeting of the Association for Computational Lin- guistics (Volume 1: Long Papers), pages 1715–1725, Berlin, Germany. Association for Computational Lin- guistics. Karl Stratos. 2017. A sub-character architecture for Korean language processing. InProceedings of th...
work page 2017
-
[7]
A broad-coverage challenge corpus for sen- tence understanding through inference. InProceed- ings of the 2018 Conference of the North American Chapter of the Association for Computational Lin- guistics: Human Language Technologies, Volume 1 (Long Papers), pages 1112–1122, New Orleans, Louisiana. Association for Computational Linguis- tics. Yinfei Yang, Yu...
work page 2018
-
[8]
We choose the max sequence length (among 128, 256, 512) depending on the type of tokens. E Robustness to Character Conjugation We illustrate more examples about Korean charac- ter conjugations in Figure 7, 8, 9, and 10. 0 5 10 15 20 25 30 35 40 Typo/uni00A0Rate/uni00A0(%) 40.0 50.0 60.0 70.0 Accuracy/uni00A0(%) Jamo Character Subword MorSubword K O M B O ...
Reviewed May 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.