Learn Before
Debugging a Prompt Template
A developer is trying to get a language model to classify customer feedback as 'Positive', 'Negative', or 'Neutral'. They are getting inconsistent and often irrelevant responses. Analyze the developer's prompt below based on the standard structure message = {instruction} input: {data} output:. Identify the primary structural error and explain why it is likely causing the poor results.
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
A developer wants to instruct a language model to summarize a specific block of text into one sentence. Given the structured format
message = {instruction} input: {data} output:, which of the following options correctly applies this structure for the developer's task?Debugging a Prompt Template
Constructing a Structured Prompt