lapchann commited on
Commit
65d3e17
·
1 Parent(s): cc6a098

rename artifacts

Browse files
CHANGELOG.md CHANGED
@@ -21,6 +21,16 @@ All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench`** on Hugging Face.
21
  `bcq[].id` is the stem (e.g. `example`); all other fields, entry
22
  order, and counts (163 total) are preserved. The `configs:` glob in
23
  the top-level README is updated accordingly.
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## 2026-05-19
26
 
 
21
  `bcq[].id` is the stem (e.g. `example`); all other fields, entry
22
  order, and counts (163 total) are preserved. The `configs:` glob in
23
  the top-level README is updated accordingly.
24
+ - Renamed remaining active Metropolis-named annotation JSON artifacts to
25
+ VANTAGE naming for public dataset consistency:
26
+ `data/event_verification/data_jsons/annotations/metropolis_event_verification.json`
27
+ → `data/event_verification/data_jsons/annotations/VANTAGE_EventVerification.json`;
28
+ `data/vqa/data_jsons/annotations/Metropolis_VQA_Verification_Final_ITS_Data.json`
29
+ → `data/vqa/data_jsons/annotations/VANTAGE_VQA_Verification_Final_ITS_Data.json`.
30
+ File contents are unchanged; only filenames moved. The `configs:`
31
+ globs in the top-level README already match the new filenames.
32
+ `data/README.md` updated to reference the new event-verification
33
+ filename.
34
 
35
  ## 2026-05-19
36
 
data/README.md CHANGED
@@ -50,7 +50,7 @@ Per-entry questions in `temporal_localization/data_jsons/annotations/*.json`. Ea
50
 
51
  ### `event_verification/` — Binary Event Verification
52
  Per-entry questions in `event_verification/data_jsons/annotations/*.json`
53
- (four files: `metropolis_event_verification.json`,
54
  `tailgating_location_a.json`, `tailgating_location_b.json`,
55
  `warehouse_near_miss.json`). All four share a unified schema:
56
  `{"bcq": [{id, video, system_prompt, question}, …]}` where `video` is the
 
50
 
51
  ### `event_verification/` — Binary Event Verification
52
  Per-entry questions in `event_verification/data_jsons/annotations/*.json`
53
+ (four files: `VANTAGE_EventVerification.json`,
54
  `tailgating_location_a.json`, `tailgating_location_b.json`,
55
  `warehouse_near_miss.json`). All four share a unified schema:
56
  `{"bcq": [{id, video, system_prompt, question}, …]}` where `video` is the
data/event_verification/data_jsons/annotations/{metropolis_event_verification.json → VANTAGE_EventVerification.json} RENAMED
File without changes
data/vqa/data_jsons/annotations/{Metropolis_VQA_Verification_Final_ITS_Data.json → VANTAGE_VQA_Verification_Final_ITS_Data.json} RENAMED
File without changes