BasicsEssential terms for understanding AI and large language models

少样本学习

Giving a few examples in the prompt so the model can generalize to the task.

Few-shot adds a few input-output examples to the prompt, guiding format and expectation. It is more stable than zero-shot and one of the most common prompt engineering tricks.

Related terms