Learn Before
Analyzing a Flawed Prompt Representation
A team is building a system to categorize user support tickets. The system is designed to represent each ticket as a tuple containing an instruction (c) and a user input (z). For the ticket 'My password won't reset. Please help.', the system generates the tuple: c = 'My password won't reset', z = 'Please help'. The intended task for the model is to categorize the ticket. Explain why this tuple representation is incorrect for the intended task and predict the likely, unintended action the model might take as a result.
0
1
Tags
Ch.3 Prompting - 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 user provides the following text to a language model: 'Summarize the main points of the following article: [Text of a long article...]'. If this prompt is broken down into its two core components, an instruction and a user input, which option below correctly separates them?
Analyzing a Flawed Prompt Representation
A user provides an instruction,
c, which is 'Translate the following sentence to French'. The user also provides an input,z, which is 'The cat is sleeping on the mat.'. According to the formal representation where a promptxis a tuple of these two elements,xwould be written as ____.