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 UnitsPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
RAG | 122 | 12.35% |
Retrieval | 86 | 8.70% |
Question Answering | 33 | 3.34% |
Language Modeling | 28 | 2.83% |
Language Modelling | 28 | 2.83% |
Large Language Model | 22 | 2.23% |
Decoder | 16 | 1.62% |
Benchmarking | 15 | 1.52% |
Information Retrieval | 14 | 1.42% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |