BPE
Byte Pair Encoding
2000년 도입 · 논문 18,980편에서 사용
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 classes are translatable via smaller units than words, for instance names (via character copying or transliteration), compounds (via compositional translation), and cognates and loanwords (via phonological and morphological transformations). Lei Mao has a detailed blog post that explains how this works.
출처: Neural Machine Translation of Rare Words with Subword Units
소개 논문: Neural Machine Translation of Rare Words with Subword Units
Subword Segmentation · Natural Language Processing