ACL 2022findings39 citations

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

Shulin Liu, Shengkang Song, Tianchi Yue, Tao Yang, Huihui Cai, TingHao Yu, Shengli Sun

Abstract

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.

BibTeX
@inproceedings{liu-etal-2022-craspell,
    title = "{CRAS}pell: A Contextual Typo Robust Approach to Improve {C}hinese Spelling Correction",
    author = "Liu, Shulin  and
      Song, Shengkang  and
      Yue, Tianchi  and
      Yang, Tao  and
      Cai, Huihui  and
      Yu, TingHao  and
      Sun, Shengli",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-acl.237/",
    doi = "10.18653/v1/2022.findings-acl.237",
    pages = "3008--3018"
}
CRASpell: A Contextual Typo Robust Approach to Improve Chinese Spelling Correction · ACL 2022