paper-with-me

홈 › Papers

KR-BERT: A Small-Scale Korean-Specific Language Model

2020-08-10 · Sangah Lee, Hansol Jang, Yunmee Baik, Suzi Park, Hyopil Shin

Since the appearance of BERT, recent works including XLNet and RoBERTa utilize sentence embedding models pre-trained by large corpora and a large number of parameters. Because such models have large hardware and a huge amount of data, they take a long time to pre-train. Therefore it is important to attempt to make smaller models that perform comparatively. In this paper, we trained a Korean-specific model KR-BERT, utilizing a smaller vocabulary and dataset. Since Korean is one of the morphologically rich languages with poor resources using non-Latin alphabets, it is also important to capture language-specific linguistic phenomena that the Multilingual BERT model missed. We tested several tokenizers including our BidirectionalWordPiece Tokenizer and adjusted the minimal span of tokens for tokenization ranging from sub-character level to character-level to construct a better vocabulary for our model. With those adjustments, our KR-BERT model performed comparably and even better than other existing pre-trained models using a corpus about 1/10 of the size.

📄 PDF Abstract BibTeX arXiv:2008.03979

Code (1)

snunlp/KR-BERT 공식 구현 tf

Tasks

Language ModelingLanguage ModellingSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
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…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

KoreALBERT: Pretraining a Lite BERT Model for Korean Language Understanding

2021-01-27 · Hyunjae Lee, Jaewoong Yoon, Bonggyu Hwang, Seongho Joe 외

A Lite BERT (ALBERT) has been introduced to scale up deep bidirectional representation learning for natural languages. Due to the lack of pretrained ALBERT models for Korean language, the best available practice is the m…

Representation LearningSentence

Developing Language Resources and NLP Tools for the North Korean Language

2022-06-01 · LREC 2022 6 · Arda Akdemir, Yeojoo Jeon, Tetsuo Shibuya

Since the division of Korea, the two Korean languages have diverged significantly over the last 70 years. However, due to the lack of linguistic source of the North Korean language, there is no DPRK-based language model.…

Language ModelingLanguage ModellingMasked Language ModelingSentiment Analysis

A Technical Report for Polyglot-Ko: Open-Source Large-Scale Korean Language Models

2023-06-04 · Hyunwoong Ko, Kichang Yang, Minho Ryu, Taekyoon Choi 외

Polyglot is a pioneering project aimed at enhancing the non-English language performance of multilingual language models. Despite the availability of various multilingual models such as mBERT (Devlin et al., 2019), XGLM …

Transformer-based Korean Pretrained Language Models: A Survey on Three Years of Progress

2021-11-25 · Kichang Yang

With the advent of Transformer, which was used in translation models in 2017, attention-based architectures began to attract attention. Furthermore, after the emergence of BERT, which strengthened the NLU-specific encode…

DecoderLanguage ModelingLanguage ModellingTranslation

Neural Grapheme-to-Phoneme Conversion with Pre-trained Grapheme Models

2022-01-26 · Lu Dong, Zhi-Qiang Guo, Chao-Hong Tan, Ya-Jun Hu 외

Neural network models have achieved state-of-the-art performance on grapheme-to-phoneme (G2P) conversion. However, their performance relies on large-scale pronunciation dictionaries, which may not be available for a lot …

Grapheme-to-Phoneme ConversionLanguage ModelingLanguage Modelling