Learn Before
Analyzing the Role of Step-by-Step Reasoning in Problem Decomposition
A developer is using a prompting technique where a complex problem is first broken down into a series of simpler, sequential sub-problems, which are then solved in order. To improve the model's performance, the developer decides to instruct the model to 'think step-by-step' throughout the entire process. Describe the two distinct stages within this prompting technique where this 'think step-by-step' instruction would improve the model's reasoning capabilities.
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
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