This guide covers best practices for preparing training data to ensure optimal performance of your chatbot. We’ll cover different data formats and provide specific guidelines for each type.
Regular maintenance and updates of your training data will ensure optimal
chatbot performance. Set up a review schedule to keep your content fresh and
accurate.
Always backup your training data before making major changes or updates to
avoid data loss.
✅ “30% faster response time compared to version 1.0”
Consistent Terminology
Maintain a glossary of approved terms
Use the same term for the same concept
Examples:
❌ “login, sign-in, log in” (mixing terms)
✅ “login” (consistent usage)
❌ “customer, user, client” (mixing terms)
✅ “user” (consistent usage)
Structured Information
Break down complex concepts
Use lists and tables for clarity
Include step-by-step instructions
Example:
Copy
To reset your password:1. Navigate to login.company.com2. Click "Forgot Password"3. Enter your email address4. Follow the instructions in the reset email
Context Completeness
Include all necessary context in each answer
Avoid assuming prior knowledge
Examples:
❌ “Enable the feature in settings”
✅ “Enable the dark mode feature in User Settings > Display > Theme”
❌ “Use the API key to authenticate”
✅ “Use the API key from your dashboard at api.company.com/keys to authenticate requests”