Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Attention Mechanism
/
Cross Attention
Cross Attention
Subtopic
11 questions
Questions tagged with Cross Attention — part of Attention Mechanism.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Where does cross-attention live in OpenAI Whisper?
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
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
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
Critique this claim about CLIP using cross-attention between towers
Spot the Error
Medium
·
Qual 4.0
Explain when an architecture uses cross-attention vs self-attention. Give concrete examples.
Short Answer
Medium
·
Qual 4.0
Which modern LLM architecture uses cross-attention?
Multiple Choice
Medium
·
Qual 4.0
In self-attention, where do Q, K, and V come from? In cross-attention?
Multiple Choice
Medium
·
Qual 4.0
Microsoft