Crafting a Directive for Task Generation
Imagine you are guiding a large language model to create a new task. You will provide it with the following three examples of existing tasks:
- 'Classify the sentiment of this movie review as positive, negative, or neutral.'
- 'Summarize the main points of the provided article in three sentences.'
- 'Translate the following English sentence into French.'
Your goal is to have the model generate a fourth, completely new task that is distinct from the examples but follows their general format. Write the single, direct instruction you would place before these examples to achieve this goal.
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A machine learning engineer wants to use a large language model to expand a dataset of task instructions. The goal is to generate a new, unique instruction that is stylistically and thematically similar to a small set of existing instructions. Which of the following prompts, when combined with the set of existing instructions, is best designed to achieve this specific goal?
Evaluating a Prompt Template for Instruction Generation
Crafting a Directive for Task Generation