Professional Machine Learning Engineer Exam QuestionsBrowse all questions from this exam

Professional Machine Learning Engineer Exam - Question 221


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?

Show Answer
Correct Answer: C

To extract and classify various medical phrases with custom labels from unstructured textual data, using AutoML Entity Extraction to train a medical entity extraction model is the most suitable approach. AutoML Entity Extraction provides a robust way to create custom entity extraction models that can handle unstructured text and allows for the use of custom labels specific to your use cases. This solution is user-friendly and does not require the extensive expertise and resource commitment necessary for building a custom model from scratch, making it both efficient and effective for your needs.

Discussion

6 comments
Sign in to comment
b1a8faeOption: C
Jan 16, 2024

C. "AutoML Entity Extraction for Healthcare allows you to create a custom entity extraction model trained using your own annotated medical text and using your own categories." https://cloud.google.com/healthcare-api/docs/concepts/nlp#choosing_between_the_and

daidai75
Jan 28, 2024

Full Agreed

sonicclasps
Jan 31, 2024

textbook use case as described in the link provided

Dagogi96Option: A
Jan 21, 2024

A.- "The Healthcare Natural Language API parses unstructured medical text such as medical records or insurance claims. It then generates a structured data representation of the medical knowledge entities stored in these data sources for downstream analysis and automatio"

pikachu007Option: B
Jan 13, 2024

A. Healthcare Natural Language API: While convenient, it lacks the customization capabilities for fine-tuning with custom labels, potentially limiting accuracy for your specific needs. C. AutoML Entity Extraction: It's generally well-suited for common entity types, but its pre-defined label set might not accommodate the full range of medical entities and relationships you need to extract. D. TensorFlow Custom Model: Building a model from scratch requires significant expertise, time, and resources, often less efficient than leveraging the power of pre-trained BERT models.

guilhermebutzkeOption: B
Feb 14, 2024

My answer: B Looking for “developing state-of-the-art algorithms for various use cases” in the question, I think the best approach is BERT-based model. AutoML Entity Extraction could be a approach for a quickstart, and Healthcare Natural Language API might not have your custom labels built-in, limiting its effectiveness. Tensorflow model can be time-consuming and require significant expertise https://cloud.google.com/healthcare-api/docs/concepts/nlp#choosing_between_the_and

fitri001Option: C
Apr 18, 2024

Pre-built Functionality: It's a pre-built and managed service within Vertex AI that streamlines the process of building custom entity extraction models. This can save you time and resources compared to building a model from scratch using TensorFlow (option D). Customizable Labels: AutoML Entity Extraction allows you to define your custom labels for medical phrases, which aligns well with your specific needs. Unstructured Text Support: It's designed to handle unstructured text data like your medical records. Faster Experimentation: Compared to a custom BERT-based model (option B), AutoML Entity Extraction often allows for faster experimentation as it automates many hyperparameter tuning aspects.

fitri001
Apr 18, 2024

A. Healthcare Natural Language API: While this API can extract medical entities like diseases or medications, it might not support the level of customization you need for your specific medical phrases with custom labels. B. BERT-based Model with Fine-tuning: Fine-tuning a BERT model can be effective, but it requires significant expertise in machine learning and natural language processing. AutoML Entity Extraction provides a more accessible and potentially faster approach for your use case. D. TensorFlow for Custom Model: Building a custom model with TensorFlow offers maximum control, but it requires a high level of expertise and can be time-consuming, especially for a team that might not specialize in NLP.

VinaoSilvaOption: C
Jun 29, 2024

"unstructured textual data with custom labels " = AutoML Entity Extraction