
Answer-first summary for fast verification
Answer: Input: Customer service chat logs; Output: Group the chat logs by users, followed by summarizing each user’s interactions, then respond
Option A is the correct choice because it directly addresses the company's goals of improving response times while maintaining personalized interactions. By grouping chat logs by users and summarizing each user's interactions, the LLM can provide context-aware, personalized responses to common inquiries. This approach leverages historical interaction data to understand individual customer patterns and preferences. Option B lacks the personalization aspect as it focuses on finding answers to similar questions without considering individual user history. Options C and D are unsuitable because they deal with customer reviews rather than customer service inquiries, which doesn't align with the stated objective of handling common customer inquiries through chat interactions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A retail company aims to improve customer experience by using an LLM to automatically handle common inquiries, enhancing response times while preserving personalized interactions.
Which input/output pair should the Generative AI Engineer use to accomplish this?
A
Input: Customer service chat logs; Output: Group the chat logs by users, followed by summarizing each user’s interactions, then respond
B
Input: Customer service chat logs; Output: Find the answers to similar questions and respond with a summary
C
Input: Customer reviews; Output: Classify review sentiment
D
Input: Customer reviews; Output: Group the reviews by users and aggregate per-user average rating, then respond
No comments yet.