What is the 'vocabulary explosion' problem in NLP and how does subword tokenization address it?
-
A
Too many stop words causing noise; subword tokenization removes them
-
B
Unbounded vocabulary from rare/novel words; subword units cap vocabulary at a fixed size
-
C
Too many duplicate tokens; subword tokenization deduplicates them
-
D
Excessive sentence length; subword tokenization truncates long sequences