feat: add ARC-AGI-1, ARC-AGI-2, and BrowseComp benchmark tasks#1190
Merged
Conversation
- ARC-AGI-1: visual reasoning using mertaylin/arc-agi-images (400 eval samples) - ARC-AGI-2: visual reasoning using vincentkoc/arc-agi-2 (120 eval samples) - BrowseComp: OpenAI info-finding benchmark with XOR-encrypted data and LLM judge Resolves LMM-306, LMM-307, LMM-273
This was referenced Feb 24, 2026
Luodian
added a commit
that referenced
this pull request
Feb 28, 2026
- ARC-AGI-1: visual reasoning using mertaylin/arc-agi-images (400 eval samples) - ARC-AGI-2: visual reasoning using vincentkoc/arc-agi-2 (120 eval samples) - BrowseComp: OpenAI info-finding benchmark with XOR-encrypted data and LLM judge Resolves LMM-306, LMM-307, LMM-273
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
mertaylin/arc-agi-images(400 eval samples, exact grid match)vincentkoc/arc-agi-2(120 eval samples, interleaved demo images)Details
ARC-AGI-1 (
lmms_eval/tasks/arc_agi_1/)mertaylin/arc-agi-images(eval split)arc_agi_1_acc(exact grid match, JSON array-of-arrays parsing)ARC-AGI-2 (
lmms_eval/tasks/arc_agi_2/)vincentkoc/arc-agi-2(evaluation split)arc_agi_2_acc(exact grid match with_normalize_gridtype coercion)BrowseComp (
lmms_eval/tasks/browsecomp/)lmms_eval/llm_judgewhen API configured; falls back to exact matchbrowsecomp_accVerification
--tasks list✅pre-commit run(black + isort) passed ✅Linear Issues
Resolves LMM-306, LMM-307, LMM-273