Subword Segmentation

Byte Pair Encoding

Introduced by Sennrich et al. in Neural Machine Translation of Rare Words with Subword Units

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.

Source: Neural Machine Translation of Rare Words with Subword Units

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 61 7.31%
Retrieval 47 5.63%
Question Answering 36 4.31%
Large Language Model 31 3.71%
Decoder 27 3.23%
Semantic Segmentation 15 1.80%
In-Context Learning 14 1.68%
Text Generation 14 1.68%
Image Classification 13 1.56%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories