Add task categories, license, and links to paper and code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ST-Evidence Benchmark Dataset
|
| 2 |
|
| 3 |
ST-Evidence is a comprehensive benchmark for evaluating Spatial-Temporal Evidence generation in video understanding. It contains two tasks: **Generation (Gen)** and **Multiple Choice Question (MCQ)**.
|
| 4 |
|
| 5 |
-
This was released
|
|
|
|
|
|
|
| 6 |
|
| 7 |
## Dataset Overview
|
| 8 |
|
|
@@ -152,10 +160,11 @@ snapshot_download(
|
|
| 152 |
If you use this dataset, please cite:
|
| 153 |
|
| 154 |
```bibtex
|
| 155 |
-
@
|
| 156 |
-
title={
|
| 157 |
-
author={Wang, Shijie and
|
| 158 |
-
|
|
|
|
| 159 |
}
|
| 160 |
```
|
| 161 |
|
|
@@ -168,4 +177,4 @@ CC-BY-NC 4.0
|
|
| 168 |
|
| 169 |
- **Version**: 1.0
|
| 170 |
- **Release Date**: 2026-07-TBD
|
| 171 |
-
- **Total Size**: ~10.4 GB (compressed)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- video-text-to-text
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# ST-Evidence Benchmark Dataset
|
| 8 |
|
| 9 |
ST-Evidence is a comprehensive benchmark for evaluating Spatial-Temporal Evidence generation in video understanding. It contains two tasks: **Generation (Gen)** and **Multiple Choice Question (MCQ)**.
|
| 10 |
|
| 11 |
+
This dataset was released in support of the paper [Evidence-Backed Video Question Answering](https://huggingface.co/papers/2607.11862).
|
| 12 |
+
|
| 13 |
+
- **Code:** [GitHub - SalesforceAIResearch/EVQA](https://github.com/SalesforceAIResearch/EVQA)
|
| 14 |
|
| 15 |
## Dataset Overview
|
| 16 |
|
|
|
|
| 160 |
If you use this dataset, please cite:
|
| 161 |
|
| 162 |
```bibtex
|
| 163 |
+
@inproceedings{wang2026evidence,
|
| 164 |
+
title={Evidence-Backed Video Question Answering},
|
| 165 |
+
author={Wang, Shijie and Zhou, Honglu and Wang, Ziyang and Xu, Ran and Xiong, Caiming and Savarese, Silvio and Sun, Chen and Niebles, Juan Carlos},
|
| 166 |
+
booktitle={European Conference on Computer Vision (ECCV)},
|
| 167 |
+
year={2026}
|
| 168 |
}
|
| 169 |
```
|
| 170 |
|
|
|
|
| 177 |
|
| 178 |
- **Version**: 1.0
|
| 179 |
- **Release Date**: 2026-07-TBD
|
| 180 |
+
- **Total Size**: ~10.4 GB (compressed)
|