View Results in Evaluation Insights¶
In the Evaluation Insights section, you can view a detailed overview of your model's performance. The results are displayed through evaluator tiles, which provide a quick visual summary of how well your model’s outputs meet predefined criteria.
Each evaluator tile represents a specific evaluator and is updated based on the results . These results are shown in a bar graph format, where the color and length of the bar indicate whether the output meets or fails the defined criteria. The evaluator tile displays the bar graph, showing the number of records that have passed or failed the evaluation. The pass/fail status depends on the user-defined threshold set during the evaluator configuration or Boolean logic.
- Pass: The output meets the evaluation criteria (e.g., no bias, no toxicity)
-
Fail: The output does not meet the evaluation criteria (e.g., contains bias, contains toxicity).
Quality evaluators like Groundness, Query Relevance, Coherence, Fluency, Paraphrasing, and Completeness generally use Continuous Scoring. This method uses a numerical scale (e.g., 1-5 or 1-10). When you set a threshold, records above the threshold are marked as 'Pass', and those below the threshold are marked as 'Fail'.
For example:
- For Coherence (regarded as a positive evaluator): If the threshold is set to 2.5, records with scores above this threshold will be marked as 'Pass', indicating they meet the quality standard. Records below the threshold will be marked as 'Fail'.
- For Toxicity (regarded as negative evaluator): If the threshold is set to 2.5, records with scores above this threshold will be marked as 'Fail' (indicating toxic content). Records below the threshold will be marked as 'Pass', indicating they meet the desired quality level.
Safety evaluators like Bias Detection and Banned Topics use Boolean Scoring. This method returns either a pass (1) or fail (0), depending on whether the evaluation criteria are met.
For example, for Bias Detection:
- 1 (Pass): The text does not contain bias
- 0 (Fail): The text contains bias.
Thus, Evaluation Studio displays the evaluation results using a simple pass/fail system, providing a clear and concise assessment of model performance.