Diagnosing and Improving an LLM-based Problem-Solving System
Analyze the fundamental flaw in the company's current approach. Based on your analysis, propose a more robust, two-stage process that uses the same underlying language model. For each stage in your proposed process, describe a specific method you could use to adapt the model for that particular task.
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
Least-to-Most Prompting
A software team is tasked with creating a system that can solve complex, multi-step logic puzzles. They have access to a single, powerful, general-purpose Large Language Model. Their strategy is to first have the system break down a given puzzle into a series of simpler, solvable steps, and then solve each of those steps in sequence to arrive at the final answer.
Which of the following implementation plans best applies the principle of adapting a single model for the separate tasks of sub-problem generation and sub-problem solving?
Diagnosing and Improving an LLM-based Problem-Solving System
Adapting a Single LLM for Multi-Task Problem Solving