Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data

About

Neural machine translation systems have become state-of-the-art approaches for Grammatical Error Correction (GEC) task. In this paper, we propose a copy-augmented architecture for the GEC task by copying the unchanged words from the source sentence to the target sentence. Since the GEC suffers from not having enough labeled training data to achieve high accuracy. We pre-train the copy-augmented architecture with a denoising auto-encoder using the unlabeled One Billion Benchmark and make comparisons between the fully pre-trained model and a partially pre-trained model. It is the first time copying words from the source context and fully pre-training a sequence to sequence model are experimented on the GEC task. Moreover, We add token-level and sentence-level multi-task learning for the GEC task. The evaluation results on the CoNLL-2014 test set show that our approach outperforms all recently published state-of-the-art results by a large margin. The code and pre-trained models are released at https://github.com/zhawe01/fairseq-gec.

Wei Zhao, Liang Wang, Kewei Shen, Ruoyu Jia, Jingming Liu• 2019

Related benchmarks

TaskDatasetResultRank
Grammatical Error CorrectionCoNLL 2014 (test)
F0.5 Score61.3
207
Grammatical Error CorrectionNLPCC-18 Chinese GEC (test)
Precision51.56
49
Grammatical Error CorrectionJFLEG
GLEU61
47
Grammatical Error CorrectionJFLEG (test)
GLEU61
45
Grammatical Error CorrectionFCGEC (test)
Precision65.31
17
Chinese Grammatical Error CorrectionNaCGEC (test)
Precision66.67
14
Chinese Grammatical Error CorrectionFCGEC (dev)
Precision58.55
14
Showing 7 of 7 rows

Other info

Code

Follow for update