paper-with-me

홈 › Papers

Rethinking Masked Language Modeling for Chinese Spelling Correction

2023-05-28 · Hongqiu Wu, Shaohua Zhang, Yuchen Zhang, Hai Zhao

In this paper, we study Chinese Spelling Correction (CSC) as a joint decision made by two separate models: a language model and an error model. Through empirical analysis, we find that fine-tuning BERT tends to over-fit the error model while under-fit the language model, resulting in poor generalization to out-of-distribution error patterns. Given that BERT is the backbone of most CSC models, this phenomenon has a significant negative impact. To address this issue, we are releasing a multi-domain benchmark LEMON, with higher quality and diversity than existing benchmarks, to allow a comprehensive assessment of the open domain generalization of CSC models. Then, we demonstrate that a very simple strategy, randomly masking 20\% non-error tokens from the input sequence during fine-tuning is sufficient for learning a much better language model without sacrificing the error model. This technique can be applied to any model architecture and achieves new state-of-the-art results on SIGHAN, ECSpell, and LEMON.

📄 PDF Abstract BibTeX arXiv:2305.17721

Code (1)

gingasan/lemon 공식 구현 pytorch

Tasks

DiversityDomain GeneralizationLanguage ModelingLanguage ModellingMasked Language ModelingSpelling Correction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

uChecker: Masked Pretrained Language Models as Unsupervised Chinese Spelling Checkers

2022-09-15 · COLING 2022 10 · Piji Li

The task of Chinese Spelling Check (CSC) is aiming to detect and correct spelling errors that can be found in the text. While manually annotating a high-quality dataset is expensive and time-consuming, thus the scale of …

Language ModelingLanguage ModellingSentence

Spelling Error Correction with Soft-Masked BERT

2020-05-15 · ACL 2020 6 · Shaohua Zhang, Haoran Huang, Jicong Liu, Hang Li

Spelling error correction is an important yet challenging task because a satisfactory solution of it essentially needs human-level language understanding ability. Without loss of generality we consider Chinese spelling e…

Chinese Spelling Error CorrectionLanguage ModelingLanguage ModellingPosition+1

SpellBERT: A Lightweight Pretrained Model for Chinese Spelling Check

2021-11-01 · EMNLP 2021 11 · Tuo ji, Hang Yan, Xipeng Qiu

Chinese Spelling Check (CSC) is to detect and correct Chinese spelling errors. Many models utilize a predefined confusion set to learn a mapping between correct characters and its visually similar or phonetically similar…

Graph Neural NetworkLanguage ModelingLanguage ModellingOptical Character Recognition (OCR)

A Study of Language Modeling for Chinese Spelling Check

2013-10-01 · WS 2013 10 · Kuan-Yu Chen, Hung-Shin Lee, Chung-Han Lee, Hsin-Min Wang 외
Document SummarizationInformation RetrievalLanguage ModelingLanguage Modelling+2

PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction

2021-08-01 · ACL 2021 5 · Shulin Liu, Tao Yang, Tianchi Yue, Feng Zhang 외

Chinese spelling correction (CSC) is a task to detect and correct spelling errors in texts. CSC is essentially a linguistic problem, thus the ability of language understanding is crucial to this task. In this paper, we p…

Language ModelingLanguage ModellingSpelling Correction