Grammatical Error Correction

120 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,327

Latest papers with no code

Ungrammatical-syntax-based In-context Example Selection for Grammatical Error Correction

no code yet • 28 Mar 2024

In this paper, we propose a novel ungrammatical-syntax-based in-context example selection strategy for GEC.

Large Language Models Are State-of-the-Art Evaluator for Grammatical Error Correction

no code yet • 26 Mar 2024

Large Language Models (LLMs) have been reported to outperform existing automatic evaluation metrics in some tasks, such as text summarization and machine translation.

LM-Combiner: A Contextual Rewriting Model for Chinese Grammatical Error Correction

no code yet • 26 Mar 2024

In this light, we propose the LM-Combiner, a rewriting model that can directly modify the over-correction of GEC system outputs without a model ensemble.

To Err Is Human, but Llamas Can Learn It Too

no code yet • 8 Mar 2024

This study explores enhancing grammatical error correction (GEC) through artificial error generation (AEG) using language models (LMs).

Neural Automated Writing Evaluation with Corrective Feedback

no code yet • 27 Feb 2024

The utilization of technology in second language learning and teaching has become ubiquitous.

Likelihood-based Mitigation of Evaluation Bias in Large Language Models

no code yet • 25 Feb 2024

In this paper, we investigate the presence and impact of likelihood bias in LLM-based evaluators.

Evaluating Prompting Strategies for Grammatical Error Correction Based on Language Proficiency

no code yet • 24 Feb 2024

The writing examples of English language learners may be different from those of native speakers.

Rethinking the Roles of Large Language Models in Chinese Grammatical Error Correction

no code yet • 18 Feb 2024

To promote the CGEC field to better adapt to the era of LLMs, we rethink the roles of LLMs in the CGEC task so that they can be better utilized and explored in CGEC.

Alirector: Alignment-Enhanced Chinese Grammatical Error Corrector

no code yet • 7 Feb 2024

Then, we combine the source sentence with the initial correction and feed it through an alignment model for another round of correction, aiming to enforce the alignment model to focus on potential overcorrection.

Prompting open-source and commercial language models for grammatical error correction of English learner text

no code yet • 15 Jan 2024

Thanks to recent advances in generative AI, we are able to prompt large language models (LLMs) to produce texts which are fluent and grammatical.