Question 3
Which of the following statements about subword tokenizers (e.g., Byte Pair Encoding, SentencePiece) is true?
They always split words into individual characters.
They help handle rare words by breaking them into smaller units.
They require the vocabulary to contain every possible word in the language.
They can reduce the overall vocabulary size compared to word-level tokenizers.