Diagnosing a Flawed Problem Decomposition
Based on the provided scenario, analyze why the AI model failed to generate the correct sub-problems for the new question about the project's duration. What is the fundamental mismatch between the example provided and the new question posed?
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
An AI model is provided with the following examples to learn how to break down a main question into a series of smaller, solvable sub-questions:
Example 1: Main Question: What is the price difference between a laptop and a tablet? Sub-questions:
- What is the price of the laptop?
- What is the price of the tablet?
Example 2: Main Question: How many more pages are in 'War and Peace' than in 'The Great Gatsby'? Sub-questions:
- How many pages are in 'War and Peace'?
- How many pages are in 'The Great Gatsby'?
Based on the pattern demonstrated in these examples, which set of sub-questions would the model most logically generate for the new main question: 'How long did the construction of the Golden Gate Bridge take?'
Diagnosing a Flawed Problem Decomposition
Generating Sub-Problems for a Duration Calculation