Byte-Pair Encoding

AI and Machine Learning · Language Models · 2015 · also: BPE, Subword tokenization · byte-pair-encoding.yaml

Merges frequent character pairs into subword units until the vocabulary is full. Any string stays representable, so rare and unseen words degrade into pieces instead of a single unknown token.

Colour is the family; a dashed line is the second member of it.

Drag to pan · scroll to zoom · click a node to open it
G byte-pair-encoding Byte-Pair Encoding word-embedding Word Embedding byte-pair-encoding->word-embedding a fixed word vocabulary cannot represent anything unseen

This node

References