Experiment - Conversation management
Problem:You have built a chatbot that answers questions but it often loses track of the conversation context after a few turns.
Current Metrics:Training accuracy: 95%, Validation accuracy: 60%, Loss: 0.4
Issue:The model overfits the training data and fails to maintain context, causing low validation accuracy and poor conversation flow.