First they just ask “label this incident.” Quality is uneven, so they paste three labeled incidents above the new one. What are those two patterns?
Select an answer to reveal the explanation.
Short Explanation
“Label this incident” alone is zero-shot. Paste three labeled incidents above the new one and it is few-shot. Those examples live in the prompt and do not update weights. They are also not a giant-CSV wrangle.
Full Explanation
Zero-shot is the instruction alone. Few-shot adds a few demonstrations in the prompt. Those examples do not update weights, and they are not a RAPIDS wrangle.