Conceptos Fundamentales
Few-Shot
Providing a small number of input-output examples in the prompt to guide the model.
Few-shot prompting includes 2–10 worked examples before the actual task, helping the model infer the expected format and reasoning pattern. This consumes more input tokens but often dramatically improves output quality and consistency, especially for structured tasks like JSON extraction or classification with custom labels.
Términos Relacionados
Zero-Shot
Prompting a model to perform a task without providing any examples.
Prompt Mühendisliği
Yapay zeka modelinden en iyi çıktıyı almak için girdileri tasarlama sanatı ve bilimi.
Token
Yapay zeka modellerinin metni işlemek ve faturalandırmak için kullandığı temel birim.
Chain of Thought
A prompting technique that instructs the model to reason step-by-step before answering.