Fix LLM Stats evaluator provenance#136
Open
tommasocerruti wants to merge 1 commit into
Open
Conversation
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.
Fixes #119 for the
llm-statsadapter.This updates the adapter so
evaluator_relationshipis inferred from the relationship between the underlying score source/evaluator and the model developer, rather than from LLM Stats as the aggregator.Paired datastore PR: https://huggingface.co/datasets/evaleval/EEE_datastore/discussions/137
Behavior
self_reported=trueor source organization matching the model developer =>first_partyself_reported=falseor source organization differing from the model developer =>third_partyothersource_metadatascore_details.detailsExample Data Differences
Third-party example: MiniMax M2.7 on GDPVal-AA
Current datastore:
https://huggingface.co/datasets/evaleval/EEE_datastore/raw/main/data/llm-stats/minimax/minimax-m2.7/fa480e85-428c-473d-8c8c-222e74f66155.json
New datastore PR file:
https://huggingface.co/datasets/evaleval/EEE_datastore/raw/refs%2Fpr%2F137/data/llm-stats/minimax/minimax-m2.7/7b294459-ebb0-4ff9-b64f-597d94ce2a9d.json
Before:
evaluator_relationship = otherAfter:
evaluator_relationship = third_partyraw_self_reported=falseraw_self_reported_source=https://artificialanalysis.ai/evaluations/gdpval-aaraw_source_organization=artificial-analysisFirst-party example: MiniMax M2.7 self-reported scores
Current datastore:
https://huggingface.co/datasets/evaleval/EEE_datastore/raw/main/data/llm-stats/minimax/minimax-m2.7/c035d7f9-f489-4f53-a044-f796cee1471b.json
New datastore PR file:
https://huggingface.co/datasets/evaleval/EEE_datastore/raw/refs%2Fpr%2F137/data/llm-stats/minimax/minimax-m2.7/46d7bc7e-87e3-4bab-8dc5-8f92603eeb16.json
Before:
evaluator_relationship = first_partyAfter:
evaluator_relationship = first_partyraw_self_reported=trueraw_self_reported_source=https://www.minimax.io/models/text/m27raw_source_organization=minimaxValidation
Validation result:
data/llm-stats/unknowndirectory