Changelog
All notable changes to nvidia/PhysicalAI-VANTAGE-Bench on Hugging Face.
2026-05-27
data/pointing/VANTAGE_2DPointing.tsvupdated. MCQ option coordinates (columnsA–D) are now expressed in the normalized0–1000coordinate system (each cell is anx,ypair, with both components in[0, 1000]relative to the image dimensions). The public TSV ships only the question side: columns areindex, question_id, image_path, question, A, B, C, D; the ground-truth fields (answer,target_point) are held server-side and are not included in the released file.data/event_verification/flattened to match thevqa/andtemporal_localization/layout. Thefiltered/.../{metropolis,tailgating,warehouse_near_miss}subtree was removed; all 163 videos now live directly underdata/event_verification/videos/, and the four annotation JSONs were moved + renamed todata/event_verification/data_jsons/annotations/{metropolis_event_verification,tailgating_location_a,tailgating_location_b,warehouse_near_miss}.json. Eachbcq[].videois now the basename (e.g.example.mp4) and eachbcq[].idis the stem (e.g.example); all other fields, entry order, and counts (163 total) are preserved. Theconfigs:glob in the top-level README is updated accordingly.
2026-05-19
- README YAML updated with a
configs:block so the HF dataset viewer exposes one tab per task (vqa,temporal_localization,event_verification,referring,pointing,tracking,2dbbox,dense_captioning). - Added
data/2dbbox/metadata.jsonlanddata/dense_captioning/metadata.jsonlso the image / video tasks are browsable in the viewer.
2026-05-15
- Per-task
prompt.jsonadded underdata/2dbbox/anddata/dense_captioning/(schema:{"prompt": "<text>"}). - Question-only annotation JSONs added under
data/vqa/data_jsons/annotations/,data/temporal_localization/data_jsons/annotations/,data/event_verification/filtered/**, anddata/referring/refdrone_test_llava.json. Answer fields (gt,gt_option,answer, GT bbox coordinates, etc.) are stripped — only the question side ships. Metropolis2DPointingreferences renamed toVantage2DPointing.- New
data/README.mdsummarizing the dataset layout and listing the per-task prompts.
2026-05-09
data/restructured. Top-level task directories renamed:dense_captioning/,event_verification/,pointing/,referring/,temporal_localization/,vqa/. The legacySpatial/directory was dropped.
2026-05-04
- Initial release: full release uploaded to
nvidia/PhysicalAI-VANTAGE-Benchunderdata/(PR #2).