Learn Before
Crafting Examples for Instruction Inference
Your goal is to have a language model infer the following instruction without explicitly stating it: 'Extract all email addresses from a block of text, convert them to lowercase, and present them as a comma-separated list.' Create a set of three distinct input-output pairs that would effectively guide the model to this conclusion. Ensure your examples cover potential variations or edge cases.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Creation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A user wants a language model to infer the task of 'converting a list of names into a formal, alphabetized list, with each name prefixed by a title'. Which of the following sets of input-output examples would be most effective for the model to correctly deduce this specific, multi-step instruction?
Crafting Examples for Instruction Inference
Debugging Instruction Inference