HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

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

Wei Zhao; Liang Wang; Kewei Shen; Ruoyu Jia; Jingming Liu

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

Abstract

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.

Code Repositories

s-ankur/fairseq-gec
pytorch
Mentioned in GitHub
youichiro/transformer-copy
pytorch
Mentioned in GitHub
zhawe01/fairseq-gec
Official
pytorch
Mentioned in GitHub
soyoung97/fairseq-gec-korean
pytorch
Mentioned in GitHub
raghavmalawat/presentationmastery
pytorch
Mentioned in GitHub
yuantiku/fairseq-gec
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
grammatical-error-correction-on-conll-2014Copy-augmented Model (4 Ensemble +Denoising Autoencoder)
F0.5: 61.15
Precision: 71.57
Recall: 38.65
grammatical-error-correction-on-jflegCopy-augmented Model (4 Ensemble +Denoising Autoencoder)
GLEU: 61.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data | Papers | HyperAI