paper-with-me

Papers

JFLEG: A Fluency Corpus and Benchmark for Grammatical Error Correction

2017-02-14 · EACL 2017 4 · Courtney Napoles, Keisuke Sakaguchi, Joel Tetreault

We present a new parallel corpus, JHU FLuency-Extended GUG corpus (JFLEG) for developing and evaluating grammatical error correction (GEC). Unlike other corpora, it represents a broad range of language proficiency levels and uses holistic fluency edits to not only correct grammatical errors but also make the original text more native sounding. We describe the types of corrections made and benchmark four leading GEC systems on this corpus, identifying specific areas in which they do well and how they can improve. JFLEG fulfills the need for a new gold standard to properly assess the current state of GEC.

📄 PDF Abstract BibTeX arXiv:1702.04066

Code (1)

keisks/jfleg 공식 구현

Tasks

Grammatical Error Correction

Similar 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. Flue…

Grammatical Error CorrectionSentence

Fluency Boost Learning and Inference for Neural Grammatical Error Correction

2018-07-01 · ACL 2018 7 · Tao Ge, Furu Wei, Ming Zhou

Most of the neural sequence-to-sequence (seq2seq) models for grammatical error correction (GEC) have two limitations: (1) a seq2seq model may not be well generalized with only limited error-corrected data; (2) a seq2seq …

Grammatical Error CorrectionSentence

Weakly Supervised Grammatical Error Correction using Iterative Decoding

2018-10-31 · Jared Lichtarge, Christopher Alberti, Shankar Kumar, Noam Shazeer 외

We describe an approach to Grammatical Error Correction (GEC) that is effective at making use of models trained on large amounts of weakly supervised bitext. We train the Transformer sequence-to-sequence model on 4B toke…

Grammatical Error Correction

Cross-Corpora Evaluation and Analysis of Grammatical Error Correction Models --- Is Single-Corpus Evaluation Enough?

2019-04-05 · NAACL 2019 6 · Masato Mita, Tomoya Mizumoto, Masahiro Kaneko, Ryo Nagata 외

This study explores the necessity of performing cross-corpora evaluation for grammatical error correction (GEC) models. GEC models have been previously evaluated based on a single commonly applied corpus: the CoNLL-2014 …

Grammatical Error CorrectionNMT

A Multilayer Convolutional Encoder-Decoder Neural Network for Grammatical Error Correction

2018-01-26 · Shamil Chollampatt, Hwee Tou Ng

We improve automatic correction of grammatical, orthographic, and collocation errors in text using a multilayer convolutional encoder-decoder neural network. The network is initialized with embeddings that make use of ch…

DecoderGrammatical Error CorrectionLanguage ModelingLanguage Modelling+1