Learn Before
Multi-Run Problem Decomposition for Complex Reasoning
This method involves breaking down a complex reasoning problem into several smaller sub-problems. Each sub-problem is then addressed individually, often in separate interactions with an LLM or by using other specialized systems, before the final solution is synthesized.
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
Direct Conclusion Generation with Hidden Reasoning
Single-Run Multi-Step Reasoning
Multi-Run Problem Decomposition for Complex Reasoning
Self-Refinement in LLMs
Predict-then-Verify Approaches in LLM Reasoning
Principle of Generating Longer Reasoning Paths
Modifying Decoding for Longer Reasoning Paths
Multi-Stage Generation for Incremental Reasoning
An engineer is building a system to solve complex logic puzzles. When a puzzle is submitted, the system sends a single, carefully crafted prompt to a large language model. The model's output is a complete, step-by-step explanation of how it solved the puzzle, followed by the final answer, all generated in one response. Which approach to multi-step reasoning does this system exemplify?
Prompting for a Reasoning Process to Mitigate Errors in Complex Tasks
Compositional Generalization in LLMs
Choosing a Reasoning Strategy for a Financial AI
You are designing systems that use a large language model to solve complex problems. Match each system description with the reasoning approach it employs.
Learn After
An AI system is tasked with planning a multi-day hiking trip. This requires several distinct steps: checking weather forecasts from a live data source, finding available campsites through an external booking system, calculating the total distance and elevation gain using a mapping tool, and finally, creating a day-by-day itinerary that synthesizes all this information. Given the complexity and reliance on external, specialized tools, which of the following approaches is most likely to produce a successful and reliable plan?
A user asks an AI assistant: 'What was the highest-grossing movie of 2019, and what was its main theme?' To answer this complex query by breaking it down into smaller, sequential tasks, arrange the following tasks in the most logical order.