Learn Before
Diagnosing and Improving Complex Task Generation
A user attempts to generate a complete, multi-section business plan by providing a large language model with a single, detailed prompt. The resulting document is generic and contains several internal contradictions (e.g., the financial projections do not align with the described marketing budget). Analyze the likely cause of this failure and describe a more effective, multi-step process for generating the same document that would produce a more coherent and detailed result.
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
Diagnosing and Improving Complex Task Generation
You are tasked with using a Large Language Model to write a comprehensive research paper on 'The Future of Renewable Energy'. To ensure a high-quality, coherent output, you decide to use an approach where the complex task is broken down and solved sequentially, with each new solution being added to the context for the next step. Arrange the following actions in the correct logical order to effectively guide the model through this process.
A developer is using a large language model to create a multi-component software application. They first prompt the model to generate the user interface code. In a new, separate interaction, they prompt it to generate the backend logic. Finally, in another new, separate interaction, they ask it to write the database connection script. They find that the three components are incompatible and do not work together. Which of the following best explains the fundamental flaw in the developer's approach?