Unit 3: Learning, Adaptation and Fine-Tuning for LLMs and Agents - Subjective Questions

CSE473 — Large Language Models And Agentic Ai • Practice Questions with Detailed Answers

20 questions

1

Define supervised fine-tuning (SFT) in the context of large language models. State its main objectives.

2

Explain instruction tuning and describe how it improves the generalization ability of an LLM.

3

Describe the complete workflow for supervised fine-tuning an LLM, from dataset preparation to evaluation.

4

Distinguish among pretraining, supervised fine-tuning, and instruction tuning of language models.

5

What are catastrophic forgetting and overfitting during LLM fine-tuning? Explain methods for reducing them.

6

Explain the working principle of Low-Rank Adaptation (LoRA) and why it is parameter-efficient.

7

Derive the number of trainable parameters introduced by LoRA for a weight matrix , and compare it with full fine-tuning.

8

Discuss how LoRA rank, scaling, and target-module selection affect model performance and efficiency.

9

Define model quantization and explain how it supports the deployment of large language models.

10

Compare post-training quantization (PTQ) and quantization-aware training (QAT).

11

Analyze the major trade-offs involved in deploying a quantized LLM.

12

Define the main components of a Q-learning problem: state, action, reward, policy, value, and discount factor.

13

Derive and explain the Q-learning update rule, including the role of each term.

14

Explain the exploration-exploitation dilemma in Q-learning and describe the -greedy strategy.

15

What is reward shaping? Explain its benefits and possible risks for learning agents.

16

Explain potential-based reward shaping and show why it can preserve the optimal policy.

17

Describe the sparse-reward and credit-assignment problems in agent learning. How can they be addressed?

18

Describe the complete reinforcement learning from human feedback (RLHF) pipeline used to align LLM or agent behavior.

19

Explain how a preference-based reward model is trained from human comparisons.

20

Compare supervised fine-tuning and learning from human feedback for adapting agent behavior. Discuss when each should be used.