[WIP] Port changes from upstream PR to standardize output schema#5037
Draft
Copilot wants to merge 1 commit into
Draft
[WIP] Port changes from upstream PR to standardize output schema#5037Copilot wants to merge 1 commit into
Copilot wants to merge 1 commit into
Conversation
|
This pull request has been marked as stale because it has been inactive for 14 days. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.
Original prompt
Goal
Port the in-scope changes from upstream PR Azure/azure-sdk-for-python#46436 ("Standardize Output Schema for Evaluators") onto the existing branch
Standardize-Eval-Outputin this repository, then open a Pull Request fromStandardize-Eval-Output→main.The upstream PR lives in a different repo with a different layout. Only files under
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/are in scope. They must be re-targeted to this repo's layout underassets/evaluators/builtin/<evaluator>/evaluator/.Important: Work directly on the existing
Standardize-Eval-Outputbranch. Do not create a new branch. Open the PR fromStandardize-Eval-Output→main.Scope — files to port
The mapping below lists every upstream source file (in
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/...) and its destination in this repo. Apply the upstream patches to the destination files. Use the upstream PR diff as the source of truth.Azure/azure-sdk-for-pythonPR #46436)Azure/azureml-assets(branchStandardize-Eval-Output)_evaluators/_bleu/_bleu.pyassets/evaluators/builtin/bleu_score/evaluator/_bleu.py_evaluators/_coherence/coherence.promptyassets/evaluators/builtin/coherence/evaluator/coherence.prompty_evaluators/_document_retrieval/_document_retrieval.pyassets/evaluators/builtin/document_retrieval/evaluator/_document_retrieval.py_evaluators/_f1_score/_f1_score.pyassets/evaluators/builtin/f1_score/evaluator/_f1_score.py_evaluators/_fluency/fluency.promptyassets/evaluators/builtin/fluency/evaluator/fluency.prompty_evaluators/_gleu/_gleu.pyassets/evaluators/builtin/gleu_score/evaluator/_gleu.py_evaluators/_groundedness/_groundedness.pyassets/evaluators/builtin/groundedness/evaluator/_groundedness.py_evaluators/_groundedness/groundedness_with_query.promptyassets/evaluators/builtin/groundedness/evaluator/groundedness_with_query.prompty_evaluators/_groundedness/groundedness_without_query.promptyassets/evaluators/builtin/groundedness/evaluator/groundedness_without_query.prompty_evaluators/_intent_resolution/_intent_resolution.pyassets/evaluators/builtin/intent_resolution/evaluator/_intent_resolution.py_evaluators/_intent_resolution/intent_resolution.promptyassets/evaluators/builtin/intent_resolution/evaluator/intent_resolution.prompty_evaluators/_meteor/_meteor.pyassets/evaluators/builtin/meteor_score/evaluator/_meteor.py_evaluators/_relevance/_relevance.pyassets/evaluators/builtin/relevance/evaluator/_relevance.py_evaluators/_relevance/relevance.promptyassets/evaluators/builtin/relevance/evaluator/relevance.prompty_evaluators/_response_completeness/_response_completeness.pyassets/evaluators/builtin/response_completeness/evaluator/_response_completeness.py_evaluators/_response_completeness/response_completeness.promptyassets/evaluators/builtin/response_completeness/evaluator/response_completeness.prompty_evaluators/_retrieval/retrieval.promptyassets/evaluators/builtin/retrieval/evaluator/retrieval.prompty_evaluators/_rouge/_rouge.pyassets/evaluators/builtin/rouge_score/evaluator/_rouge.py_evaluators/_similarity/similarity.promptyassets/evaluators/builtin/similarity/evaluator/similarity.prompty_evaluators/_task_adherence/_task_adherence.pyassets/evaluators/builtin/task_adherence/evaluator/_task_adherence.py_evaluators/_task_adherence/task_adherence.promptyassets/evaluators/builtin/task_adherence/evaluator/task_adherence.prompty_evaluators/_task_completion/_task_completion.pyassets/evaluators/builtin/task_completion/evaluator/_task_completion.py_evaluators/_task_completion/task_completion.promptyassets/evaluators/builtin/task_completion/evaluator/task_completion.prompty_evaluators/_task_navigation_efficiency/_task_navigation_efficiency.pyassets/evaluators/builtin/task_navigation_efficiency/evaluator/_task_navigation_efficiency.py_evaluators/_tool_call_accuracy/_tool_call_accuracy.pyassets/evaluators/builtin/tool_call_accuracy/evaluator/_tool_call_accuracy.py_evaluators/_tool_call_accuracy/tool_call_accuracy.promptyassets/evaluators/builtin/tool_call_accuracy/evaluator/tool_call_accuracy.prompty_evaluators/_tool_call_success/_tool_call_success.pyassets/evaluators/builtin/tool_call_success/evaluator/_tool_call_success.py_evaluators/_tool_call_success/tool_call_success.promptyassets/evaluators/builtin/tool_call_success/evaluator/tool_call_success.promptyThis pull request was created from Copilot chat.