Which technique allows an LLM to be adapted to a new task with only a few examples?
Trap 1: Fine-tuning
Fine-tuning requires more data and computational resources.
Trap 2: Pre-training
Pre-training trains from scratch on large data, not for few-shot adaptation.
Trap 3: Prompt engineering
Prompt engineering is broader; few-shot is a subset but the question asks for a specific technique.
- A
Few-shot learning
Few-shot learning provides examples in the prompt to adapt the model to a new task.
- B
Fine-tuning
Why wrong: Fine-tuning requires more data and computational resources.
- C
Pre-training
Why wrong: Pre-training trains from scratch on large data, not for few-shot adaptation.
- D
Prompt engineering
Why wrong: Prompt engineering is broader; few-shot is a subset but the question asks for a specific technique.