Back to NLP TopicsThe Health and Monitoring dashboard provides goal-driven insights into your app’s NLP model performance. It analyzes training data, test coverage, and test results to surface actionable recommendations.Go to: Testing > Regression Testing > Health & Monitoring
Click the NLP Analysis tab in the test case detail view to see the historic NLP analysis captured at the time of execution. Shows qualified (definitive and probable) and disqualified intents for:
Traits (if applicable)
ML engine
FM engine
KG engine
Trait Rule (if applicable)
Ranking and Resolver
This differs from Utterance Testing, which shows current analysis based on the latest training data. NLP Analysis here is the snapshot from when the test ran.
Shows the count and percentage of covered vs. uncovered intents. An intent is covered if it has at least one test case in the selected suite(s). Use View details to find uncovered intents and add test cases.
Training recommendations appear when errors or warnings are triggered during execution. Click View Recommendations to see the summary and corrective actions.
Click View Details in any summary panel (Dialog Intents, FAQs, Small Talks) to open a drill-down of performance metrics and recommendations.Training Data Summary columns:
Metric
Dialog Intent
FAQ
Small Talk
Intent
Intent name
FAQ intent name
Small Talk intent name
Utterances
Count of training utterances
N/A
—
Test Cases
Count in selected suite(s)
—
—
True Positive (TP)
Count of TP results
—
—
False Negative (FN)
Count of FN results
—
—
False Positive (FP)
Count of FP results
—
—
Covered In
Test suite names
—
—
F1 / Accuracy / Precision / Recall
Recommendation scores
—
—
Recommendations
Count + corrective actions link
N/A
N/A
Group
N/A
N/A
Small Talk group
Path
N/A
KG node path
N/A
Alt Question
N/A
Count of alternate questions
N/A
View Intents Not Covered: Click the three-dot menu on the panel to list intents not covered in batch testing. Add them to your training data to improve coverage.
Shows recommendation scores for FAQs from the latest batch test. Click View Recommendations to review the last report. Click Knowledge Graph to navigate to KG Analysis.
Shows recommendation scores for Small Talk interactions from the latest batch test. Click Small Talk to view group names, user utterances, and bot responses.
Click the go to utterance testing (magic wand) icon on the Test Cases Detailed Analysis page to open the Utterance Testing window. From there you can retrain the app based on test failures. See Utterance Testing.