Decomposing a Complex Query
A question-answering system is designed to handle complex queries by first using a specialized model to break them down into a series of simpler, answerable sub-questions. Your task is to perform the function of this decomposition model for the query provided below. Generate a logical set of sub-questions that, when answered in sequence, would lead to the final answer for the main query.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Imagine a question-answering system that tackles a complex query by first using a specialized neural model to break it down into simpler sub-questions. The system is designed to generate these sub-questions sequentially, meaning it generates the first sub-question, finds its answer, and only then generates the second sub-question. Which of the following best describes a key advantage of this sequential design choice over an alternative approach that generates all sub-questions simultaneously at the beginning?
Decomposing a Complex Query
Trade-offs in Sub-Question Generation Strategies