Quiz Space

Large Language Models · End Term · 10 May 2026 · January 2026 term

Question 18: Which of the following statements about fine-tuning stra…

Question 18

+2 marksOne or more correct options

Which of the following statements about fine-tuning strategies such as gradual unfreezing and multi-task learning in the context of the T5 model are correct?

Select all that apply.

  1. A

    In gradual unfreezing, layers are progressively unfrozen starting from the task-specific (top) layers toward the input (bottom) layers.

  2. B

    Multi-task learning in T5 typically improves performance uniformly across all tasks.

  3. C

    Multi-task pre-training (as used in T5) followed by task-specific fine-tuning often performs better than relying on multi-task learning alone.

  4. D

    Gradual unfreezing can help mitigate catastrophic forgetting of pre-trained representations during T5 fine-tuning.

Show answer

Correct answers

  • A

    In gradual unfreezing, layers are progressively unfrozen starting from the task-specific (top) layers toward the input (bottom) layers.

  • B

    Multi-task learning in T5 typically improves performance uniformly across all tasks.

  • D

    Gradual unfreezing can help mitigate catastrophic forgetting of pre-trained representations during T5 fine-tuning.

Question 18 of 20 in the IIT Madras BS Large Language Models (LLM) End Term paper sat on 10 May 2026, in the January 2026 term (Large Language Models 10 May 26). It carries 2 marks.

More questions from this paper

  1. Q1In the standard Transformer Decoder, the Multi-Head Attention layer is "Masked". What is the specific purpose of this m…
  2. Q2Figure question
  3. Q3Figure question
  4. Q4A transformer layer with absolute positional encoding and another with ALiBi are compared on sequences extended from le…
  5. Q5Based on the BERT pre-training phase, select all correct constraints and properties regarding the input data.
  6. Q6Select the statements that correctly distinguish fine-tuning from zero-shot prompting for GPT-style models.
  7. Q7Figure question
  8. Q8Figure question
  9. Q9Figure question
  10. Q10Suppose a language model outputs the following logits for a vocabulary of size 4:
  11. Q11Figure question
  12. Q12Adapter Layers are a parameter-efficient fine-tuning strategy. Where are these layers typically inserted within a Trans…
  13. Q13Why do standard LLM architectures include explicit Positional Encodings (like RoPE or Sinusoidal) despite the causal ma…
  14. Q14Figure question
  15. Q15Consider Multi-Query Attention (MQA). How does its architecture differ from standard Multi-Head Attention (MHA) to impr…
  16. Q16Figure question
  17. Q17Figure question
  18. Q19Select all correct statements regarding Local Attention Variants (like Sparse, Dilated, or Windowed Attention).
  19. Q20Which of the following techniques are used in Flash Attention to speed up attention computation and save memory?