CLJun 1, 2016

Neural Network Translation Models for Grammatical Error Correction

arXiv:1606.00189v163 citations
Originality Incremental advance
AI Analysis

This addresses grammatical error correction for language learners, but it is incremental as it builds on existing neural approaches.

The paper tackled the limitations of phrase-based statistical machine translation in grammatical error correction by using neural network models, achieving statistically significant improvement in accuracy over a state-of-the-art system.

Phrase-based statistical machine translation (SMT) systems have previously been used for the task of grammatical error correction (GEC) to achieve state-of-the-art accuracy. The superiority of SMT systems comes from their ability to learn text transformations from erroneous to corrected text, without explicitly modeling error types. However, phrase-based SMT systems suffer from limitations of discrete word representation, linear mapping, and lack of global context. In this paper, we address these limitations by using two different yet complementary neural network models, namely a neural network global lexicon model and a neural network joint model. These neural networks can generalize better by using continuous space representation of words and learn non-linear mappings. Moreover, they can leverage contextual information from the source sentence more effectively. By adding these two components, we achieve statistically significant improvement in accuracy for grammatical error correction over a state-of-the-art GEC system.

Code Implementations2 repos
Foundations

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

Your Notes