Zero-shot prompting means asking a model to do a task it has never seen before. Because the model has no training examples for this task, we want to know how well it guesses correctly right away.
The key metric here is accuracy, which tells us the percentage of correct answers the model gives without any extra training. Accuracy is simple and clear for zero-shot tasks because we want to see if the model understands the task from just the prompt.
Sometimes, if the task is about finding specific items (like detecting spam), precision and recall also matter to understand if the model is careful or misses important cases.