[Benchmark] Add MET-Bench (ICML 2026, entity-state tracking) - #1683
Open
vanyacohen wants to merge 1 commit into
Open
vanyacohen wants to merge 1 commit into
vanyacohen wants to merge 1 commit into
Conversation
Collaborator
|
Thanks for your contribution! Since MET-Bench consists of multiple implementation files, could you please organize it as a dedicated package under vlmeval/dataset/metbench/? The benchmark-specific README/documentation, license, and requirements can also be placed in this directory. In particular, chess is only required by MET-Bench, so it can be listed in vlmeval/dataset/metbench/requirements.txt, with the installation command documented in the README. We prefer to avoid adding benchmark-specific documentation and dependencies to the global docs index and requirements.txt. The registration changes in vlmeval/dataset/init.py can remain. |
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
Implementation
Registers six datasets through
METBenchImageandMETBenchText, with 500 evaluation examples per task, benchmark prompts and scoring, tests, and usage documentation linked from the documentation index.Usage
python run.py \ --model YOUR_CONFIGURED_MODEL \ --data METBench_minecraft_text METBench_minecraft_image \ METBench_chess_text METBench_chess_image \ METBench_shell_text METBench_shell_image \ --work-dir results/metbenchSee MET-Bench usage for configuration and a small evaluation example.
Validation
pre-commit run --all-files: passed.Compatibility
chess>=1.11.2,<2for board-state scoring.