paper-with-me

홈 › Papers

General and Domain Adaptive Chinese Spelling Check with Error Consistent Pretraining

2022-03-21 · Qi Lv, Ziqiang Cao, Lei Geng, Chunhui Ai, Xu Yan, Guohong Fu

The lack of label data is one of the significant bottlenecks for Chinese Spelling Check (CSC). Existing researches use the method of automatic generation by exploiting unlabeled data to expand the supervised corpus. However, there is a big gap between the real input scenario and automatic generated corpus. Thus, we develop a competitive general speller ECSpell which adopts the Error Consistent masking strategy to create data for pretraining. This error consistency masking strategy is used to specify the error types of automatically generated sentences which is consistent with real scene. The experimental result indicates our model outperforms previous state-of-the-art models on the general benchmark. Moreover, spellers often work within a particular domain in real life. Due to lots of uncommon domain terms, experiments on our built domain specific datasets show that general models perform terribly. Inspired by the common practice of input methods, we propose to add an alterable user dictionary to handle the zero-shot domain adaption problem. Specifically, we attach a User Dictionary guided inference module (UD) to a general token classification based speller. Our experiments demonstrate that ECSpell$^{UD}$, namely ECSpell combined with UD, surpasses all the other baselines largely, even approaching the performance on the general benchmark.

📄 PDF Abstract BibTeX arXiv:2203.10929

Code (1)

Aopolin-Lv/ECSpell 공식 구현 pytorch

Tasks

Domain Adaptationtoken-classificationToken Classification

Similar Papers 제목 키워드 기반

RSpell: Retrieval-augmented Framework for Domain Adaptive Chinese Spelling Check

2023-08-16 · Siqi Song, Qi Lv, Lei Geng, Ziqiang Cao 외

Chinese Spelling Check (CSC) refers to the detection and correction of spelling errors in Chinese texts. In practical application scenarios, it is important to make CSC models have the ability to correct errors across di…

Retrieval

An Empirical Investigation of Domain Adaptation Ability for Chinese Spelling Check Models

2024-01-26 · Xi Wang, Ruoqing Zhao, Hongliang Dai, Piji Li

Chinese Spelling Check (CSC) is a meaningful task in the area of Natural Language Processing (NLP) which aims at detecting spelling errors in Chinese texts and then correcting these errors. However, CSC models are based …

Domain AdaptationLanguage ModelingLanguage ModellingLarge Language Model

PHMOSpell: Phonological and Morphological Knowledge Guided Chinese Spelling Check

2021-08-01 · ACL 2021 5 · Li Huang, Junjie Li, Weiwei Jiang, ZhiYu Zhang 외

Chinese Spelling Check (CSC) is a challenging task due to the complex characteristics of Chinese characters. Statistics reveal that most Chinese spelling errors belong to phonological or visual errors. However, previous …

Chinese Spell CheckingLanguage ModelingLanguage Modelling

A Chinese Spelling Check Framework Based on Reverse Contrastive Learning

2022-10-25 · Nankai Lin, Hongyan Wu, Sihui Fu, Shengyi Jiang 외

Chinese spelling check is a task to detect and correct spelling mistakes in Chinese text. Existing research aims to enhance the text representation and use multi-source information to improve the detection and correction…

Contrastive Learning

Improving Chinese Spelling Check by Character Pronunciation Prediction: The Effects of Adaptivity and Granularity

2022-10-20 · Jiahao Li, Quan Wang, Zhendong Mao, Junbo Guo 외

Chinese spelling check (CSC) is a fundamental NLP task that detects and corrects spelling errors in Chinese texts. As most of these spelling errors are caused by phonetic similarity, effectively modeling the pronunciatio…