Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Retrieval-Augmented Generation
/
Vocabulary
Vocabulary
Subtopic
20 questions
Questions tagged with Vocabulary — part of Retrieval-Augmented Generation.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Pick the most accurate one-sentence summary of the tokenizer's role in fine-tuning.
Multiple Choice
Easy
·
Qual 4.0
How does softmax turn an attention score into an attention weight?
Flashcard
Easy
·
Qual 4.0
Decode the acronym MHA in the transformer attention context.
Flashcard
Easy
·
Qual 4.0
Identify the context vector inside scaled dot-product attention and what produces it.
Multiple Choice
Easy
·
Qual 4.0
A tokenizer has a 'vocabulary'. What is it, and why does its size matter for the model?
Flashcard
Easy
·
Qual 4.0
Your teammate mentions BPE at a code review. What are they talking about?
Flashcard
Easy
·
Qual 4.0
Flashcard: what does zero-shot prompting mean and what makes it work at all?
Flashcard
Easy
·
Qual 4.0
Flashcard: what is a vector database, and why does RAG need one?
Flashcard
Easy
·
Qual 4.0
Flashcard: what is similarity search in RAG, and how does it differ from keyword search?
Flashcard
Easy
·
Qual 4.0
Flashcard: what does 'grounding' mean in the context of RAG, and why is it the whole point?
Flashcard
Easy
·
Qual 4.0
Flashcard: what is an embedding in a RAG pipeline, and what role does it play?
Flashcard
Easy
·
Qual 4.0
Flashcard: what does chunking mean in RAG, and why do we chunk at all?
Flashcard
Easy
·
Qual 4.0
Your team is comparing a vanilla LLM chatbot against a RAG chatbot. What is the single most important difference between them at query time?
Multiple Choice
Easy
·
Qual 4.0
Flashcard: what role does the LLM's context window play in a RAG pipeline?
Flashcard
Easy
·
Qual 4.0
Select all components that are required to build a minimal end to end RAG system (the absolute basics, not nice to haves like rerankers or eval harnesses).
Multi-select
Easy
·
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
Which part of a transformer model's parameter count scales directly and linearly with vocabulary size?
Multiple Choice
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
How does weighting BPE merges by document frequency instead of raw token frequency change the resulting vocabulary?
Short Answer
Hard
·
Qual 4.0