paper-with-me

Papers

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 provided by Google Chinese Bert \cite{devlin2018bert}, which is based on Chinese characters. Second, the masked language model pre-training is based on a single vocabulary, which limits its downstream task performances. In this work, we first propose a novel method, \emph{seg\_tok}, to form the vocabulary of Chinese BERT, with the help of Chinese word segmentation (CWS) and subword tokenization. Then we propose three versions of multi-vocabulary pretraining (MVP) to improve the models expressiveness. Experiments show that: (a) compared with char based vocabulary, \emph{seg\_tok} does not only improves the performances of Chinese PLMs on sentence level tasks, it can also improve efficiency; (b) MVP improves PLMs' downstream performance, especially it can improve \emph{seg\_tok}'s performances on sequence labeling tasks.

📄 PDF Abstract BibTeX arXiv:2011.08539

Code (0)

등록된 구현이 없습니다.

Tasks

Chinese Word SegmentationLanguage ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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 &…
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Large Pre-Trained Models with Extra-Large Vocabularies: A Contrastive Analysis of Hebrew BERT Models and a New One to Outperform Them All

2022-11-28 · Eylon Gueta, Avi Shmidman, Shaltiel Shmidman, Cheyn Shmuel Shmidman 외

We present a new pre-trained language model (PLM) for modern Hebrew, termed AlephBERTGimmel, which employs a much larger vocabulary (128K items) than standard Hebrew PLMs before. We perform a contrastive analysis of this…

AllLanguage ModelingLanguage ModellingMorphological Analysis+5

CMV-BERT: Contrastive multi-vocab pretraining of BERT

2020-12-29 · Wei Zhu, Daniel Cheung

In this work, we represent CMV-BERT, which improves the pretraining of a language model via two ingredients: (a) contrastive learning, which is well studied in the area of computer vision; (b) multiple vocabularies, one …

Contrastive LearningLanguage ModelingLanguage ModellingSentence

DunbaaBERT: From Sacrifice to Semantics

2026-05-26 · Iffat Maab, Waleed Jamil, Raphael Schmitt arxiv

Large language models have achieved strong performance across many NLP tasks, yet Urdu remains comparatively underexplored due to limited resources and fragmented evaluation settings. To address this gap, we introduce Du…

Linguistic AcceptabilityNews ClassificationSentiment Analysis

Pre-Training with Whole Word Masking for Chinese BERT

2019-06-19 · Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin 외

Bidirectional Encoder Representations from Transformers (BERT) has shown marvelous improvements across various NLP tasks, and its consecutive variants have been proposed to further improve the performance of the pre-trai…

Document ClassificationGeneral ClassificationLanguage ModellingMachine Reading Comprehension+4

A Polyphone BERT for Polyphone Disambiguation in Mandarin Chinese

2022-07-01 · Song Zhang, Ken Zheng, Xiaoxu Zhu, Baoxiang Li

Grapheme-to-phoneme (G2P) conversion is an indispensable part of the Chinese Mandarin text-to-speech (TTS) system, and the core of G2P conversion is to solve the problem of polyphone disambiguation, which is to pick up t…

Polyphone disambiguationtext-to-speechText to Speech