Add task category and formal links to paper and code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- video
|
| 7 |
- multimodal
|
| 8 |
- benchmark
|
| 9 |
- video-question-answering
|
| 10 |
- visual-state-tracking
|
| 11 |
-
size_categories:
|
| 12 |
-
- 1K<n<10K
|
| 13 |
---
|
| 14 |
|
| 15 |
# VSTAT: Visual State Tracking Benchmark
|
| 16 |
|
|
|
|
|
|
|
| 17 |
VSTAT is a video-based benchmark for evaluating the **visual state tracking**
|
| 18 |
capability of Multimodal Large Language Models (MLLMs). It contains 834 video
|
| 19 |
clips paired with 1,500 questions whose answers cannot be inferred from any
|
|
@@ -206,4 +210,4 @@ Each question is annotated with:
|
|
| 206 |
year={2026},
|
| 207 |
journal={arXiv preprint arXiv:2606.03920},
|
| 208 |
}
|
| 209 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- video-text-to-text
|
| 9 |
tags:
|
| 10 |
- video
|
| 11 |
- multimodal
|
| 12 |
- benchmark
|
| 13 |
- video-question-answering
|
| 14 |
- visual-state-tracking
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# VSTAT: Visual State Tracking Benchmark
|
| 18 |
|
| 19 |
+
[**Project Page**](https://vision-x-nyu.github.io/vstat-site/) | [**Paper**](https://huggingface.co/papers/2606.03920) | [**Code**](https://github.com/vision-x-nyu/vstat)
|
| 20 |
+
|
| 21 |
VSTAT is a video-based benchmark for evaluating the **visual state tracking**
|
| 22 |
capability of Multimodal Large Language Models (MLLMs). It contains 834 video
|
| 23 |
clips paired with 1,500 questions whose answers cannot be inferred from any
|
|
|
|
| 210 |
year={2026},
|
| 211 |
journal={arXiv preprint arXiv:2606.03920},
|
| 212 |
}
|
| 213 |
+
```
|