Question 6
Which of the following statements accurately describe common characteristics or goals of subword tokenization algorithms like BPE, WordPiece, or SentencePiece? (Select ALL that apply)
They aim to significantly reduce the vocabulary size compared to character- level tokenization.
They can handle out-of-vocabulary (OOV) words by breaking them into known subword units.
They primarily rely on merging the least frequent character or subword pairs to build the vocabulary.
They can represent common words as single tokens and rare words as sequences of subword tokens.
SentencePiece is designed to be language-agnostic, not requiring pre- segmentation based on spaces.