Learn Before
Decomposition of a Planning Task
A user gives a language model the following instruction: 'Create a comprehensive business plan for a new coffee shop.' The model responds by first generating a list of essential sections to write: 1. Executive Summary, 2. Company Description, 3. Market Analysis, 4. Organization and Management, 5. Products and Services, 6. Marketing and Sales Strategy, 7. Financial Projections. This process of breaking down the main task can be represented by the formula {p_1, ..., p_n} = G(p_0). Analyze this scenario and identify what p_0, G, and {p_1, ..., p_n} represent.
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
Recursive Formula for Sub-Problem Generation
Formula for Sequential Sub-Problem Generation
A user wants a language model to write a comprehensive travel guide for Paris. To manage this complex task, they first prompt the model to create a list of key sections to cover, such as 'Famous Landmarks,' 'Local Cuisine,' and 'Transportation Tips.' This process of breaking down the main task into a set of smaller, structured parts can be represented by the formula {p_1, ..., p_n} = G(p_0). In this scenario, what does the function G represent?
Decomposition of a Planning Task
Explaining the Problem Decomposition Formula