Experiment - Customer support agent architecture
Problem:Build a customer support agent that can understand user questions and provide accurate answers. The current model uses a simple keyword matching approach.
Current Metrics:Training accuracy: 95%, Validation accuracy: 65%, Validation loss: 1.2
Issue:The model overfits the training data and performs poorly on new customer queries, showing low validation accuracy.
