[Benchmark Backfill] Integrate OSWorld-Verified parity into lmms-eval#1165
Merged
Conversation
Luodian
added a commit
that referenced
this pull request
Feb 28, 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.
Summary
osworld_gscoring with OSWorld-Verified annotation format:box_type=polygonentries inMMInstruction/OSWorld-Gare 4-valuexyxy, so they are now evaluated as rectangles for click-in-region correctness.docs/current_tasks.mdunder Spatial & Grounding -> Referring Expression Comprehension.Validation
uv run pre-commit run --files lmms_eval/tasks/osworld_g/utils.py docs/current_tasks.mduv run python -c "from datasets import load_dataset; from lmms_eval.tasks.osworld_g.utils import osworld_g_process_results; ds=load_dataset('MMInstruction/OSWorld-G', split='test'); poly=next(d for d in ds if d['box_type']=='polygon'); x1,y1,x2,y2=poly['mimo_bbox']; pred=f'[{(x1+x2)/2:.2f}, {(y1+y2)/2:.2f}]'; print(osworld_g_process_results(poly,[pred])['osworld_g_polygon_acc']['correct'])"->Trueuv run python -m lmms_eval --tasks list-> includesosworld_gOPENAI_API_KEY="$OPENROUTER_API_KEY" OPENAI_API_BASE="https://openrouter.ai/api/v1" uv run python -m lmms_eval --model openai_compatible --model_args "model_version=bytedance-seed/seed-1.6-flash" --tasks osworld_g --batch_size 1 --limit 1 --output_path ./logs/lmm_298_osworld_smoke --log_samples --verbosity INFO-> completed and wrote outputs underlogs/lmm_298_osworld_smoke/...lsp_diagnosticsclean forlmms_eval/tasks/osworld_g/utils.pySmoke Validation (limit=8)
Status: PASS (LMM-298 / osworld_g)
Output Table
Sample Output
Sample 1 (doc_id: 0)
Sample 2 (doc_id: 1)
Test Params
uv run python -m lmms_eval --model openai_compatible --model_args "model_version=bytedance-seed/seed-1.6-flash" --tasks osworld_g --batch_size 1 --limit 8 --log_samples