Learn Before
Representing Model Output as a Token Sequence
A language model generates the sentence: 'The capital of France is Paris.' Assuming each word and the final punctuation mark is treated as a separate token, represent this output as a token sequence consisting of tokens (). Your answer should clearly state the value of and list each individual token from to .
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Formal Definition of LLM Inference
Notation for Preceding Output Subsequence
Deconstructing a Model's Generated Text
Representing Model Output as a Token Sequence
A Large Language Model generates the sentence: 'AI is transforming our world.' How is this output fundamentally structured by the model before being presented to the user?
Separating Input and Output Variables in LLM Formulation