Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: apache-2.0
|
|
| 7 |
|
| 8 |
### Dataset Description
|
| 9 |
|
| 10 |
-
OSCBench is a benchmark dataset designed to evaluate **object state change (OSC)** reasoning in text-to-video (T2V) generation models.
|
| 11 |
|
| 12 |
OSCBench organizes prompts into three scenario types:
|
| 13 |
|
|
@@ -34,10 +34,15 @@ The OSCBench dataset contains **1,120 prompts** organized into three scenario ca
|
|
| 34 |
- **Project Page:** https://hanxjing.github.io/OSCBench
|
| 35 |
|
| 36 |
|
| 37 |
-
##
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
### Dataset Description
|
| 9 |
|
| 10 |
+
OSCBench is a benchmark dataset designed to evaluate **object state change (OSC)** reasoning in text-to-video (T2V) generation models.
|
| 11 |
|
| 12 |
OSCBench organizes prompts into three scenario types:
|
| 13 |
|
|
|
|
| 34 |
- **Project Page:** https://hanxjing.github.io/OSCBench
|
| 35 |
|
| 36 |
|
| 37 |
+
## Acknowledgements and Citation
|
| 38 |
|
| 39 |
+
If you find this dataset helpful, please consider citing the original work:
|
| 40 |
|
| 41 |
+
```bash
|
| 42 |
+
@article{han2026oscbench,
|
| 43 |
+
title={OSCBench: Benchmarking Object State Change in Text-to-Video Generation},
|
| 44 |
+
author={Han, Xianjing and Zhu, Bin and Hu, Shiqi and Li, Franklin Mingzhe and Carrington, Patrick and Zimmermann, Roger and Chen, Jingjing},
|
| 45 |
+
journal={arXiv preprint arXiv:2603.11698},
|
| 46 |
+
year={2026}
|
| 47 |
+
}
|
| 48 |
+
```
|