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
RoPE, spell out the acronym and name exactly which vectors it rotates
Flashcard
Easy
·
Qual 4.0
RMSNorm versus LayerNorm, what is kept and what is dropped?
Multiple Choice
Medium
·
Qual 4.0
Inside a transformer, what is the residual stream and how does attention interact with it?
Flashcard
Easy
·
Qual 4.0
Name what wraps the attention sub-layer in every transformer block.
Flashcard
Easy
·
Qual 4.0
Contrast absolute and relative positional encoding by what the score depends on
Multiple Choice
Medium
·
Qual 4.0
Fill the blank: for a single head, QK^T has shape (T_query, ___).
Fill in Blank
Easy
·
Qual 4.0
Why does normalizing Q and K before the dot product help training at scale?
Short Answer
Medium
·
Qual 4.0
During decode, why is only Q computed for the new token while full K and V come from cache?
Multiple Choice
Easy
·
Qual 4.0
Pre-norm versus post-norm: which placement makes deep stacks stable?
Multiple Choice
Medium
·
Qual 4.0
A batch packs a causal LM with right-padded sequences and applies only the causal mask. Spot the mistake.
Spot the Error
Medium
·
Qual 4.0
What does a padding mask zero out, and why is it needed when batching variable-length sequences?
Flashcard
Easy
·
Qual 4.0
Given Q of shape (B, n_heads, T, d_head), the per-head attention output before concatenation has shape ___.
Fill in Blank
Easy
·
Qual 4.0
Describe the W_O projection in multi-head attention, its shape and what it mixes.
Flashcard
Easy
·
Qual 4.0
Beyond shape preservation, name two things W_O does after head concat
Short Answer
Medium
·
Qual 4.0
Which config token names the count of parallel attention heads in a layer?
Flashcard
Easy
·
Qual 4.0
Spot the flaw: a claim that attention by itself notices position.
Spot the Error
Medium
·
Qual 4.0
DeepSeek trains models to predict K tokens per step. Pick how that stays causal.
Multiple Choice
Medium
·
Qual 4.0
True or false: swapping a single-head attention layer for a 12-head one (same d_model) raises the parameter count.
Multiple Choice
Medium
·
Qual 4.0
Why does MQA underperform GQA when both share KV across heads?
Short Answer
Medium
·
Qual 4.0
Decode the acronym MHA in the transformer attention context.
Flashcard
Easy
·
Qual 4.0
Compare hidden_size, d_model, and embedding_dim, three names for the same thing or three different things?
Flashcard
Easy
·
Qual 4.0
Head-pruning studies report that many attention heads can be removed with negligible loss. Pick the correct interpretation.
Multiple Choice
Medium
·
Qual 4.0
Pick the formula that defines head_dim from hidden_size and num_heads.
Multiple Choice
Easy
·
Qual 4.0
Modern 7B-class LLMs, fill in typical head counts and the resulting per-head dimension
Fill in Blank
Easy
·
Qual 4.0
Does FlashAttention change the attention output relative to standard attention?
Multiple Choice
Easy
·
Qual 4.0
Showing 76–100 of 288
← Prev
Next →