paper-with-me

홈 › Papers

An Empirical Study of Tokenization Strategies for Various Korean NLP Tasks

2020-10-06 · Asian Chapter of the Association for Computational Linguistics 2020 · Kyubyong Park, Joohong Lee, Seongbo Jang, Dawoon Jung

Typically, tokenization is the very first step in most text processing works. As a token serves as an atomic unit that embeds the contextual information of text, how to define a token plays a decisive role in the performance of a model.Even though Byte Pair Encoding (BPE) has been considered the de facto standard tokenization method due to its simplicity and universality, it still remains unclear whether BPE works best across all languages and tasks. In this paper, we test several tokenization strategies in order to answer our primary research question, that is, "What is the best tokenization strategy for Korean NLP tasks?" Experimental results demonstrate that a hybrid approach of morphological segmentation followed by BPE works best in Korean to/from English machine translation and natural language understanding tasks such as KorNLI, KorSTS, NSMC, and PAWS-X. As an exception, for KorQuAD, the Korean extension of SQuAD, BPE segmentation turns out to be the most effective.

📄 PDF Abstract BibTeX arXiv:2010.02534

Code (1)

kakaobrain/kortok 공식 구현 pytorch

Tasks

Machine TranslationNatural Language UnderstandingSegmentationTranslation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Vacillating Human Correlation of SacreBLEU in Unprotected Languages

2022-05-01 · HumEval (ACL) 2022 5 · Ahrii Kim, Jinhyeon Kim

SacreBLEU, by incorporating a text normalizing step in the pipeline, has become a rising automatic evaluation metric in recent MT studies. With agglutinative languages such as Korean, however, the lexical-level metric ca…

Korean-English Machine Translation with Multiple Tokenization Strategy

2021-05-29 · Dojun Park, Youngjin Jang, Harksoo Kim

This work was conducted to find out how tokenization methods affect the training results of machine translation models. In this work, alphabet tokenization, morpheme tokenization, and BPE tokenization were applied to Kor…

Machine TranslationTranslation

Korean Tokenization for Beam Search Rescoring in Speech Recognition

2022-02-22 · Kyuhong Shim, Hyewon Bae, Wonyong Sung

The performance of automatic speech recognition (ASR) models can be greatly improved by proper beam-search decoding with external language model (LM). There has been an increasing interest in Korean speech recognition, b…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

Should we find another model?: Improving Neural Machine Translation Performance with ONE-Piece Tokenization Method without Model Modification

2021-06-01 · NAACL 2021 4 · Chanjun Park, Sugyeong Eo, Hyeonseok Moon, Heuiseok Lim

Most of the recent Natural Language Processing(NLP) studies are based on the Pretrain-Finetuning Approach (PFA), but in small and medium-sized enterprises or companies with insufficient hardware there are many limitation…

Machine TranslationmodelTranslation

What Changes Can Large-scale Language Models Bring? Intensive Study on HyperCLOVA: Billions-scale Korean Generative Pretrained Transformers

2021-09-10 · EMNLP 2021 11 · Boseop Kim, HyoungSeok Kim, Sang-Woo Lee, Gichang Lee 외

GPT-3 shows remarkable in-context learning ability of large-scale language models (LMs) trained on hundreds of billion scale data. Here we address some remaining issues less reported by the GPT-3 paper, such as a non-Eng…

Few-Shot LearningIn-Context LearningPrompt Engineering