CLMar 25, 2019

Neural Grammatical Error Correction with Finite State Transducers

arXiv:1903.10625v21109 citations
Originality Incremental advance
AI Analysis

This work addresses grammatical error correction for natural language processing, offering a hybrid approach that reduces reliance on annotated data, though it is incremental as it builds on existing methods.

The paper tackles grammatical error correction by improving language model-based methods with finite state transducers and neural rescoring, achieving state-of-the-art results on the CoNLL-2014 test set with better relative improvements over baselines.

Grammatical error correction (GEC) is one of the areas in natural language processing in which purely neural models have not yet superseded more traditional symbolic models. Hybrid systems combining phrase-based statistical machine translation (SMT) and neural sequence models are currently among the most effective approaches to GEC. However, both SMT and neural sequence-to-sequence models require large amounts of annotated data. Language model based GEC (LM-GEC) is a promising alternative which does not rely on annotated training data. We show how to improve LM-GEC by applying modelling techniques based on finite state transducers. We report further gains by rescoring with neural language models. We show that our methods developed for LM-GEC can also be used with SMT systems if annotated training data is available. Our best system outperforms the best published result on the CoNLL-2014 test set, and achieves far better relative improvements over the SMT baselines than previous hybrid systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes