Learn Before
A developer is trying to get a language model to extract product codes from customer emails. They provide the following examples in the prompt before asking the model to process a new email:
Example 1: Input: 'Hi, my SuperWidget model SW-1000 is broken.' Output: 'SW-1000'
Example 2: Input: 'I need a replacement part for my SuperWidget Pro, model number SW-2500.' Output: 'SW-2500'
New Email: Input: 'My GigaGadget GG-500 won't turn on.'
The model incorrectly outputs 'SW-500'. Based on an analy
0
1
Tags
Ch.1 Pre-training - 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 is trying to get a language model to extract product codes from customer emails. They provide the following examples in the prompt before asking the model to process a new email:
Example 1: Input: 'Hi, my SuperWidget model SW-1000 is broken.' Output: 'SW-1000'
Example 2: Input: 'I need a replacement part for my SuperWidget Pro, model number SW-2500.' Output: 'SW-2500'
New Email: Input: 'My GigaGadget GG-500 won't turn on.'
The model incorrectly outputs 'SW-500'. Based on an analy
Evaluating Prompt Demonstrations
Evaluating and Improving Prompt Demonstrations
Learning Output Formatting from Demonstrations