Enhancing a Sequential Problem-Solving Strategy
A developer is using a language model for a task by first breaking the main problem into a sequence of simpler sub-problems, which are then solved in order. The developer is satisfied with this sequence but wants to improve the model's accuracy in solving each individual step. Describe a general approach the developer could take to enhance the model's performance without altering the established sequence of sub-problems, and explain the reasoning behind this approach.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis 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