Comprehensive and Detailed Explanation (AWS AI documents):
According to AWS Generative AI and Foundation Model guidance, foundation models are pre-trained on very large and diverse datasets , enabling them to perform a wide range of tasks such as classification, summarization, labeling, and content generation without task-specific training .
For labeling online news articles, a foundation model can be used out of the box or with minimal prompt engineering, whereas a conventional ML model would typically require:
Task-specific labeled training data
Model training and validation cycles
Ongoing retraining as content evolves
Why the other options are incorrect:
B. Smaller and faster – Foundation models are generally larger , not smaller, than conventional ML models.
C. More transparent – FMs are often less transparent due to their size and complexity.
D. Not biased – Foundation models can still inherit biases from training data; bias mitigation is required.
AWS AI Study Guide References:
AWS Generative AI fundamentals
AWS Foundation Model characteristics and benefits
Submit