Learn Before
Expanding the Sub-Problem Solver Beyond LLMs
To enhance the capabilities of a problem-solving model, the solver function used for addressing sub-problems does not need to be exclusively restricted to a Large Language Model. Instead, this function can be expanded and generalized to encompass any external system or tool that is better equipped to handle the specific nature of a given sub-problem. This allows for a more flexible and powerful framework.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Sequential Sub-Problem Solving with Contextual QA Pairs
Expanding the Sub-Problem Solver Beyond LLMs
Recursive Decomposition of Sub-Problems
Framing Problem-Solving as a Reinforcement Learning Problem
An AI is tasked with creating a valid three-day weekend itinerary (Fri, Sat, Sun) to visit a museum, a park, and a specific restaurant. The AI first decomposes the problem and solves two sub-problems, yielding the following intermediate conclusions:
- The museum is only open on Friday and Saturday.
- The restaurant requires a reservation made at least one day in advance.
Which of the following statements best describes the next step in the sub-problem solving process to generate the final itinerary?
Synthesizing Sub-Problem Solutions
Analyzing a Flawed Project Plan
You are building an internal LLM assistant to answ...
You are designing an internal LLM workflow to answ...
You’re building an internal LLM workflow to answer...
Create a Recursive, Context-Carrying Decomposition Plan for LLM-Assisted KPI Narrative Generation
Designing a Decomposition-Driven LLM Workflow for a High-Stakes Corporate Task
Evaluating and Redesigning a Decomposition Workflow Under Context and Cost Constraints
Debugging a Decomposition-Based LLM Workflow Using Recursive Sub-Problems and Contextual QA Pairs
Designing a Decomposition Workflow for Root-Cause Analysis of a Production Incident
Designing a Decomposition-and-QA-Pair Workflow for Contract Review with Recursive Escalation
Stabilizing a Decomposition-Based LLM Workflow for a Regulated Customer-Email Triage System
Learn After
Examples of Non-LLM Sub-Problem Solvers
An engineering team is designing a system to help users plan a road trip. The system first decomposes the user's request into smaller tasks: 1) calculating the shortest driving route between two cities, 2) finding real-time gas prices along that route, and 3) generating a descriptive, engaging travel itinerary. The lead architect proposes using a single, state-of-the-art Large Language Model to handle all three of these tasks. Which of the following statements provides the most insightful critique of this design choice?
Optimizing a Multi-Task AI System
A complex problem-solving system breaks down a user's request into several smaller, distinct tasks. Match each task below with the most suitable type of specialized system to solve it, considering efficiency, accuracy, and reliability.