GENERATIVE-AI-ENGINEER-ASSOCIATE · Question #102
A Generative AI Engineer has just deployed an LLM application at a manufacturing company that assists with answering customer service inquiries. They need to identity the key enterprise metrics to…
The correct answer is A. Massive Multi-task Language Understanding (MMLU) score. Massive Multitask Language Understanding (MMLU) is an academic benchmark used to evaluate a foundation model's breadth of world knowledge across 57 subject areas during model selection or research. It is not a production monitoring metric-once a model is deployed, you cannot…
Question
A Generative AI Engineer has just deployed an LLM application at a manufacturing company that assists with answering customer service inquiries. They need to identity the key enterprise metrics to monitor the application in production. Which is NOT a metric they will implement for their customer service LLM application in production?
Options
- AMassive Multi-task Language Understanding (MMLU) score
- BNumber of customer inquiries processed per unit of time
- CFactual accuracy of the response
- DTime taken for LLM to generate a response
How the community answered
(37 responses)- A76% (28)
- B14% (5)
- C8% (3)
- D3% (1)
Explanation
Massive Multitask Language Understanding (MMLU) is an academic benchmark used to evaluate a foundation model's breadth of world knowledge across 57 subject areas during model selection or research. It is not a production monitoring metric-once a model is deployed, you cannot continuously run MMLU benchmarks in real time, and it doesn't reflect the specific customer-service domain. The other three options are genuine production metrics: (B) throughput (inquiries/unit time) measures operational capacity and SLA adherence; (C) factual accuracy tracks whether answers are correct for customer safety and brand trust; (D) response latency is critical for user experience and SLA compliance. MMLU is therefore the odd one out-a pre-deployment evaluation tool, not a production monitoring metric.
Topics
Community Discussion
No community discussion yet for this question.