CLDec 23, 2024

Learning from Mistakes: Self-correct Adversarial Training for Chinese Unnatural Text Correction

arXiv:2412.17279v12 citationsh-index: 4AAAI
Originality Incremental advance
AI Analysis

This addresses the generalization issue in text correction for Chinese and English applications, though it is incremental as it builds on existing adversarial training methods.

The paper tackles the exposure bias problem in unnatural text correction by proposing a self-correct adversarial training framework (LIMIT) that uses model-generated errors during inference to improve generalization, achieving state-of-the-art performance on Chinese datasets and showing plug-and-play applicability to new models and datasets.

Unnatural text correction aims to automatically detect and correct spelling errors or adversarial perturbation errors in sentences. Existing methods typically rely on fine-tuning or adversarial training to correct errors, which have achieved significant success. However, these methods exhibit poor generalization performance due to the difference in data distribution between training data and real-world scenarios, known as the exposure bias problem. In this paper, we propose a self-correct adversarial training framework for \textbf{L}earn\textbf{I}ng from \textbf{MI}s\textbf{T}akes (\textbf{LIMIT}), which is a task- and model-independent framework to correct unnatural errors or mistakes. Specifically, we fully utilize errors generated by the model that are actively exposed during the inference phase, i.e., predictions that are inconsistent with the target. This training method not only simulates potential errors in real application scenarios, but also mitigates the exposure bias of the traditional training process. Meanwhile, we design a novel decoding intervention strategy to maintain semantic consistency. Extensive experimental results on Chinese unnatural text error correction datasets show that our proposed method can correct multiple forms of errors and outperforms the state-of-the-art text correction methods. In addition, extensive results on Chinese and English datasets validate that LIMIT can serve as a plug-and-play defense module and can extend to new models and datasets without further training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes