Learn Before
Examples of Non-LLM Sub-Problem Solvers
When generalizing the sub-problem solving function beyond simple language models, various specialized external systems can be integrated. For instance, the solver could be linked to an Information Retrieval (IR) system to access a broader range of external data. Alternatively, it could function as a calculator to guarantee accurate results when processing mathematical sub-problems.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Related
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.
Learn After
An advanced AI assistant is being built to help a user plan a complex international trip. One of the critical sub-problems the assistant must solve is to find the absolute cheapest, currently available flight between two specific cities for a given date. To ensure the highest degree of accuracy and reliability for this particular task, which type of specialized system component should be used to solve it?
An advanced AI system is designed to handle complex user requests by breaking them down into smaller, distinct tasks. For each task listed below, match it with the most appropriate and reliable specialized system component to solve it.
Improving AI Assistant Reliability