Learn Before
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?
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
Analysis 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