Add task categories, license, and links to paper and code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -6
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 for research purposes only, in support of the academic paper Evidence-Backed Video Question Answering.
 
 
6
 
7
  ## Dataset Overview
8
 
@@ -152,10 +160,11 @@ snapshot_download(
152
  If you use this dataset, please cite:
153
 
154
  ```bibtex
155
- @article{st-evidence2025,
156
- title={ST-Evidence: A Benchmark for Spatial-Temporal Evidence in Video Understanding},
157
- author={Wang, Shijie and others},
158
- year={2025}
 
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)