-
Notifications
You must be signed in to change notification settings - Fork 124
models Groundedness Pro Evaluator
github-actions[bot] edited this page Nov 2, 2024
·
2 revisions
Score range | Boolean: [true, false]: where True means that your response is grounded, False means that your response is ungrounded. |
What is this metric? | Uses service-based evaluation to measure how well the model's generated answers are grounded in the information from the source data (user-defined context). |
How does it work? | The groundedness measure calls Azure AI Evaluation service to assess the correspondence between claims in an AI-generated answer and the source context, making sure that these claims are substantiated by the context. Even if the responses from LLM are factually correct, they'll be considered ungrounded if they can't be verified against the provided sources (such as your input source or your database). |
When to use it? | Use the groundedness metric when you need to verify that AI-generated responses align with and are validated by the provided context. It's essential for applications where factual correctness and contextual accuracy are key, like information retrieval, question-answering, and content summarization. This metric ensures that the AI-generated answers are well-supported by the context. |
What does it need as input? | Query, Context, Generated Response |
Version: 1
Preview
View in Studio: https://ml.azure.com/registries/azureml/models/Groundedness-Pro-Evaluator/version/1
is-promptflow: True
is-evaluator: True