Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Home
/
Roles
/
AI Researcher
AI Researcher
288 questions
Works on the science, papers, theory, training dynamics, novel architectures, scaling laws.
Topics
Format
Difficulty
Companies
Track
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
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
Explain why word-level and character-level tokenization both fail for modern LLMs, and how subword tokenization resolves each failure mode.
Short Answer
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
What is STRR and how does it complement fertility as a tokenizer fairness metric?
Flashcard
Medium
·
Qual 4.0
What concretely breaks when you try to load a pretrained model checkpoint with a different tokenizer vocabulary?
Short Answer
Hard
·
Qual 4.0
Why is it not possible to simply swap a pretrained LLM's tokenizer for one with a larger vocabulary?
Multiple Choice
Medium
·
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
What happens to emoji ZWJ sequences under cl100k_base vs. o200k_base pre-tokenization?
Short Answer
Hard
·
Qual 4.0
OpenAI
What is the primary purpose of regex-based pre-tokenization in cl100k_base, and what constraint does it impose on BPE?
Multiple Choice
Medium
·
Qual 4.0
Why do LLMs frequently fail at arithmetic involving multi-digit numbers? Trace the failure to tokenization.
Short Answer
Medium
·
Qual 4.0
Predict how cl100k_base tokenizes '1024', '2048', and '100000', and explain how inconsistent splitting causes LLM arithmetic failures.
Predict Output
Hard
·
Qual 4.0
Which Unicode normalization does BERT's tokenizer apply, and how does it differ from NFC?
Multiple Choice
Medium
·
Qual 4.0
Approximately what fraction of BPE vocabulary tokens does LiteToken identify as 'merge residues'?
Multiple Choice
Medium
·
Qual 4.0
What are BPE merge residues (LiteToken) and what do they imply for vocabulary efficiency?
Flashcard
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
What does the '200k' in o200k_base signify, and what was improved compared to cl100k_base?
Multiple Choice
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
How does weighting BPE merges by document frequency instead of raw token frequency change the resulting vocabulary?
Short Answer
Hard
·
Qual 4.0
Put the BPE training steps in the correct order, from raw corpus to final vocabulary.
Order Steps
Medium
·
Qual 4.0
Spot the error: 'BPE finds the globally optimal vocabulary by iteratively merging the most frequent pair.'
Spot the Error
Medium
·
Qual 4.0
BPE-dropout is applied at which stage(s) of the LLM lifecycle?
Multiple Choice
Medium
·
Qual 4.0
What interpretability and downstream task concerns arise from allowing cross-word boundary merges in BoundlessBPE?
Short Answer
Hard
·
Qual 4.0
Showing 201–225 of 288
← Prev
Next →