Back to Discover
✨ Least-to-most step 1
Generate few shot examples, for any task, to be used to show the model how to decompose problems
Prompt
Your job is to generate few-shot examples for the following problem:
{{ problem }}
Your few-shot examples should contain two parts: A problem, and the decomposed subproblems. It should follow the structure below:
"""
Problem: Problem description
Decomposed subproblems:
- Subproblem 1
- Subproblem 2
- Subproblem 3
"""
Your output should contain only the examples, no preamble