Pretraining Chinese BERT for Detecting Word Insertion and Deletion Errors
Cong Zhou, Yong Dai, Duyu Tang, Enbo Zhao, Zhangyin Feng, Li Kuang,, and Shuming Shi

TL;DR
This paper introduces a Chinese pretrained BERT model capable of detecting word insertion and deletion errors by predicting the existence of words at each position, significantly improving error detection performance.
Contribution
The paper proposes a novel Chinese BERT model with a [null] token to handle insertion and deletion errors, addressing a limitation of previous models.
Findings
F1 score for insertion errors improved from 24.1% to 78.1%.
F1 score for deletion errors improved from 26.5% to 68.5%.
New dataset with human-annotated errors created for evaluation.
Abstract
Chinese BERT models achieve remarkable progress in dealing with grammatical errors of word substitution. However, they fail to handle word insertion and deletion because BERT assumes the existence of a word at each position. To address this, we present a simple and effective Chinese pretrained model. The basic idea is to enable the model to determine whether a word exists at a particular position. We achieve this by introducing a special token \texttt{[null]}, the prediction of which stands for the non-existence of a word. In the training stage, we design pretraining tasks such that the model learns to predict \texttt{[null]} and real words jointly given the surrounding context. In the inference stage, the model readily detects whether a word should be inserted or deleted with the standard masked language modeling function. We further create an evaluation dataset to foster research on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Residual Connection · Layer Normalization · Dense Connections · Attention Dropout · Softmax · WordPiece
