Short Answer

What Is Passed Into the Final Classifier?

Question: In a two-stage text sentiment pipeline, the first module tags the review text with extra labels before the final sentiment model runs. What does the final classifier use as its input?

Sample answer: It uses the annotated text produced by the first module.

Key points:

  • The classifier takes annotated text as input.
  • The annotations come from the earlier pipeline stage.

Rubric: Full credit: answer states that the classifier receives annotated text from the first module. Partial credit: answer says it receives text but does not mention the annotations. No credit: answer does not describe the pipeline input.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI