paper-with-me

홈 › Papers

Pretraining Chinese BERT for Detecting Word Insertion and Deletion Errors

2022-04-26 · Cong Zhou, Yong Dai, Duyu Tang, Enbo Zhao, Zhangyin Feng, Li Kuang, Shuming Shi

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 word insertion and deletion. It includes human-annotated corrections for 7,726 erroneous sentences. Results show that existing Chinese BERT performs poorly on detecting insertion and deletion errors. Our approach significantly improves the F1 scores from 24.1\% to 78.1\% for word insertion and from 26.5\% to 68.5\% for word deletion, respectively.

📄 PDF Abstract BibTeX arXiv:2204.12052

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMasked Language ModelingPosition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

MarkBERT: Marking Word Boundaries Improves Chinese BERT

2022-03-12 · Linyang Li, Yong Dai, Duyu Tang, Xipeng Qiu 외

We present a Chinese BERT model dubbed MarkBERT that uses word information in this work. Existing word-based BERT models regard words as basic units, however, due to the vocabulary limit of BERT, they only cover high-fre…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition (NER)POS+6

MVP-BERT: Redesigning Vocabularies for Chinese BERT and Multi-Vocab Pretraining

2020-11-17 · Wei Zhu

Despite the development of pre-trained language models (PLMs) significantly raise the performances of various Chinese natural language processing (NLP) tasks, the vocabulary for these Chinese PLMs remain to be the one pr…

Chinese Word SegmentationLanguage ModelingLanguage ModellingSentence

SiBert: Enhanced Chinese Pre-trained Language Model with Sentence Insertion

2020-05-01 · LREC 2020 5 · Jiahao Chen, Chenjie Cao, Xiuyan Jiang

Pre-trained models have achieved great success in learning unsupervised language representations by self-supervised tasks on large-scale corpora. Recent studies mainly focus on how to fine-tune different downstream tasks…

Cloze TestLanguage ModelingLanguage ModellingQuestion Answering+2

MarkBERT: Marking Word Boundaries Improves Chinese BERT

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We present a Chinese BERT model dubbed MarkBERT that uses word information in this work. Existing word-based BERT models regard words as basic units, however, due to the vocabulary limit of BERT, they only cover high-fre…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+7

StyleBERT: Chinese pretraining by font style information

2022-02-21 · Chao Lv, Han Zhang, Xinkai Du, Yunhao Zhang 외

With the success of down streaming task using English pre-trained language model, the pre-trained Chinese language model is also necessary to get a better performance of Chinese NLP task. Unlike the English language, Chi…

Language ModelingLanguage Modelling