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
Encoder self-attention versus decoder self-attention, what is the single structural difference at the mask level?
Multiple Choice
Easy
·
Qual 4.0
Match each transformer family to the kind of attention it uses
Match Pairs
Easy
·
Qual 4.0
Inside a T5-style encoder-decoder, which sub-layer reads the encoder outputs, and through which projection?
Multiple Choice
Easy
·
Qual 4.0
Translating one source sentence into many target languages, what attention-side trick scales?
Short Answer
Medium
·
Qual 4.0
Walk through how a token's d_model embedding is split into per-head pieces inside multi-head attention.
Multiple Choice
Easy
·
Qual 4.0
Where inside the attention sub-layer is dropout typically applied during training, and what does dropping there teach the model?
Short Answer
Medium
·
Qual 4.0
What does the dot product q . k actually measure inside an attention layer?
Flashcard
Easy
·
Qual 4.0
Decoder-only LLMs ship without a cross-attention sub-layer, so where does the context go?
Short Answer
Medium
·
Qual 4.0
Walk through a T5 decoder block in order, list the attention sub-layers and what each one's Q, K, V read from.
Order Steps
Medium
·
Qual 4.0
Identify the context vector inside scaled dot-product attention and what produces it.
Multiple Choice
Easy
·
Qual 4.0
BERT prepends a [CLS] token to every input, what is its actual job in the model?
Multiple Choice
Easy
·
Qual 4.0
Critique this claim about CLIP using cross-attention between towers
Spot the Error
Medium
·
Qual 4.0
For a causal mask over a 4-token sequence, what value sits at row 2, column 3?
Predict Output
Easy
·
Qual 4.0
Find the bug: a Llama deployment serves traffic without prepending the BOS token.
Spot the Error
Medium
·
Qual 4.0
Name the additive bias term in attention and the two things it most commonly carries.
Multiple Choice
Easy
·
Qual 4.0
In a 7B transformer, do attention or MLP layers eat more FLOPs, and does context length change the answer?
Short Answer
Medium
·
Qual 4.0
After W_O projects the multi-head output back to d_model, what happens before the next sub-layer runs?
Multiple Choice
Easy
·
Qual 4.0
Name two recovery moves a serving stack can pull when KV memory runs short mid-request.
Short Answer
Medium
·
Qual 4.0
Injecting noise into pre-softmax attention scores, goal and risk?
Multiple Choice
Medium
·
Qual 4.0
Define a single attention head, what does one head actually own and produce?
Flashcard
Easy
·
Qual 4.0
Contrast ALiBi's linear distance bias with RoPE's vector rotation, which one modifies scores additively, and which one modifies Q and K directly?
Multiple Choice
Medium
·
Qual 4.0
ALiBi, decode the acronym and pinpoint where in the pipeline it injects position
Flashcard
Easy
·
Qual 4.0
A model card reports perplexity of 3.2. Explain what that number means in plain English.
Flashcard
Easy
·
Qual 4.0
You suspect your custom eval set leaked into a model's training data. Describe two practical tests you would run to detect contamination.
Short Answer
Medium
·
Qual 4.0
TruthfulQA is designed to catch a specific model failure. Describe what it tests and why larger models sometimes do worse.
Flashcard
Easy
·
Qual 4.0
Showing 101–125 of 288
← Prev
Next →