Prompt Engineering

Explore Prompt Engineering through related topics and the articles other pages reference most.

Most referenced in this topic

Ranked by links from other AI Wiki pages.

Explore articles

Browse subtopics (15)

Articles that also belong to these categories. Counts cover all of Prompt Engineering.

Showing 1-27 of 27 articles

26 Principles of Good Prompts

The 26 principles of good prompts are a set of 26 practical rules for writing prompts to large language models, introduced in the December 2023 paper Principled Instructions Are All You Need for Questioning…

Auto-CoT

Auto-CoT (Automatic Chain of Thought) is an automated prompting method that builds few-shot Chain-of-Thought demonstrations for large language models without any human-written exemplars, introduced by…

Large Language Models

Chain of Verification (CoVe)

Chain of Verification (CoVe) is a prompting technique that reduces factual hallucinations in large language models by having the model fact-check its own draft response through a structured four-step…

Large Language Models

Graph of Thoughts

Graph of Thoughts (GoT) is a prompting and reasoning framework that models the intermediate steps of a large language model as an arbitrary directed graph rather than a linear chain or a tree.

Large Language Models

Meta Prompting

Meta prompting (also spelled meta-prompting) is an advanced prompt engineering technique where large language models (LLMs) are used to generate, refine, critique, select, or optimize prompts for themselves or…

Artificial IntelligenceMachine Learning

Prompt

A prompt is the input given to a generative AI model, particularly a large language model (LLM), that elicits a desired response.

Large Language Models

Prompt engineering for image generation

Prompt engineering for image generation is the practice of writing and refining the text prompts that guide text-to-image AI image generation models such as Stable Diffusion, Midjourney, DALL-E, Flux, and Nano…

Prompt engineering for text generation

Prompt engineering for text generation is the practice of designing the natural-language input (the prompt) given to a large language model so that it produces the desired text output

ReAct (prompting)

ReAct (short for Reasoning and Acting) is a prompting paradigm for large language models that interleaves verbal reasoning traces ("Thoughts") with task-specific actions executed against an external…

AI AgentsReasoning Models

Self-Discover prompting

Self-Discover is a prompting framework for large language models in which the model first composes a task-specific reasoning structure from a library of atomic reasoning modules

Large Language Models

Self-Refine

Self-Refine is an inference-time prompting framework in which a single large language model iteratively improves its own output by alternating between generating natural-language feedback on a draft and…

Large Language Models

Skeleton-of-Thought

Skeleton-of-Thought (SoT) is a prompting technique for large language models that reduces end-to-end generation latency by first eliciting a short outline of the answer (the "skeleton") and then expanding each…

AI Inference