[Dataset] Align ARC-AGI-1/2 evaluation with ARC Prize protocol - #2563
Open
Vicentvankor wants to merge 1 commit into
Open
[Dataset] Align ARC-AGI-1/2 evaluation with ARC Prize protocol#2563Vicentvankor wants to merge 1 commit into
Vicentvankor wants to merge 1 commit into
Conversation
Vicentvankor
marked this pull request as ready for review
July 21, 2026 02:52
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.
Summary
Align the default ARC-AGI-1 and ARC-AGI-2 dataset configs with the ARC Prize benchmarking protocol.
test[0];arc_prize_public_evaluation_gen_fedd04.pyconfig on the legacy OpenCompass behavior.Motivation
The existing OpenCompass adapter diverges from the benchmark-owner protocol in several score-affecting places:
[[...]]in the responseThese differences can turn valid final answers into errors and make scores incomparable with ARC Prize results.
Compatibility and scope
Only the two current ARC-AGI configs opt into
protocol='owner'andARCPrizeGenInferencer.The shared loader and evaluator continue to default to
legacy, and the archivedfedd04config is unchanged. No non-ARC dataset config imports or enables the new protocol.Primary sources
All benchmarking-harness links above are pinned to commit
688c9be4fb270ad7eede09fe8bba6f8187be3bed.Validation
Also verified:
yapf --diffis clean for all changed Python files;git diff --checkpasses;main@954e632d;