Results for "examples in prompt"

16 results

Few-Shot Learning Intermediate

Achieving task performance by providing a small number of examples inside the prompt without weight updates.

Foundations & Theory
Few-Shot Prompting Intro

Multiple examples included in prompt.

Prompting & Instructions
Prompt Engineering Intermediate

Crafting prompts to elicit desired behavior, often using role, structure, constraints, and examples.

Prompting & Instructions
Retrieval Prompt Intro

Prompt augmented with retrieved documents.

Prompting & Instructions
Prompt Sensitivity Intermediate

Small prompt changes cause large output changes.

Model Failure Modes
Dataset Intermediate

A structured collection of examples used to train/evaluate models; quality, bias, and coverage often dominate outcomes.

Machine Learning
Privacy Attack Intermediate

Attacks that infer whether specific records were in training data, or reconstruct sensitive training examples.

Foundations & Theory
Zero-Shot Prompting Intro

Task instruction without examples.

Prompting & Instructions
SFT Intermediate

Fine-tuning on (prompt, response) pairs to align a model with instruction-following behaviors.

Foundations & Theory
Prompt Intermediate

The text (and possibly other modalities) given to an LLM to condition its output behavior.

Prompting & Instructions
System Prompt Intermediate

A high-priority instruction layer setting overarching behavior constraints for a chat model.

Reinforcement Learning
Prompt Injection Intermediate

Attacks that manipulate model instructions (especially via retrieved content) to override system goals or exfiltrate data.

Foundations & Theory
Prompt Leakage Intermediate

Extracting system prompts or hidden instructions.

AI Economics & Strategy
Delimited Prompt Intro

Using markers to isolate context segments.

Prompting & Instructions
Decomposition Prompt Intro

Breaking tasks into sub-steps.

Prompting & Instructions
Tool-Augmented Prompt Intro

Enables external computation or lookup.

Prompting & Instructions