Incorporating CoT into Least-to-Most Prompting
Chain-of-Thought (CoT) prompting can be incorporated into the least-to-most method as an enhancement. This integration specifically improves the reasoning capabilities of the language model during both the sub-problem generation and the sub-problem solving stages.
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
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
Learn After
A developer is using a prompting strategy that first breaks a complex problem into a sequence of simpler sub-problems and then solves them one by one. Despite this simplification, the language model frequently makes logical errors when solving the individual sub-problems. Which of the following modifications to the prompting strategy is most likely to improve the model's reasoning and reduce these errors?
Optimizing a Sequential Problem-Solving Prompt
Analyzing the Role of Step-by-Step Reasoning in Problem Decomposition