
Answer-first summary for fast verification
Answer: Summarizing customer complaints
Generative AI models are specifically designed to create new content, such as text, images, audio, or code, based on patterns learned from training data. This distinguishes them from discriminative models, which focus on classification, prediction, or clustering tasks. **Why A (Summarizing customer complaints) is correct:** - Text summarization involves generating new, concise text from longer input text, which is a core capability of generative AI models like large language models (LLMs). - The model must understand the input complaints and produce original summarized content, making this a classic generative AI application. **Why B (Classifying customers based on product usage) is incorrect:** - This is a classification task, which involves predicting categories or labels for existing data. - Classification is typically handled by discriminative models (e.g., logistic regression, decision trees), not generative models. **Why C (Segmenting customers based on type of investments) is incorrect:** - Customer segmentation involves grouping similar data points, which is a clustering task. - Clustering is an unsupervised learning technique but not inherently generative; it organizes existing data rather than creating new content. **Why D (Forecasting revenue for certain products) is incorrect:** - Revenue forecasting is a predictive modeling task, often using time series analysis or regression. - While some generative models can be adapted for prediction, forecasting is primarily a discriminative task focused on estimating future values from historical patterns. In summary, only option A involves generating new content (text summaries), aligning with the fundamental purpose of generative AI models. The other options represent discriminative or analytical tasks that do not require content generation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A financial company is employing machine learning to assist with various company tasks.
Which of the following is a use case for generative AI models?
A
Summarizing customer complaints
B
Classifying customers based on product usage
C
Segmenting customers based on type of investments
D
Forecasting revenue for certain products
No comments yet.