π€ AI Summary
To address the lack of lightweight, domain-specialized models for Korean Grammatical Error Correction (KoGEC), this paper proposes a fine-tuning framework based on the NLLB multilingual translation model, incorporating language-specific token markers and a domain adaptation strategy tailored to social media text. We introduce an innovative βLLM-as-judgeβ evaluation paradigm to enable fine-grained error type classification and performance attribution analysis. Experiments on two Korean social media benchmarks demonstrate that our KoGEC system significantly outperforms GPT-4o and HCX-3, particularly in correcting punctuation, postpositional particles, and word order errors, while achieving superior correction balance across error types. The system is open-sourced and deployed as a Chrome extension, thereby filling a critical gap in lightweight, production-ready KoGEC solutions.
π Abstract
This research introduces KoGEC, a Korean Grammatical Error Correction system using pre--trained translation models. We fine-tuned NLLB (No Language Left Behind) models for Korean GEC, comparing their performance against large language models like GPT-4 and HCX-3. The study used two social media conversation datasets for training and testing. The NLLB models were fine-tuned using special language tokens to distinguish between original and corrected Korean sentences. Evaluation was done using BLEU scores and an"LLM as judge"method to classify error types. Results showed that the fine-tuned NLLB (KoGEC) models outperformed GPT-4o and HCX-3 in Korean GEC tasks. KoGEC demonstrated a more balanced error correction profile across various error types, whereas the larger LLMs tended to focus less on punctuation errors. We also developed a Chrome extension to make the KoGEC system accessible to users. Finally, we explored token vocabulary expansion to further improve the model but found it to decrease model performance. This research contributes to the field of NLP by providing an efficient, specialized Korean GEC system and a new evaluation method. It also highlights the potential of compact, task-specific models to compete with larger, general-purpose language models in specialized NLP tasks.