SOTAVerified

Pillars of Grammatical Error Correction: Comprehensive Inspection Of Contemporary Approaches In The Era of Large Language Models

2024-04-23Code Available1· sign in to hype

Kostiantyn Omelianchuk, Andrii Liubonko, Oleksandr Skurzhanskyi, Artem Chernodub, Oleksandr Korniienko, Igor Samokhin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we carry out experimental research on Grammatical Error Correction, delving into the nuances of single-model systems, comparing the efficiency of ensembling and ranking methods, and exploring the application of large language models to GEC as single-model systems, as parts of ensembles, and as ranking methods. We set new state-of-the-art performance with F_0.5 scores of 72.8 on CoNLL-2014-test and 81.4 on BEA-test, respectively. To support further advancements in GEC and ensure the reproducibility of our research, we make our code, trained models, and systems' outputs publicly available.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BEA-2019 (test)Majority-voting ensemble on best 7 modelsF0.581.4Unverified
CoNLL-2014 Shared TaskEnsembles of best 7 models + GRECO + GTP-rerankF0.572.8Unverified
CoNLL-2014 Shared TaskMajority-voting ensemble on best 7 modelsF0.571.8Unverified

Reproductions