Add pipeline tag, license, and links to paper/code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ST-Evidence-7B
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
| 13 |
|
|
|
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: video-text-to-text
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# ST-Evidence-7B
|
| 7 |
|
| 8 |
+
This repository contains the official **ST-Evidence-7B** model introduced in the paper [Evidence-Backed Video Question Answering](https://huggingface.co/papers/2607.11862).
|
| 9 |
|
| 10 |
+
* **Code**: [GitHub - SalesforceAIResearch/EVQA](https://github.com/SalesforceAIResearch/EVQA)
|
| 11 |
+
* **Benchmark (ST-Evidence)**: [Salesforce/ST-Evidence-Bench](https://huggingface.co/datasets/Salesforce/ST-Evidence-Bench)
|
| 12 |
+
* **SFT Dataset (ST-Evidence-Instruct)**: [Salesforce/ST-Evidence-Instruct](https://huggingface.co/datasets/Salesforce/ST-Evidence-Instruct)
|
| 13 |
|
| 14 |
+
## Model Description
|
| 15 |
+
|
| 16 |
+
We propose **Evidence-Backed Video Question Answering** (E-VQA), a task where multimodal models are designed to jointly produce a semantic **textual answer** and associated spatiotemporal evidence. This evidence includes **temporal segments** and **dense, tracked object segmentation masklets**. A masklet is defined as a temporal sequence of object segmentation masks tracked over time.
|
| 17 |
|
| 18 |
+
Our model was fine-tuned from UniPixel, which is built upon Qwen2.5-VL and SAM 2.1. UniPixel is a unified model designed to handle both video question answering and mask generation.
|
| 19 |
|
| 20 |
+
This model was released for research purposes only, in support of the academic paper *Evidence-Backed Video Question Answering*.
|
| 21 |
|
| 22 |
+
## Citation
|
| 23 |
|
| 24 |
+
If you find this work useful for your research, please cite our paper:
|
| 25 |
|
| 26 |
+
```bibtex
|
| 27 |
+
@inproceedings{wang2026evidence,
|
| 28 |
+
title={Evidence-Backed Video Question Answering},
|
| 29 |
+
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},
|
| 30 |
+
booktitle={European Conference on Computer Vision (ECCV)},
|
| 31 |
+
year={2026}
|
| 32 |
+
}
|
| 33 |
+
```
|