1. A prompt asks the model to 'think step by step' and show its reasoning before giving a final answer to a complex problem. Which technique is being used?
- A. Chain-of-thought prompting✓ Correct
- B. Zero-shot classification
- C. Quantization
- D. Data labeling
Explanation
Encouraging the model to reason through intermediate steps before answering is chain-of-thought prompting, which often improves performance on complex reasoning tasks. The other options are unrelated: zero-shot classification (B), model compression (C), and dataset preparation (D).