Prompt
Few-Shot Prompting
Few-shot prompting involves providing a few labeled examples in the prompt. This differs from traditional few-shot learning, which entails fine-tuning the LLM with a few samples for a novel problem. This approach lessens the reliance on large labeled datasets by allowing models to swiftly adapt and produce precise predictions for new classes with a small number of labeled samples.
Chain-of-Thought
The process involves crafting prompts that guide the AI to break down a problem into smaller, manageable parts.
The prompt instruct the model that how to think and proceed for the next step
The model sequentially addresses each part by building upon the previous steps until it concludes.
Last updated
Was this helpful?