Learn Before
Evaluating an Inference Strategy for a Creative Writing Assistant
Evaluate the suitability of the team's chosen text generation method for their stated goal. Justify your reasoning by describing the likely characteristics of the generated text and explaining why those characteristics may or may not be desirable for a creative writing assistant.
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Evaluating an Inference Strategy for a Creative Writing Assistant
A language model is generating a response, starting with the phrase 'The best way to learn is...'. The model must decide on the next three words. At each step, it uses a strategy where it always chooses the single word with the highest probability. Given the probabilities below, which sequence of three words will the model generate?
Step 1 (after '...is'):
by: 0.5through: 0.3with: 0.2
Step 2 (if 'by' is chosen):
doing: 0.6reading: 0.3listening: 0.1
Step 3 (if 'by doing' is chosen):
it: 0.4the: 0.5a: 0.1
Analyzing a Step-by-Step Text Generation Strategy