Large Language Models

Explore language models, how they work, and the techniques used to build applications with them.

Explore articles

Reset filters
Browse subtopics: Prompt Engineering

Articles that also belong to these categories. Counts cover all of Large Language Models.

Showing 1-13 of 13 articles

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…

Prompt Engineering

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…

Prompt Engineering

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.

Prompt Engineering

Prompt

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

Prompt Engineering

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

Prompt Engineering

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…

Prompt Engineering

Self-consistency

Self-consistency is a decoding strategy for large language models that samples multiple chain-of-thought reasoning paths for the same question and returns the answer that the majority of those paths agree on

Prompt EngineeringReasoning Models

System prompt

A system prompt is a special set of instructions, guidelines, persona definitions, and contextual information given to a large language model (LLM) before any user input

AI SafetyPrompt Engineering