Learn Before
Prompt Search Space
In the context of prompt optimization, the search space is the defined set of all possible prompts that an algorithm can explore to find the most effective one. This space constitutes the boundaries within which the search for the optimal prompt is conducted.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Prompt Search Space
Performance Estimation in Prompt Optimization
Search Strategy in Prompt Optimization
Analyzing an Automated Instruction Design Process
An automated system is designed to find the best set of instructions for a language model to summarize news articles. This process is framed as a search problem with three core components. Match each component with its correct description in this context.
A team is developing a system to automatically find the best instructions for a language model to generate marketing slogans. They begin with a predefined list of one million possible instructions. Their system randomly selects an instruction, generates a slogan, and has a human expert rate the slogan's quality. After 100 attempts, the system will output the instruction that received the highest single rating. When viewing this process as a search problem, what is its most significant weakness?
Your team is documenting an internal system that a...
You own an internal LLM feature that classifies in...
You’re responsible for an internal LLM that assign...
Stabilizing an LLM Feature Under Drift Using Search, Ensembling, and Evolutionary Optimization
Designing a Cost-Constrained Automated Prompt Optimization Pipeline
Choosing a Search-and-Ensemble Strategy for a Regulated LLM Workflow
Selecting a Robust Automated Prompt Optimization Approach Under Noisy Evaluation and Latency Constraints
Designing a Prompt-Optimization-and-Ensembling Strategy for a Multi-Model Enterprise Rollout
Debugging a Stagnating Prompt Optimizer and Designing a More Reliable Deployment
Create a Self-Improving Prompt System with Ensemble Gating and Evolutionary Search
Learn After
Example of Prompt Search Space Construction
A team is using an automated algorithm to discover the best prompt for a language model that summarizes complex scientific papers into a single paragraph for a general audience. To do this, they must first define the set of all possible prompts the algorithm can test. Which of the following strategies for defining this set is most likely to lead to the discovery of a highly effective prompt?
Evaluating a Prompt Optimization Strategy
Evaluating a Constrained Prompt Search Space