LLMCL-GEC: Advancing Grammatical Error Correction with LLM-Driven Curriculum Learning
Tao Fang, Derek F. Wong, Lusheng Zhang, Keyan Jin, Qiang Zhang, Tianjiao Li, Jinlong Hou, Lidia S. Chao
TL;DR
This work introduces an LLM-based curriculum learning (CL) framework for grammatical error correction (GEC), leveraging LLaMA2-70b as an expert to score training data difficulty and forming easy, medium, and hard datasets. The methodology sequentially trains models (T5 and LLaMA series) from easy to hard while reintegrating earlier data to prevent forgetting, achieving significant improvements on CoNLL14 and BEA19 benchmarks over baselines and prior CL methods. Key findings show that easy-to-hard progression is essential for GEC, with LLM-based CL offering more robust gains than Len-based CL and showing particular strength in correcting diverse error types. The results suggest that data-difficulty-guided curriculum strategies based on powerful LLMs can substantially enhance domain-specific tasks and may be extensible to other NLP challenges.
Abstract
While large-scale language models (LLMs) have demonstrated remarkable capabilities in specific natural language processing (NLP) tasks, they may still lack proficiency compared to specialized models in certain domains, such as grammatical error correction (GEC). Drawing inspiration from the concept of curriculum learning, we have delved into refining LLMs into proficient GEC experts by devising effective curriculum learning (CL) strategies. In this paper, we introduce a novel approach, termed LLM-based curriculum learning, which capitalizes on the robust semantic comprehension and discriminative prowess inherent in LLMs to gauge the complexity of GEC training data. Unlike traditional curriculum learning techniques, our method closely mirrors human expert-designed curriculums. Leveraging the proposed LLM-based CL method, we sequentially select varying levels of curriculums ranging from easy to hard, and iteratively train and refine using the pretrianed T5 and LLaMA series models. Through rigorous testing and analysis across diverse benchmark assessments in English GEC, including the CoNLL14 test, BEA19 test, and BEA19 development sets, our approach showcases a significant performance boost over baseline models and conventional curriculum learning methodologies.
