paper-with-me

Papers

MDCSpell: A Multi-task Detector-Corrector Framework for Chinese Spelling Correction

2022-05-01 · Findings (ACL) 2022 5 · Chenxi Zhu, Ziqiang Ying, Boyu Zhang, Feng Mao

Chinese Spelling Correction (CSC) is a task to detect and correct misspelled characters in Chinese texts. CSC is challenging since many Chinese characters are visually or phonologically similar but with quite different semantic meanings. Many recent works use BERT-based language models to directly correct each character of the input sentence. However, these methods can be sub-optimal since they correct every character of the sentence only by the context which is easily negatively affected by the misspelled characters. Some other works propose to use an error detector to guide the correction by masking the detected errors. Nevertheless, these methods dampen the visual or phonological features from the misspelled characters which could be critical for correction. In this work, we propose a novel general detector-corrector multi-task framework where the corrector uses BERT to capture the visual and phonological features from each character in the raw sentence and uses a late fusion strategy to fuse the hidden states of the corrector with that of the detector to minimize the negative impact from the misspelled characters. Comprehensive experiments on benchmarks demonstrate that our proposed method can significantly outperform the state-of-the-art methods in the CSC task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSpelling Correction

Similar Papers 제목 키워드 기반

A Coin Has Two Sides: A Novel Detector-Corrector Framework for Chinese Spelling Correction

2024-09-06 · Xiangke Zeng, Zuchao Li, Lefei Zhang, Ping Wang 외

Chinese Spelling Correction (CSC) stands as a foundational Natural Language Processing (NLP) task, which primarily focuses on the correction of erroneous characters in Chinese texts. Certain existing methodologies opt to…

Spelling Correction

Bi-DCSpell: A Bi-directional Detector-Corrector Interactive Framework for Chinese Spelling Check

2024-06-04 · Haiming Wu, Hanqing Zhang, Richeng Xuan, Dawei Song

Chinese Spelling Check (CSC) aims to detect and correct potentially misspelled characters in Chinese sentences. Naturally, it involves the detection and correction subtasks, which interact with each other dynamically. Su…

BenchmarkingRepresentation Learning

DPCSpell: A Transformer-based Detector-Purificator-Corrector Framework for Spelling Error Correction of Bangla and Resource Scarce Indic Languages

2022-11-07 · Mehedi Hasan Bijoy, Nahid Hossain, Salekul Islam, Swakkhar Shatabda

Spelling error correction is the task of identifying and rectifying misspelled words in texts. It is a potential and active research topic in Natural Language Processing because of numerous applications in human language…

Bangla Spelling Error CorrectionDenoising

TextShield: Beyond Successfully Detecting Adversarial Sentences in Text Classification

2023-02-03 · Lingfeng Shen, Ze Zhang, Haiyun Jiang, Ying Chen

Adversarial attack serves as a major challenge for neural network models in NLP, which precludes the model's deployment in safety-critical applications. A recent line of work, detection-based defense, aims to distinguish…

Adversarial AttackClassificationSentencetext-classification+1

Neural CDEs as Correctors for Learned Time Series Models

2025-12-13 · Muhammad Bilal Shahid, Zhanhong Jiang, Prajwal Koirala, Soumik Sarkar 외 arxiv

Learned time-series models, whether continuous or discrete, are widely used for forecasting the states of dynamical systems but suffer from error accumulation in multi-step forecasts. To address this issue, we propose a …