Learn Before
Calculating a Combined Input Vector
A model designed to process sequences of words is preparing the input for the phrase 'The cat sat'. For the word 'sat', which is at the third position (index 2), the model has generated a token embedding and a positional embedding. Based on the information provided in the case study, calculate the final combined vector that will be fed into the model's first layer for this specific word.
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 researcher is training a sequence-processing model and observes that while it correctly identifies the meaning of individual words, it consistently fails on tasks where word order is crucial. For example, it treats 'dog bites man' and 'man bites dog' as having the same overall meaning. The researcher suspects an issue in how the initial input vectors are constructed for the model. What is the most probable cause of this issue?
Constructing an Input Vector for a Sequence Model
Calculating a Combined Input Vector
Learnable Absolute Positional Embeddings