Advanced Artificial Intelligence & Machine Learning
Q86 / 100

What is the difference between in-context learning and fine-tuning in LLMs?

Correct! Well done.

Incorrect.

The correct answer is B) In-context learning (few-shot prompting) adapts behavior without parameter updates; fine-tuning updates model weights on task-specific data

B

Correct Answer

In-context learning (few-shot prompting) adapts behavior without parameter updates; fine-tuning updates model weights on task-specific data

Explanation

ICL (Brown et al., 2020): task examples in the prompt guide behavior without updating weights. Surprising emergent ability of large models. Fine-tuning updates weights: better at specific tasks but requires compute and can degrade other capabilities.

Progress
86/100