CSCD-NS: a Chinese Spelling Check Dataset for Native Speakers
Yong Hu, Fandong Meng, Jie Zhou
TL;DR
CSCD-NS provides the largest native-speaker Chinese spelling check dataset to date, sourced from authentic Weibo text and totaling 40,000 manually annotated samples. It reveals a higher prevalence of word-level and phonetic errors among native speakers, facilitated by a phonetic-semantic tagging scheme and comprehensive statistical analyses. To address data scarcity, the authors introduce an IME-based pseudo data generation method that closely matches real input error distributions and yields notable gains when used for pretraining. Across diverse models, results show that BERT-like token-level classifiers outperform generative approaches under the task's equal-length and pronunciation constraints, highlighting both the potential and the still substantial room for improvement in native-speaker CSC. These resources and findings aim to spur further research into robust, language-model-based spelling correction for native Chinese users.
Abstract
In this paper, we present CSCD-NS, the first Chinese spelling check (CSC) dataset designed for native speakers, containing 40,000 samples from a Chinese social platform. Compared with existing CSC datasets aimed at Chinese learners, CSCD-NS is ten times larger in scale and exhibits a distinct error distribution, with a significantly higher proportion of word-level errors. To further enhance the data resource, we propose a novel method that simulates the input process through an input method, generating large-scale and high-quality pseudo data that closely resembles the actual error distribution and outperforms existing methods. Moreover, we investigate the performance of various models in this scenario, including large language models (LLMs), such as ChatGPT. The result indicates that generative models underperform BERT-like classification models due to strict length and pronunciation constraints. The high prevalence of word-level errors also makes CSC for native speakers challenging enough, leaving substantial room for improvement.
