paper-with-me

홈 › Papers

Chinese Spelling Correction as Rephrasing Language Model

2023-08-17 · Linfeng Liu, Hongqiu Wu, Hai Zhao

This paper studies Chinese Spelling Correction (CSC), which aims to detect and correct the potential spelling errors in a given sentence. Current state-of-the-art methods regard CSC as a sequence tagging task and fine-tune BERT-based models on sentence pairs. However, we note a critical flaw in the process of tagging one character to another, that the correction is excessively conditioned on the error. This is opposite from human mindset, where individuals rephrase the complete sentence based on its semantics, rather than solely on the error patterns memorized before. Such a counter-intuitive learning process results in the bottleneck of generalizability and transferability of machine spelling correction. To address this, we propose Rephrasing Language Model (ReLM), where the model is trained to rephrase the entire sentence by infilling additional slots, instead of character-to-character tagging. This novel training paradigm achieves the new state-of-the-art results across fine-tuned and zero-shot CSC benchmarks, outperforming previous counterparts by a large margin. Our method also learns transferable language representation when CSC is jointly trained with other tasks.

📄 PDF Abstract BibTeX arXiv:2308.08796

Code (2)

claude-liu/relm 공식 구현 pytorch
gingasan/lemon 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingmodelSentenceSpelling Correction

Similar Papers 제목 키워드 기반

ChineseErrorCorrector3-4B: State-of-the-Art Chinese Spelling and Grammar Corrector

2025-11-13 · Wei Tian, YuhaoZhou arxiv

This paper introduces ChineseErrorCorrector3-4B, a unified model for Chinese spelling and grammatical error correction based on Qwen3-4B. The model demonstrates outstanding performance in general text correction tasks an…

Grammatical Error Correction

MCSCSet: A Specialist-annotated Dataset for Medical-domain Chinese Spelling Correction

2022-10-21 · Wangjie Jiang, Zhihao Ye, Zijing Ou, Ruihui Zhao 외

Chinese Spelling Correction (CSC) is gaining increasing attention due to its promise of automatically detecting and correcting spelling errors in Chinese texts. Despite its extensive use in many applications, like search…

Optical Character RecognitionOptical Character Recognition (OCR)Spelling Correction

PERL: Pinyin Enhanced Rephrasing Language Model for Chinese ASR N-best Error Correction

2024-12-04 · Junhong Liang

ASR correction methods have predominantly focused on general datasets and have not effectively utilized Pinyin information, unique to the Chinese language. In this study, we address this gap by proposing a Pinyin Enhance…

Language ModelingLanguage Modelling

CCTC: A Cross-Sentence Chinese Text Correction Dataset for Native Speakers

2022-10-01 · COLING 2022 10 · Baoxin Wang, Xingyi Duan, Dayong Wu, Wanxiang Che 외

The Chinese text correction (CTC) focuses on detecting and correcting Chinese spelling errors and grammatical errors. Most existing datasets of Chinese spelling check (CSC) and Chinese grammatical error correction (GEC) …

Grammatical Error CorrectionSentence

Unveiling the Impact of Multimodal Features on Chinese Spelling Correction: From Analysis to Design

2025-04-10 · Xiaowu Zhang, Hongfei Zhao, Jingyi Hou, Zhijie Liu

The Chinese Spelling Correction (CSC) task focuses on detecting and correcting spelling errors in sentences. Current research primarily explores two approaches: traditional multimodal pre-trained models and large languag…

Spelling Correction