Add VisRes Bench benchmark (CVPR 2026)#1245
Merged
Luodian merged 3 commits intoEvolvingLMMs-Lab:mainfrom Mar 10, 2026
Merged
Conversation
Luodian
approved these changes
Mar 10, 2026
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.
Pull Request: Add VisRes-Bench (CVPR 2026)
VisRes Bench: On Evaluating the Visual Reasoning Capabilities of VLMs
Summary
tiiuae/visres_bench.lmms_eval_specific_kwargs, and subgroups for level 1 (8 tasks, no random_sampling), level 2 (12 tasks), and level 3 (5 tasks).In scope
lmms_eval/tasks/visres_bench/with:utils.py:visres_bench_doc_to_text(supportsquestion_column: guided_question / generic_question),visres_bench_doc_to_visual,vp_process_results_default_template_visres_bench_yaml: dataset path, doc_to_text/doc_to_visual/doc_to_target, metrics, lmms_eval_specific_kwargs for default and generic formats_visres_bench.yaml(all 27),_visres_bench_level_1.yaml(8),_visres_bench_level_2.yaml(12),_visres_bench_level_3.yaml(5)visres_bench_level_1_global_occlusion_50, etc., eachincludeing the default template and settingtaskanddataset_nameREADME.md: how to run (all tasks, level 1/2/3, single task), question type (guided vs generic), summary table, and citationOut of scope
lmms_eval/tasks/visres_bench/.datasetsusage.Validation
--tasks visres_bench_level_1_global_occlusion_50| single config | dataset loads, doc_to_text/doc_to_visual/process_results run | pass--tasks visres_bench_level_1| 8 tasks | all configs load fromtiiuae/visres_bench| pass--tasks visres_bench| 27 tasks | full group runs | passRisk / Compatibility
lmms_eval/tasks/visres_bench/. No changes to existing task or model APIs.Type of Change