Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ task_categories:
|
|
| 31 |
|
| 32 |
## 🔥 News
|
| 33 |
|
|
|
|
| 34 |
* **`2025.03.19`** 🌟 We released Favor-Bench, a new benchmark for fine-grained video motion understanding that spans both ego-centric and third-person perspectives with comprehensive evaluation including both close-ended QA tasks and open-ended descriptive tasks!
|
| 35 |
|
| 36 |
## Introduction
|
|
@@ -119,12 +120,11 @@ More data statistics of FAVOR-Bench. Left: Index distribution of correct answers
|
|
| 119 |
If you find our work helpful for your research, please consider citing our work.
|
| 120 |
|
| 121 |
```bibtex
|
| 122 |
-
@
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
primaryClass={cs.CV}
|
| 129 |
}
|
| 130 |
```
|
|
|
|
| 31 |
|
| 32 |
## 🔥 News
|
| 33 |
|
| 34 |
+
* **`2025.09.18`** 🎉 FAVOR-Bench has been accepted by **NeurIPS 2025 Datasets and Benchmarks Track**!
|
| 35 |
* **`2025.03.19`** 🌟 We released Favor-Bench, a new benchmark for fine-grained video motion understanding that spans both ego-centric and third-person perspectives with comprehensive evaluation including both close-ended QA tasks and open-ended descriptive tasks!
|
| 36 |
|
| 37 |
## Introduction
|
|
|
|
| 120 |
If you find our work helpful for your research, please consider citing our work.
|
| 121 |
|
| 122 |
```bibtex
|
| 123 |
+
@article{tu2026favor,
|
| 124 |
+
title={Favor-bench: A comprehensive benchmark for fine-grained video motion understanding},
|
| 125 |
+
author={Tu, Chongjun and Zhang, Lin and Ye, Peng and Zeng, Xianfang and Cheng, Wei and Yu, Gang and Chen, Tao and others},
|
| 126 |
+
journal={Advances in Neural Information Processing Systems},
|
| 127 |
+
volume={38},
|
| 128 |
+
year={2026}
|
|
|
|
| 129 |
}
|
| 130 |
```
|