paper-with-me

Papers

Robust and Effective Grammatical Error Correction with Simple Cycle Self-Augmenting

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

Recent studies have revealed that grammatical error correction methods in the sequence-to-sequence paradigm are vulnerable to adversarial attack, and simply utilizing adversarial examples in the pre-training or post-training process can significantly enhance the robustness of GEC models to certain types of attack without suffering too much performance loss on clean data. In this paper, we further conduct a thorough robustness evaluation of cutting-edge GEC methods to four different types of adversarial attacks and propose a simple yet very effective Cycle Self-Augmenting (CSA) method accordingly. By leveraging the augmenting data from the GEC models themselves in the post-training process and introducing regularization data for cycle training, our proposed method can effectively improve model robustness of well-trained GEC models with only a few more training epochs as the extra cost. Experiments on four benchmark datasets and seven strong models indicate that our proposed training method can significantly enhance the robustness to four types of attacks without using purposely built adversarial examples in training. Evaluation results on clean data further confirm that our proposed CSA method significantly improves the performance of four baselines and yields nearly comparable results with other state-of-the-art models. Our code is available in the supplementary .zip file, which will be released after the anonymous period.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackGrammatical Error Correction

Similar Papers 제목 키워드 기반

Minimally-Augmented Grammatical Error Correction

2019-11-01 · WS 2019 11 · Roman Grundkiewicz, Marcin Junczys-Dowmunt

There has been an increased interest in low-resource approaches to automatic grammatical error correction. We introduce Minimally-Augmented Grammatical Error Correction (MAGEC) that does not require any error-labelled da…

Grammatical Error Correction

From Spelling to Grammar: A New Framework for Chinese Grammatical Error Correction

2022-11-03 · Xiuyu Wu, Yunfang Wu

Chinese Grammatical Error Correction (CGEC) aims to generate a correct sentence from an erroneous sequence, where different kinds of errors are mixed. This paper divides the CGEC task into two steps, namely spelling erro…

Data AugmentationGrammatical Error CorrectionPOSSentence

Beyond Hard Samples: Robust and Effective Grammatical Error Correction with Cycle Self-Augmenting

2023-10-20 · Zecheng Tang, Kaifeng Qi, Juntao Li, Min Zhang

Recent studies have revealed that grammatical error correction methods in the sequence-to-sequence paradigm are vulnerable to adversarial attack, and simply utilizing adversarial examples in the pre-training or post-trai…

Adversarial AttackGrammatical Error Correction

A Simple but Effective Classification Model for Grammatical Error Correction

2018-07-02 · Zhu Kaili, Chuan Wang, Ruobing Li, Yang Liu 외

We treat grammatical error correction (GEC) as a classification problem in this study, where for different types of errors, a target word is identified, and the classifier predicts the correct word form from a set of pos…

ClassificationGeneral ClassificationGrammatical Error Correction

Dynamic Negative Example Construction for Grammatical Error Correction using Contrastive Learning

2022-10-01 · CCL 2022 10 · He Junyi, Zhuang Junbin, Li Xia

“Grammatical error correction (GEC) aims at correcting texts with different types of grammatical errors into natural and correct forms. Due to the difference of error type distribution and error density, current grammati…

Contrastive LearningGrammatical Error Correction