Representing a Subsequence of Hidden States
A sequence model generates a series of hidden state vectors, indexed starting from 1. The full sequence is represented as . Using the standard notation, write out the specific subsequence of hidden state vectors that corresponds to the elements from the third position to the fifth position, inclusive.
0
1
Tags
Ch.2 Generative Models - 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
A sequence model processes the sentence 'The quick brown fox jumps over' and generates a hidden state vector for each word. The vectors are indexed starting from 1, so the vector for 'The' is represented as (\mathbf{h}_1), for 'quick' as (\mathbf{h}_2), and so on. Which of the following correctly represents the sequence of hidden state vectors for the specific phrase 'brown fox jumps'?
Representing a Subsequence of Hidden States
A sequence of hidden state vectors is represented as . This sequence contains a total of ____ vectors.