Quiz Space

Large Language Models · Quiz 1 · 15 Mar 2026 · January 2026 term

LLM Quiz 1 15 Mar 2026 — Question 9

Question 9

+3 marksOne or more correct options

Given the vectorized self-attention calculation

Select all that apply.

  1. A
  2. B

    The softmax operation is applied to the entire matrix at once (globally), not row-wise.

  3. C
  4. D
Show answer

Correct answers

  • A
  • C
  • D

Question 9 of 19 in the IIT Madras BS Large Language Models (LLM) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (Large Language Models 15 Mar 26). It carries 3 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2In the scaled dot-product attention equation
  3. Q3Figure question
  4. Q4In a standard Transformer encoder-decoder architecture, is masking typically applied in the cross-attention layer?
  5. Q5Figure question
  6. Q6Figure question
  7. Q7Figure question
  8. Q8Select all statements that correctly describe the motivation and behavior of Multi-Head Attention as compared to single…
  9. Q10Figure question
  10. Q11Figure question
  11. Q12The previous decoder hidden state is: and Based on the above data, answer the given subquestions.
  12. Q13The previous decoder hidden state is: and Based on the above data, answer the given subquestions.
  13. Q14The previous decoder hidden state is: and Based on the above data, answer the given subquestions.
  14. Q15What is the number of parameters in the token embedding matrix?
  15. Q16What is the total number of parameters in the positional embedding matrix?
  16. Q17For ONE complete attention head, what is the total number of parameters (Q + K + V projections combined)?
  17. Q18After the multi-head attention computation, all head outputs are concatenated and projected back to the model dimension…
  18. Q19What is the total number of parameters in the complete FFN (including both weight matrices and bias vectors)?