Mitigating Exposure Bias in Grammatical Error Correction with Data Augmentation and Reweighting

Published: 01 Jan 2023, Last Modified: 17 Dec 2024EACL 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: The most popular approach in grammatical error correction (GEC) is based on sequence-to-sequence (seq2seq) models. Similar to other autoregressive generation tasks, seq2seq GEC also faces the exposure bias problem, i.e., the context tokens are drawn from different distributions during training and testing, caused by the teacher forcing mechanism. In this paper, we propose a novel data manipulation approach to overcome this problem, which includes a data augmentation method during training to mimic the decoder input at inference time, and a data reweighting method to automatically balance the importance of each kind of augmented samples. Experimental results on benchmark GEC datasets show that our method achieves significant improvements compared to prior approaches.
Loading