GECToR: Grammarly's sequence-tagging 'tag, not rewrite' approach achieves state-of-the-art grammatical error correction with up to 10x faster inference
NMT-based GEC systems required large amounts of training data, generated inferences slowly, and could not explain what types of mistakes were made—making them better suited to academic research than real-world product deployment.
The dominant NMT/seq2seq translation approach used encoder-decoder architecture where language generation was more complex than language understanding, resulting in slower inference and a black-box system with no explainability.
GECToR achieved state-of-the-art F0.5 scores on standard GEC benchmarks and ran up to 10 times faster than NMT-based systems, with error coverage reaching 80% when g-transformations were included.
Show all 10 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
GECToR achieved state-of-the-art F0.5 scores on standard GEC benchmarks and ran up to 10 times faster than NMT-based systems, with error coverage reaching 80% when g-transformations were included.
What tools did this team use?
GECToR, BERT-like transformer.
What results were reported?
inference speed vs NMT-based systems: up to 10 times as fast; F0.5 score on CoNLL-2014 (single model): 65.3; F0.5 score on BEA-2019 (single model): 72.4; F0.5 score on CoNLL-2014 (ensemble): 66.5 (source-reported, not independently verified).
What failed first in this deployment?
The dominant NMT/seq2seq translation approach used encoder-decoder architecture where language generation was more complex than language understanding, resulting in slower inference and a black-box system with no expl…
How is this quality assurance AI workflow structured?
Token alignment preprocessing → Transformation tag assignment → GECToR model prediction → Iterative correction loop → Corrected sequence output.