Resolve intent issues
Use the issue cards to identify intents that have conflicts, need reviewing, or need more utterances. Resolving intent issues ensures the intents in your Natural Language Understanding (NLU) models work properly.
始める前に
- Make sure that the NLU Workbench plugin, NLU Workbench - Core plugin, NLU Workbench - Advanced Features plugin, and Predictive Intelligence plugin are all installed and activated on your instance.
- You can resolve conflicts for Virtual Agent and AI Search models.
- Role required: nlu_admin or admin. When assigned to a model, the nlu_editor can resolve intent issues for that model.
このタスクについて
When a trained model contains intents with issues, the issue cards are displayed on the intents tab of Build and train your model page. Select each card to filter the list of intents for that issue.
- intents have low utterance count: Intent doesn’t contain the required minimum of 5 training utterances. This card also displays when the intent contains less than the recommended count of 15 utterances.
- intents have low test utterance count: The default test set does not have enough test utterances for the intent. This card displays when the count of test utterances for an intent is below the recommended 15.
- intents have critical conflicts: Intent contains training utterances that overlap with utterances in another intent.注:Utterances which are marked as Not relevantmay also conflict with utterances assigned to intents. For more information, see Irrelevance detection in NLU.
- intents need review: Intent was translated but must be reviewed by an nlu_admin or nlu_editor.
- The model is a pre-built model
- The model is in a draft state and not trained
- The model contains no conflicts
- A successful conflict report doesn't exist for the latest trained version
- The NLU Workbench - Advanced Features plugin isn't installed
| Issue | Resolution |
|---|---|
| intents have low utterance count | Add more training utterances to the intent. Intents need at least 5 utterances. The recommended count is at least 15 utterances. |
| intents have low test utterance count | Add more test utterances for the intent to the model's default test set. The recommended count is at least 15. |
| intents have critical conflicts | Remove or edit any utterances so that each utterance applies to only one intent. |
| intents need review | Have an nlu_admin or nlu_editor review the intent. For more information, see Enable or disable a secondary model intent. |
In this example procedure, you are resolving critical conflicts in one of your intents. You built a Virtual Agent model for handling HR requests, but two of your intents, GeneralHRInquiry and CreateHRGeneralInquiryCase included similar utterances.
手順
次のタスク
Utterances designated as Irrelevant or Not relevantmay also conflict with training utterances. Irrelevant utterances are displayed as though they are in their own intent named NO_INTENT. However, these utterances cannot be edited or deleted in Conflicts. Copy the utterance to the Irrelevance Detection module to edit or delete. For more information, see Irrelevance detection in NLU.
Continue to resolve all conflicts. When finished, train your model to see a list of updated conflicts, if any. Resolve all intent issues prior to testing and publishing your model.