Classifying Language Model Interaction Scenarios
Analyze the two scenarios below. For each scenario, identify whether it represents a single-round or a multi-round prediction problem. Justify your classification by explaining how the model's need to handle conversational history differs between the two.
0
1
Tags
Ch.4 Alignment - 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
Consider the following interaction with a language model:
- Turn 1 (User): 'What are the main tourist attractions in Paris?'
- Turn 2 (Model): 'The main attractions include the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral.'
- Turn 3 (User): 'Which of those is best for a family with young children?'
- Turn 4 (Model): 'The Louvre Museum offers specific tours for children, and the area around the Eiffel Tower has parks and carousels, making them great options for families.'
Based on the structure of this interaction, which statement best explains the nature of the prediction problem?
Modeling Challenges in Conversational Systems
Classifying Language Model Interaction Scenarios