Choosing the Right Prompting Strategy
A developer is working with a large language model on two distinct tasks. Task A is to summarize a well-known historical event. Task B is to convert user reviews into a highly specific, proprietary JSON format that the model has never seen before. For which task is it more crucial to provide examples within the prompt? Justify your answer by contrasting the model's likely pre-existing capabilities for each task.
0
1
Tags
Ch.2 Generative Models - 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
Improving Model Performance on a Novel Task
A developer is using a large language model to perform a novel task: converting informal bug reports into a structured summary with specific fields ('ID', 'Severity', 'Component'). The model performs poorly when only given instructions, often missing fields or using incorrect formatting. Which of the following prompt adjustments is the most appropriate first step to address this issue, and why?
Choosing the Right Prompting Strategy