Learn Before
Applicability of Sequence-Level Functions
Consider two distinct computational tasks:
Task A: Generating a real-time transcript of a spoken sentence, where each word appears as soon as it is recognized. Task B: Classifying the overall sentiment (e.g., positive, negative, neutral) of a complete movie review.
A specific type of function takes an entire sequence of input vectors (representing words) and produces a single, consolidated output. For which of these two tasks (A or B) is this type of function more suitable? Justify your answer by explaining how the function's behavior aligns with the requirements of the chosen task.
0
1
Tags
Ch.4 Alignment - 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
A model is tasked with classifying the sentiment of a sentence as either 'positive' or 'negative'. It first represents each of the
nwords in the sentence as a vector. Then, a specific component of the model takes the entire sequence of thesenword vectors as input and computes a single, final sentiment score. Which notation best describes the action of this specific component?Distinguishing Sequence-Level vs. Element-Level Functions
Applicability of Sequence-Level Functions