paper-with-me

Papers

Grammatical Error Correction as GAN-like Sequence Labeling

2021-05-29 · Findings (ACL) 2021 8 · Kevin Parnow, Zuchao Li, Hai Zhao

In Grammatical Error Correction (GEC), sequence labeling models enjoy fast inference compared to sequence-to-sequence models; however, inference in sequence labeling GEC models is an iterative process, as sentences are passed to the model for multiple rounds of correction, which exposes the model to sentences with progressively fewer errors at each round. Traditional GEC models learn from sentences with fixed error rates. Coupling this with the iterative correction process causes a mismatch between training and inference that affects final performance. In order to address this mismatch, we propose a GAN-like sequence labeling model, which consists of a grammatical error detector as a discriminator and a grammatical error labeler with Gumbel-Softmax sampling as a generator. By sampling from real error distributions, our errors are more genuine compared to traditional synthesized GEC errors, thus alleviating the aforementioned mismatch and allowing for better training. Our results on several evaluation benchmarks demonstrate that our proposed approach is effective and improves the previous state-of-the-art baseline.

📄 PDF Abstract BibTeX arXiv:2105.14209

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

A Hybrid System for Chinese Grammatical Error Diagnosis and Correction

2018-07-01 · WS 2018 7 · Chen Li, Junpei Zhou, Zuyi Bao, Hengyou Liu 외

This paper introduces the DM{\_}NLP team{'}s system for NLPTEA 2018 shared task of Chinese Grammatical Error Diagnosis (CGED), which can be used to detect and correct grammatical errors in texts written by Chinese as a F…

Grammatical Error CorrectionTAG

Chinese Grammatical Error Diagnosis with Graph Convolution Network and Multi-task Learning

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yikang Luo, Zuyi Bao, Chen Li, Rui Wang

This paper describes our participating system on the Chinese Grammatical Error Diagnosis (CGED) 2020 shared task. For the detection subtask, we propose two BERT-based approaches 1) with syntactic dependency trees enhanci…

Language ModelingLanguage ModellingMulti-Task LearningPosition

Adjusting the Precision-Recall Trade-Off with Align-and-Predict Decoding for Grammatical Error Correction

2022-05-01 · ACL 2022 5 · Xin Sun, Houfeng Wang

Modern writing assistance applications are always equipped with a Grammatical Error Correction (GEC) model to correct errors in user-entered sentences. Different scenarios have varying requirements for correction behavio…

Grammatical Error Correction

Parallel Iterative Edit Models for Local Sequence Transduction

2019-10-07 · IJCNLP 2019 11 · Abhijeet Awasthi, Sunita Sarawagi, Rasna Goyal, Sabyasachi Ghosh 외

We present a Parallel Iterative Edit (PIE) model for the problem of local sequence transduction arising in tasks like Grammatical error correction (GEC). Recent approaches are based on the popular encoder-decoder (ED) mo…

DecoderGrammatical Error CorrectionOptical Character Recognition (OCR)

Improved grammatical error correction by ranking elementary edits

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We offer a rescoring method for grammatical error correction which is based on two-stage procedure: the first stage model extracts local edits and the second classiifies them as correct or false. We show how to use an en…

DecoderGrammatical Error Correction