-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update groundedness pro asset description (#3556)
- Loading branch information
1 parent
4d54507
commit 74d61d6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
assets/promptflow/evaluators/models/groundedness-pro-evaluator/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
| | | | ||
| -- | -- | | ||
| Score range | Integer [1-5]: where 1 is bad and 5 is good | | ||
| What is this metric? | Uses service-based evaluation to measure how well the model's generated answers align with information from the source data (user-defined context). | | ||
| How does it work? | The groundedness measure calls Responsible AI 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). | | ||
| 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 | |