Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Tokenization
/
Multilingual
Multilingual
Subtopic
18 questions
Questions tagged with Multilingual — part of Tokenization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
You hear 'fertility is 2.5 for Hindi on cl100k_base'. What does that number mean and is it good?
Flashcard
Easy
·
Qual 4.0
You are building a 7B model for 25 languages including Hindi, Arabic, and Swahili. Design a fair tokenizer and name what it costs.
Short Answer
Hard
·
Qual 4.0
The same sentence in English, Spanish, Hindi, and Japanese. Predict the token ratio on o200k_base for each.
Predict Output
Medium
·
Qual 4.0
How does vocabulary size affect embedding table memory footprint at bfloat16 precision, and what are the tradeoffs of very small vs. very large vocabularies?
Short Answer
Hard
·
Qual 4.0
What is the 'token tax' and how does it create downstream accuracy disparities across languages?
Short Answer
Hard
·
Qual 4.0
What primarily causes the 'token tax' for low-resource languages in BPE tokenizers?
Multiple Choice
Medium
·
Qual 4.0
What is STRR and how does it reveal poor tokenizer coverage that fertility alone misses?
Short Answer
Hard
·
Qual 4.0
Why does SentencePiece prepend a special space symbol (▁) to tokens, and what would break without it?
Short Answer
Hard
·
Qual 4.0
Google
Which tokenizer can learn merges that span whitespace boundaries by design?
Multiple Choice
Medium
·
Qual 4.0
Google
Spot the failure mode: a tokenizer trained with NFC normalization is deployed with an NFKC preprocessing pipeline.
Spot the Error
Hard
·
Qual 4.0
Define 'fertility' as a tokenizer metric and explain why high fertility for a language is both a fairness and a model performance problem.
Short Answer
Hard
·
Qual 4.0
According to tokenizer fairness research, if a language's fertility doubles, what typically happens to downstream model accuracy?
Multiple Choice
Medium
·
Qual 4.0
Estimate the token cost difference for processing 1M Spanish/French product descriptions vs. an English-only baseline, and describe correct budget planning.
Short Answer
Hard
·
Qual 4.0
What most inflates token count for European languages compared to English in a BPE tokenizer trained on English-dominant data?
Multiple Choice
Medium
·
Qual 4.0
How would you build an accurate token budget estimator for a multilingual RAG application?
Short Answer
Medium
·
Qual 4.0
What does the '200k' in o200k_base signify, and what was improved compared to cl100k_base?
Multiple Choice
Medium
·
Qual 4.0
How does tokenizer fertility bias affect cost and context window budget for non-English API users?
Short Answer
Medium
·
Qual 4.0
Predict the approximate token count difference between 'Hello world' and its Arabic equivalent 'مرحبا بالعالم' in a GPT-4 tokenizer.
Predict Output
Hard
·
Qual 4.0