Datasets:

Formats:
json
ArXiv:
License:
nielsr HF Staff commited on
Commit
1e10cd5
·
verified ·
1 Parent(s): 4dc38eb

Add task categories and paper link

Browse files

This PR adds the missing `task_categories` metadata (`image-text-to-text` and `video-text-to-text`) so the dataset is correctly categorized, and links the dataset card to its paper on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
  license_link: LICENSE.md
 
 
 
5
  dataset_info:
6
  splits:
7
  - name: test
@@ -12,6 +15,8 @@ dataset_info:
12
 
13
  *Video ANalysis Tasks Across Generalized Environments*
14
 
 
 
15
  ## Dataset Description
16
 
17
  VANTAGE-BENCH is the first public benchmark purpose-built for evaluating visual understanding on video captured by fixed infrastructure cameras. It spans three real-world domains — warehouse, smart city / Intelligent Transportation Systems (ITS), and smart spaces — across six spatio-temporal video understanding tasks including video question answering (VQA), temporal grounding, dense video captioning, event verification, spatial grounding, and spatio-temporal tracking.
@@ -148,4 +153,4 @@ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [her
148
 
149
  ## Changelog
150
 
151
- See [CHANGELOG.md](./CHANGELOG.md) for release history.
 
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
  license_link: LICENSE.md
5
+ task_categories:
6
+ - image-text-to-text
7
+ - video-text-to-text
8
  dataset_info:
9
  splits:
10
  - name: test
 
15
 
16
  *Video ANalysis Tasks Across Generalized Environments*
17
 
18
+ **Paper:** [VANTAGE-Bench: Evaluating the Infrastructure AI Gap in Vision-Language Models](https://huggingface.co/papers/2609.09396)
19
+
20
  ## Dataset Description
21
 
22
  VANTAGE-BENCH is the first public benchmark purpose-built for evaluating visual understanding on video captured by fixed infrastructure cameras. It spans three real-world domains — warehouse, smart city / Intelligent Transportation Systems (ITS), and smart spaces — across six spatio-temporal video understanding tasks including video question answering (VQA), temporal grounding, dense video captioning, event verification, spatial grounding, and spatio-temporal tracking.
 
153
 
154
  ## Changelog
155
 
156
+ See [CHANGELOG.md](./CHANGELOG.md) for release history.