paper-with-me

Papers

Improving Grammatical Error Correction with Data Augmentation by Editing Latent Representation

2020-12-01 · COLING 2020 8 · Zhaohong Wan, Xiaojun Wan, Wenguang Wang

The incorporation of data augmentation method in grammatical error correction task has attracted much attention. However, existing data augmentation methods mainly apply noise to tokens, which leads to the lack of diversity of generated errors. In view of this, we propose a new data augmentation method that can apply noise to the latent representation of a sentence.By editing the latent representations of grammatical sentences, we can generate synthetic samples with various error types. Combining with some pre-defined rules, our method can greatly improve the performance and robustness of existing grammatical error correction models. We evaluate our method on public benchmarks of GEC task and it achieves the state-of-the-art performance on CoNLL-2014 and FCE benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversityGrammatical Error Correction

Similar Papers 제목 키워드 기반

Heterogeneous Recycle Generation for Chinese Grammatical Error Correction

2020-12-01 · COLING 2020 8 · Charles Hinson, Hen-Hsen Huang, Hsin-Hsi Chen

Most recent works in the field of grammatical error correction (GEC) rely on neural machine translation-based models. Although these models boast impressive performance, they require a massive amount of data to properly …

Data AugmentationGrammatical Error CorrectionMachine TranslationNMT+1

Chinese Grammatical Error Correction Based on Hybrid Models with Data Augmentation

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yi Wang, Ruibin Yuan, Yan‘gen Luo, Yufang Qin 외

A better Chinese Grammatical Error Diagnosis (CGED) system for automatic Grammatical Error Correction (GEC) can benefit foreign Chinese learners and lower Chinese learning barriers. In this paper, we introduce our soluti…

Data AugmentationGrammatical Error Correction

String Editing Based Chinese Grammatical Error Diagnosis

2022-10-01 · COLING 2022 10 · Haihua Xie, Xiaoqing Lyu, Xuefei Chen

Chinese Grammatical Error Diagnosis (CGED) suffers the problems of numerous types of grammatical errors and insufficiency of training data. In this paper, we propose a string editing based CGED model that requires less t…

TAG

Position Offset Label Prediction for Grammatical Error Correction

2022-10-01 · COLING 2022 10 · Xiuyu Wu, Jingsong Yu, Xu sun, Yunfang Wu

We introduce a novel position offset label prediction subtask to the encoder-decoder architecture for grammatical error correction (GEC) task. To keep the meaning of the input sentence unchanged, only a few words should …

Data AugmentationDecoderGrammatical Error CorrectionPosition+2

A Syntax-Guided Grammatical Error Correction Model with Dependency Tree Correction

2021-11-05 · Zhaohong Wan, Xiaojun Wan

Grammatical Error Correction (GEC) is a task of detecting and correcting grammatical errors in sentences. Recently, neural machine translation systems have become popular approaches for this task. However, these methods …

Data AugmentationGrammatical Error CorrectionGraph AttentionMachine Translation+1