
Answer-first summary for fast verification
Answer: Fine-tuning
The correct answer is **B: Fine-tuning**. **Why Fine-tuning is the optimal choice:** Fine-tuning is a supervised learning technique where a pre-trained model (which already has general knowledge from training on large datasets) is further trained on a smaller, labeled dataset specific to a particular domain or industry. This process adapts the model to understand specialized terminology, jargon, and requirements unique to fields like legal, medical, finance, or other industries. **Key characteristics of fine-tuning that align with the question:** 1. **Uses labeled datasets** - The question explicitly mentions "training AI models on labeled datasets," which matches the supervised learning approach of fine-tuning. 2. **Adapts to specific industry terminology** - Fine-tuning specializes the model's knowledge for domain-specific language and concepts. 3. **Customizes for specific requirements** - The model learns patterns and nuances relevant to the target industry while retaining its general capabilities. **Why other options are less suitable:** - **A: Data augmentation** - This technique involves creating variations of existing training data (e.g., rotating images, adding noise to text) to increase dataset diversity and improve model robustness. While it can be used alongside fine-tuning, it doesn't inherently adapt models to specific industry terminology. - **C: Model quantization** - This is a model optimization technique that reduces the precision of model parameters (e.g., from 32-bit to 8-bit floating point) to decrease model size and inference latency. It doesn't involve training on labeled datasets for domain adaptation. - **D: Continuous pre-training** - This involves further training a model on additional unlabeled data to expand its general knowledge base. While it can improve model capabilities, it typically doesn't use labeled datasets specifically for industry terminology adaptation and is more about general knowledge expansion rather than domain specialization. Fine-tuning represents the most direct and effective approach for customizing AI models to specific industry contexts using labeled data, making it the clear choice for this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.