For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
  • Service Management
    • Overview
    • Concierge & Ticketing Capabilities Overview
    • Forms
    • Forms - Integration Specific Guides
    • Live Agent Chat / Handoff
    • Triage
      • Triage 2.0: Technology Overview
      • Configure Triage
        • Triage Discovery Questionnaire
        • Configure Triage 2.0
        • Configure Model Configurations
        • Configure Field Configurations
        • Configure Model Retraining
        • Configure Field Heuristic Rule
    • Approval Mirroring
    • Ticket Interception
    • Generic Ticketing Integration: Ticket Gateway
  • Administration
    • MyMoveworks
    • Organization Information
    • Roles and Permissions
    • MyMoveworks SSO
  • Moveworks Setup
    • Accessing Moveworks Setup
    • First-Time Login via Magic Link
    • Moveworks Setup Modules
    • Moveworks Setup: Module How To Guides
    • Plugin Management
    • Monitor Alerts
    • Audit Logs
    • DSL Fields Defaults
    • Data Crawling View
    • API Playground
    • Setup Homepage
    • Troubleshooting Hub
    • Security and Privacy Settings
    • Configuration Delete
    • Advanced Config Editor
    • Identity configuration
    • Onboarding Stage
  • Security
    • Security
    • Hyperlink & Button Expiry
    • Attachment Handling
    • Moveworks Subprocessors
  • Provision Management
    • Overview
    • Access Software
    • Access Groups
    • Access Account
  • Access Requirements
    • Overview
    • Update Set Modules
    • Ticketing Systems & ITSMs Access
    • Identity and Access Management Systems Access
    • Multi-Factor Authentication (MFA) Systems Access
    • Knowledge Access Requirements
    • Email Distribution List Systems Access
    • Facilities Management Access
    • Live Agent Chat Access
    • HR Information System Access
    • Expense Management Access
    • Calendar Management Access
  • Core Platform
    • User Identity
    • Moveworks On-Prem Agent
    • Approvals Engine
    • Entity Catalog
    • Configuration Languages
    • Moveworks Data Objects
    • SIEM
  • Employee Experience Insights
    • Overview
    • Breaking Down the Dashboard
    • Understanding Industry Benchmarks
    • Apps & Services
    • Impact Module
    • EXI Common Use Cases
    • Configure EXI
    • Ticket Backpolling
  • Knowledge Studio
    • Overview
    • Knowledge Studio Configuration
    • AI Powered Recommendations
    • Inspecting & Verifying Sources
    • Publishing Articles
    • Creating Knowledge Articles
    • Resolving IT Tickets Guidance
DeveloperAcademyCommunityStatus
On this page
  • What can you do with the Model Retraining module?
  • Prerequisites
  • Configuring Model Retraining
  • Model Settings
  • Heuristics Rules
Service ManagementTriageConfigure Triage

Configure Model Retraining

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Configure Field Heuristic Rule

Next
Built with
Not required for Triage 2.0

This configuration is not required for Triage 2.0.

Triage is a machine learning model that requires continuous learning and improvement. To continue enhancing its performance, it’s important for Service Desk Agents to reroute any incorrectly predicted tickets. When Triage makes incorrect predictions and tickets are rerouted by agents, this feedback is automatically collected and used for future retraining. Retraining the model with new data helps it “relearn” and improve its accuracy for future predictions.

What can you do with the Model Retraining module?

In this module, you can define the filtering criteria for tickets on which you would like to retrain the model.

For eg. Once the Triage model is deployed and you observe that Triage predictions are not accurate for certain cases where assignment group is predicted as A, B, or C. If you would like to retrain all those tickets where assignment group value is say A, B, or C, and contact type is say, Bot and Email. Then in this module, you can define these filtering conditions, so that Moveworks can retrain the model once every month automatically and improve the overall accuracy of the model.

Prerequisites

  1. Before proceeding for Model retraining configurations, it is important to make sure that Triage model is actually trained and deployed on your org’s production instance.
  2. You have a good understanding of predicted values where prediction accuracy is low.

Configuring Model Retraining

There are two sections within this module:

  1. Model Details: In this section, you need to input key details around your model such as Integration ID, model name, ticket types, additional features, etc.
  2. Ticket Filters: In this section, you can define the ticketing filters for retraining.

Model Settings

  1. Input the Integration ID. This is the integration id for the ITSM system. For eg. If Triage is running on Service Now ticketing, choose the integration ID corresponding to the Service Now.
  2. Input the Model Name. This is the predicted field name. This should be the predicted field name, the model is updating, say assignment_group. Concatenated models should use + as the delimiter. ie. category+subcategory. Refer predicted fields from below:
    1. Assignment group = assignment_group
    2. Category = category
    3. Sub Category = subcategory
    4. Business service = business_service
    5. Service Offering = service_offering
    6. Configuration item = configuration_item
    7. HR Service = hr_service
    8. Components = components
    9. Call Type = call_type
  3. Select the Ticket Type. This correspond to the type of tickets we’re intercepting for prediction. E.g. Incident, Call, Default.
  4. Select Additional features, if applicable. During model training, at times, additional metadata such as location is taken into account to train the model which further improves the model accuracy.
  5. Select the Routes. These are the routes for which the triage field is configured.
  6. Add Field Names.
    1. If the Triage model is trained on a custom field, input the custom field name here. If the model respects

Heuristics Rules

  1. Start Values List
    Filter training data on initial custom_data values to ensure training data only includes tickets in scope (ie. starting assignment_group).
    1. Example: assignment_group IN (‘value 1’, ‘value 2’, ‘value 3’)
  2. ‘Where’ conditions
    Add extra filters to ensure training data only includes tickets in scope (ie. specific contact types).
    1. Example: contact_type IN (‘Email’, ‘Self-service’, ‘Chat’, ‘ChatBot’)
  3. Click on Submit

With these steps, you can define the model retraining configurations.