Predicting Model Output from a Pattern
A language model is given the following text as a single input. Analyze the pattern established by the examples and determine what the model's most likely output will be for the final line. Explain your reasoning.
apple -> red
banana -> yellow
lime -> green
blueberry ->
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Ch.3 Prompting - Foundations of Large Language Models
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Example of a Sentiment Classification Task Instruction
Example of a Few-Shot Prompt for Chinese-to-English Translation
Example of a Positive Sentiment Text Snippet for Classification
A user provides a language model with the text below. By analyzing the structure and the relationship between the inputs and outputs, determine the specific task the user is instructing the model to perform.
Review: This movie was a masterpiece. The acting was superb.Sentiment: PositiveReview: I was really disappointed with the plot.Sentiment: NegativeReview: The film was okay, but not memorable.Sentiment: NeutralDesigning a Prompt for Information Extraction
Predicting Model Output from a Pattern