Grammatical Error Correction

118 papers with code • 11 benchmarks • 15 datasets

Grammatical Error Correction (GEC) is the task of correcting different kinds of errors in text such as spelling, punctuation, grammatical, and word choice errors.

GEC is typically formulated as a sentence correction task. A GEC system takes a potentially erroneous sentence as input and is expected to transform it to its corrected version. See the example given below:

Input (Erroneous) Output (Corrected)
She see Tom is catched by policeman in park at last night. She saw Tom caught by a policeman in the park last night.

Libraries

Use these libraries to find Grammatical Error Correction models and implementations
2 papers
18,284

Most implemented papers

MuCGEC: a Multi-Reference Multi-Source Evaluation Dataset for Chinese Grammatical Error Correction

hillzhang1999/mucgec NAACL 2022

This paper presents MuCGEC, a multi-reference multi-source evaluation dataset for Chinese Grammatical Error Correction (CGEC), consisting of 7, 063 sentences collected from three Chinese-as-a-Second-Language (CSL) learner sources.

Lossless Acceleration for Seq2seq Generation with Aggressive Decoding

microsoft/unilm 20 May 2022

We study lossless acceleration for seq2seq generation with a novel decoding algorithm -- Aggressive Decoding.

Mining Error Templates for Grammatical Error Correction

hillzhang1999/mucgec 23 Jun 2022

We have accumulated 1, 119 error templates for Chinese GEC based on this method.

Chinese grammatical error correction based on knowledge distillation

richard-peng-xia/Chinese-Noisy-Text 31 Jul 2022

In view of the poor robustness of existing Chinese grammatical error correction models on attack test sets and large model parameters, this paper uses the method of knowledge distillation to compress model parameters and improve the anti-attack ability of the model.

Linguistic Rules-Based Corpus Generation for Native Chinese Grammatical Error Correction

masr2000/clg-cgec 19 Oct 2022

Extensive experiments and detailed analyses not only demonstrate that the training data constructed by our method effectively improves the performance of CGEC models, but also reflect that our benchmark is an excellent resource for further development of the CGEC field.

FCGEC: Fine-Grained Corpus for Chinese Grammatical Error Correction

xlxwalex/FCGEC 22 Oct 2022

Grammatical Error Correction (GEC) has been broadly applied in automatic correction and proofreading system recently.

An Extended Sequence Tagging Vocabulary for Grammatical Error Correction

wolfgarbe/symspell 12 Feb 2023

We extend a current sequence-tagging approach to Grammatical Error Correction (GEC) by introducing specialised tags for spelling correction and morphological inflection using the SymSpell and LemmInflect algorithms.

CLEME: Debiasing Multi-reference Evaluation for Grammatical Error Correction

thukelab/cleme 18 May 2023

Evaluating the performance of Grammatical Error Correction (GEC) systems is a challenging task due to its subjectivity.