nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #232

You work at a leading healthcare firm developing state-of-the-art algorithms for various use cases. You have unstructured textual data with custom labels. You need to extract and classify various medi

The correct answer is C. Use AutoML Entity Extraction to train a medical entity extraction model. To extract and classify custom medical phrases from unstructured text using your own labels, use Vertex AI AutoML Entity Extraction.

Submitted by ravi_2018· Apr 18, 2026ML model development

Question

You work at a leading healthcare firm developing state-of-the-art algorithms for various use cases. You have unstructured textual data with custom labels. You need to extract and classify various medical phrases with these labels. What should you do?

Options

  • AUse the Healthcare Natural Language API to extract medical entities
  • BUse a BERT-based model to fine-tune a medical entity extraction model
  • CUse AutoML Entity Extraction to train a medical entity extraction model
  • DUse TensorFlow to build a custom medical entity extraction model

How the community answered

(39 responses)
  • A
    8% (3)
  • B
    18% (7)
  • C
    69% (27)
  • D
    5% (2)

Why each option

To extract and classify custom medical phrases from unstructured text using your own labels, use Vertex AI AutoML Entity Extraction.

AUse the Healthcare Natural Language API to extract medical entities

The Healthcare Natural Language API extracts predefined clinical entities and does not support custom labels or training for domain-specific medical phrases beyond its pre-trained capabilities.

BUse a BERT-based model to fine-tune a medical entity extraction model

While fine-tuning a BERT-based model is a valid advanced approach, AutoML Entity Extraction offers a managed, low-code solution that significantly reduces the effort and expertise required for this task.

CUse AutoML Entity Extraction to train a medical entity extraction modelCorrect

AutoML Entity Extraction is specifically designed for training custom entity extraction models on user-provided labeled text data, enabling the identification and classification of specific phrases with custom labels without extensive ML expertise.

DUse TensorFlow to build a custom medical entity extraction model

Building a custom model with TensorFlow requires significant machine learning development effort and expertise, which AutoML Entity Extraction abstracts away for faster model development.

Concept tested: AutoML Custom Entity Extraction

Source: https://cloud.google.com/vertex-ai/docs/auto-ml/overview

Topics

#Natural Language Processing#Entity Extraction#AutoML#Custom Models

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice