paper-with-me

홈 › Papers

CRASpell: A Contextual Typo Robust Approach to Improve Chinese Spelling Correction

2022-05-01 · Findings (ACL) 2022 5 · Shulin Liu, Shengkang Song, Tianchi Yue, Tao Yang, Huihui Cai, TingHao Yu, Shengli Sun

Recently, Bert-based models have dominated the research of Chinese spelling correction (CSC). These methods have two limitations: (1) they have poor performance on multi-typo texts. In such texts, the context of each typo contains at least one misspelled character, which brings noise information. Such noisy context leads to the declining performance on multi-typo texts. (2) they tend to overcorrect valid expressions to more frequent expressions due to the masked token recovering task of Bert. We attempt to address these limitations in this paper. To make our model robust to contextual noise brought by typos, our approach first constructs a noisy context for each training sample. Then the correction model is forced to yield similar outputs based on the noisy and original contexts. Moreover, to address the overcorrection problem, copy mechanism is incorporated to encourage our model to prefer to choose the input character when the miscorrected and input character are both valid according to the given context. Experiments are conducted on widely used benchmarks. Our model achieves superior performance against state-of-the-art methods by a remarkable gain.

📄 PDF Abstract BibTeX

Code (1)

liushulinle/craspell 공식 구현 tf

Tasks

Spelling Correctionvalid

Similar Papers 제목 키워드 기반

EdaCSC: Two Easy Data Augmentation Methods for Chinese Spelling Correction

2024-09-08 · Lei Sheng, Shuai-Shuai Xu

Chinese Spelling Correction (CSC) aims to detect and correct spelling errors in Chinese sentences caused by phonetic or visual similarities. While current CSC models integrate pinyin or glyph features and have shown sign…

Data AugmentationSpelling Correction

Chunk-based Chinese Spelling Check with Global Optimization

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Zuyi Bao, Chen Li, Rui Wang

Chinese spelling check is a challenging task due to the characteristics of the Chinese language, such as the large character set, no word boundary, and short word length. On the one hand, most of the previous works only …

global-optimizationOptical Character RecognitionOptical Character Recognition (OCR)Sentence

Error-Robust Retrieval for Chinese Spelling Check

2022-11-15 · Xunjian Yin, Xinyu Hu, Jin Jiang, Xiaojun Wan

Chinese Spelling Check (CSC) aims to detect and correct error tokens in Chinese contexts, which has a wide range of applications. However, it is confronted with the challenges of insufficient annotated data and the issue…

RerankingRetrieval

GitHub Typo Corpus: A Large-Scale Multilingual Dataset of Misspellings and Grammatical Errors

2019-11-28 · LREC 2020 5 · Masato Hagiwara, Masato Mita

The lack of large-scale datasets has been a major hindrance to the development of NLP tasks such as spelling correction and grammatical error correction (GEC). As a complementary new resource for these tasks, we present …

Grammatical Error CorrectionSpelling Correction

Contextual Similarity is More Valuable than Character Similarity: An Empirical Study for Chinese Spell Checking

2022-07-17 · Ding Zhang, Yinghui Li, Qingyu Zhou, Shirong Ma 외

Chinese Spell Checking (CSC) task aims to detect and correct Chinese spelling errors. Recently, related researches focus on introducing character similarity from confusion set to enhance the CSC models, ignoring the cont…

Chinese Spell Checking