Selecting Enrichments
Fiddler offers enrichments out of the box to monitor different aspects of LLM applications. Use the below table to select the right enrichment for your specific use case.
This table provides high level information on the metric, the enrichment to use to measure the metric, if the metric uses LLMs, and if so, what LLM it uses.
If you have a use case not covered by the below enrichments out of the box, please contact your administrator.
Metric | Metric Category | Description | Enrichment | LLM Used? | LLM Type |
---|---|---|---|---|---|
Hallucination | This enrichment identifies the accuracy and reliability of facts presented in AI-generated texts |
| Yes | OpenAI | |
Hallucination | This enrichment identifies the accuracy and reliability of facts presented in AI-generated texts. It is generated by Fiddler's Fast Trust Models |
| Yes | Fiddler Fast Trust Model | |
Hallucination | This enrichment measures the pertinence of AI-generated responses to their inputs |
| Yes | OpenAI | |
Hallucination | This enrichment evaluates the brevity and clarity of AI-generated responses |
| Yes | OpenAI | |
Hallucination | This enrichment assesses the logical flow and clarity of AI-generated responses |
| Yes | OpenAI | |
Safety | This enrichment classifies whether a piece of text is toxic or not |
| Yes | OpenAI | |
Safety | This enrichment detects the presence of jailbreak attempts by the user. It is generated by Fiddler's Fast Trust Models. |
| Yes | Fiddler Fast Trust Model | |
Safety | This enrichment generates 10 different safety metrics to measure texts upon. These metrics are: |
| Yes | Fiddler Fast Trust Model | |
Safety | This enrichment flags the presence of sensitive information within textual data |
| No | ||
Safety | This enrichment compares the text with a regular expression string |
| No | ||
Safety | This enrichment classifies the text into several preset dimensions using a zero-shot classifier |
| No | ||
Safety | This enrichment detects the presence of banned keywords configured by the user |
| No | ||
Safety | This enrichment flags the use of offensive or inappropriate language |
| No | ||
Safety | This enrichment identifies the language of the source text |
| No | ||
Text Statistics | This enrichment provides classic text evaluation methods such as BLEU, ROUGE, and Meteor |
| No | ||
Text Statistics | This enrichment provides sentiment analysis of the target text |
| No | ||
Text Statistics | This enrichment provides various text statistics such as character/letter count, flesh kinkaid, and others |
| No | ||
Text Validation | Evaluates different query dialects for syntax correctness. |
| No | ||
Text Validation | Validates JSON for correctness and optionally against a user-defined schema. |
| No |
Last updated