English

Grammatical Error Correction as GAN-like Sequence Labeling

Computation and Language 2021-06-01 v1

Abstract

In Grammatical Error Correction (GEC), sequence labeling models enjoy fast inference compared to sequence-to-sequence models; however, inference in sequence labeling GEC models is an iterative process, as sentences are passed to the model for multiple rounds of correction, which exposes the model to sentences with progressively fewer errors at each round. Traditional GEC models learn from sentences with fixed error rates. Coupling this with the iterative correction process causes a mismatch between training and inference that affects final performance. In order to address this mismatch, we propose a GAN-like sequence labeling model, which consists of a grammatical error detector as a discriminator and a grammatical error labeler with Gumbel-Softmax sampling as a generator. By sampling from real error distributions, our errors are more genuine compared to traditional synthesized GEC errors, thus alleviating the aforementioned mismatch and allowing for better training. Our results on several evaluation benchmarks demonstrate that our proposed approach is effective and improves the previous state-of-the-art baseline.

Keywords

Cite

@article{arxiv.2105.14209,
  title  = {Grammatical Error Correction as GAN-like Sequence Labeling},
  author = {Kevin Parnow and Zuchao Li and Hai Zhao},
  journal= {arXiv preprint arXiv:2105.14209},
  year   = {2021}
}

Comments

Accepted by ACL21, Findings

R2 v1 2026-06-24T02:35:42.403Z