What is the best approach to extract custom-labeled medical entities from unstructured text?
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?
Community Votes
65% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests your ability to distinguish between pre-built entity extraction (Healthcare Natural Language API) and custom-labeled training (AutoML Entity Extraction), with 'custom labels' being the critical clue that points to AutoML.
When building a custom medical entity extraction model on Google Cloud with your own labels, AutoML Entity Extraction is the recommended approach. Community consensus (65 votes) favors AutoML over pre-built APIs, BERT fine-tuning, and TensorFlow from scratch because it combines customization with a fully managed service.
Choosing B (BERT-based fine-tuning) is a common mistake because candidates are drawn to 'state-of-the-art algorithms,' but the question emphasizes 'custom labels' and the need for a managed, efficient solution; AutoML provides the same capability without the heavy engineering overhead.
Community Discussion (7 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option C, AutoML Entity Extraction, is the only choice that directly supports training a custom entity extraction model with your own annotated medical text and your own categories. It is a managed service that handles the underlying ML complexity, making it accessible to healthcare teams without deep ML expertise. The official Google Cloud documentation confirms this capability specifically for healthcare applications.
Why the Other Options Are Wrong
Option A, the Healthcare Natural Language API, is a pre-built API that extracts common medical entities (e.g., medications, conditions) but it cannot be trained on custom labels, so it fails the core requirement. Option B, BERT-based fine-tuning, is technically feasible but requires building, training, and deploying a custom model from scratch, which is more time-consuming and resource-intensive than using AutoML. Option D, TensorFlow, is similarly low-level and demands substantial ML engineering, whereas AutoML provides a managed alternative.
Community Comment Notes
Comment [1] directly cites the official docs: '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.' Comment [3] and [6] reinforce that AutoML is pre-built, managed, and customizable, saving time vs. TensorFlow. Comment [4] argues for B based on 'state-of-the-art algorithms,' but the phrase 'custom labels' is the key deciding factor that makes C the correct answer.
Official Reference
Exam Strategy
Always look for the phrase 'custom labels' or 'custom entities' in entity extraction questions. Pre-built APIs (A) only handle standard entities, while custom models (B, D) require significant ML engineering. AutoML Entity Extraction is the preferred managed solution for custom labels on Google Cloud, especially in healthcare.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →