paper-with-me

Papers

Reaching Human-level Performance in Automatic Grammatical Error Correction: An Empirical Study

2018-07-03 · Tao Ge, Furu Wei, Ming Zhou

Neural sequence-to-sequence (seq2seq) approaches have proven to be successful in grammatical error correction (GEC). Based on the seq2seq framework, we propose a novel fluency boost learning and inference mechanism. Fluency boosting learning generates diverse error-corrected sentence pairs during training, enabling the error correction model to learn how to improve a sentence's fluency from more instances, while fluency boosting inference allows the model to correct a sentence incrementally with multiple inference steps. Combining fluency boost learning and inference with convolutional seq2seq models, our approach achieves the state-of-the-art performance: 75.72 (F_{0.5}) on CoNLL-2014 10 annotation dataset and 62.42 (GLEU) on JFLEG test set respectively, becoming the first GEC system that reaches human-level performance (72.58 for CoNLL and 62.37 for JFLEG) on both of the benchmarks.

📄 PDF Abstract BibTeX arXiv:1807.01270

Code (1)

getao/human-performance-gec 공식 구현

Tasks

Grammatical Error CorrectionSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Near Human-Level Performance in Grammatical Error Correction with Hybrid Machine Translation

2018-04-16 · NAACL 2018 6 · Roman Grundkiewicz, Marcin Junczys-Dowmunt

We combine two of the most popular approaches to automated Grammatical Error Correction (GEC): GEC based on Statistical Machine Translation (SMT) and GEC based on Neural Machine Translation (NMT). The hybrid system achie…

Grammatical Error CorrectionMachine TranslationNMTTranslation

IMPARA-GED: Grammatical Error Detection is Boosting Reference-free Grammatical Error Quality Estimator

2025-06-03 · Yusuke Sakai, Takumi Goto, Taro Watanabe

We propose IMPARA-GED, a novel reference-free automatic grammatical error correction (GEC) evaluation method with grammatical error detection (GED) capabilities. We focus on the quality estimator of IMPARA, an existing a…

Grammatical Error CorrectionGrammatical Error DetectionLanguage ModelingLanguage Modelling+1

Overview of NLPTEA-2020 Shared Task for Chinese Grammatical Error Diagnosis

2020-12-01 · AACL (NLP-TEA) 2020 12 · Gaoqi Rao, Erhong Yang, Baolin Zhang

This paper presents the NLPTEA 2020 shared task for Chinese Grammatical Error Diagnosis (CGED) which seeks to identify grammatical error types, their range of occurrence and recommended corrections within sentences writt…

Position

Overview of NLPTEA-2018 Share Task Chinese Grammatical Error Diagnosis

2018-07-01 · WS 2018 7 · Gaoqi Rao, Qi Gong, Baolin Zhang, Endong Xun

This paper presents the NLPTEA 2018 shared task for Chinese Grammatical Error Diagnosis (CGED) which seeks to identify grammatical error types, their range of occurrence and recommended corrections within sentences writt…

Grammatical Error CorrectionPosition

There's No Comparison: Reference-less Evaluation Metrics in Grammatical Error Correction

2016-10-07 · EMNLP 2016 11 · Courtney Napoles, Keisuke Sakaguchi, Joel Tetreault

Current methods for automatically evaluating grammatical error correction (GEC) systems rely on gold-standard references. However, these methods suffer from penalizing grammatical edits that are correct but not in the go…

BenchmarkingGrammatical Error CorrectionSentence