System Design for Named Entity Recognition
Based on the provided scenario, what additional component must the data scientist design and train to complete this system? Describe the specific function of this new component.
0
1
Tags
Ch.1 Pre-training - 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 developer is tasked with creating a sentiment analysis model to classify movie reviews as 'positive' or 'negative'. They have access to a powerful, pre-existing model component that excels at converting any given text sequence into a sequence of rich numerical vector representations. The developer's goal is to use this component as a fixed feature extractor without altering its internal parameters. Which of the following describes the most appropriate system architecture for this task?
You are using a pre-trained model component to build a system that classifies the topic of a given sentence. Arrange the following steps in the correct chronological order to show how an input sentence is processed to generate a final topic classification.
System Design for Named Entity Recognition