Experiment - Message roles (system, user, assistant)
Problem:You are building a chatbot using a generative AI model. The model uses three message roles: system, user, and assistant. The system message sets the behavior, the user message is the input, and the assistant message is the model's reply. Currently, the model responds well to user messages but sometimes ignores the system instructions, leading to inconsistent answers.
Current Metrics:User satisfaction score: 70%, Consistency score: 65%
Issue:The model does not consistently follow system instructions, causing lower consistency and user satisfaction.