paper-with-me

홈 › Papers

Neural Network Translation Models for Grammatical Error Correction

2016-06-01 · Shamil Chollampatt, Kaveh Taghipour, Hwee Tou Ng

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.

📄 PDF Abstract BibTeX arXiv:1606.00189

Code (2)

seaweiqing/image2story tf
seaweiqing/neuraltalk_plus_charcnn tf

Tasks

Grammatical Error CorrectionMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation of Text from Non-Native Speakers

2018-08-19 · NAACL 2019 6 · Antonios Anastasopoulos, Alison Lui, Toan Nguyen, David Chiang

Neural Machine Translation (NMT) systems are known to degrade when confronted with noisy data, especially when the system is trained only on clean data. In this paper, we show that augmenting training data with sentences…

Machine TranslationNMTTranslation

A Comparative Study of Synthetic Data Generation Methods for Grammatical Error Correction

2020-07-01 · WS 2020 7 · Max White, Alla Rozovskaya

Grammatical Error Correction (GEC) is concerned with correcting grammatical errors in written text. Current GEC systems, namely those leveraging statistical and neural machine translation, require large quantities of ann…

Grammatical Error CorrectionMachine TranslationSynthetic Data GenerationTranslation

Comparison of Grammatical Error Correction Using Back-Translation Models

2021-04-16 · NAACL 2021 4 · Aomi Koyama, Kengo Hotate, Masahiro Kaneko, Mamoru Komachi

Grammatical error correction (GEC) suffers from a lack of sufficient parallel data. Therefore, GEC studies have developed various methods to generate pseudo data, which comprise pairs of grammatical and artificially prod…

Grammatical Error CorrectionTranslation

Improving Grammatical Error Correction with Machine Translation Pairs

2019-11-07 · Findings of the Association for Computational Linguistics 2020 · Wangchunshu Zhou, Tao Ge, Chang Mu, Ke Xu 외

We propose a novel data synthesis method to generate diverse error-corrected sentence pairs for improving grammatical error correction, which is based on a pair of machine translation models of different qualities (i.e.,…

Grammatical Error CorrectionLanguage ModelingLanguage ModellingMachine Translation+2

(Almost) Unsupervised Grammatical Error Correction using Synthetic Comparable Corpus

2019-08-01 · WS 2019 8 · Satoru Katsumata, Mamoru Komachi

We introduce unsupervised techniques based on phrase-based statistical machine translation for grammatical error correction (GEC) trained on a pseudo learner corpus created by Google Translation. We verified our GEC syst…

Grammatical Error CorrectionMachine TranslationTranslation