Kubnal Bridge

Techniques & Methods

One-Shot / Few-Shot

One-shot and few-shot learning refer to using one or a handful of examples to guide model behavior—either in training (meta-learning) or at inference time (in-context learning). LLMs demonstrate remarkable few-shot capability: include 2-3 examples in the prompt and performance on new tasks improves significantly.

Few-shot prompting is now a standard technique in LLM deployment. It bridges the gap between zero-shot (no examples) and fine-tuning (many examples), offering a practical middle ground requiring minimal data preparation.

Authority Links

Related Terms