Optimizing a Multi-Step Itinerary Planner
Read the following scenario and propose a specific modification to the prompting strategy to address the issue described. Your modification should focus on improving the quality of a single step's output without changing the overall sequence of steps.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Incorporating CoT into Least-to-Most Prompting
A developer is using a language model to solve a complex multi-step reasoning problem. Their current approach involves prompting the model with a sequence of simpler, ordered sub-problems that build upon each other. While this decomposition structure is sound, the model occasionally makes logical errors when solving an individual sub-problem, which compromises the final result. The developer wants to improve the model's accuracy on each step without altering the fundamental sequence of sub-problems. Which of the following strategies would be the most effective enhancement?
Optimizing a Multi-Step Itinerary Planner
Enhancing a Sequential Problem-Solving Strategy