Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# OSCBench Dataset
|
| 6 |
+
|
| 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. It provides structured prompts describing actions applied to objects (e.g., *peeling carrot*, *rolling dough*), where the correct outcome requires generating the appropriate **action-induced object state change**.
|
| 11 |
+
|
| 12 |
+
OSCBench organizes prompts into three scenario types:
|
| 13 |
+
|
| 14 |
+
- **Regular scenarios:** common action–object combinations frequently seen in training data.
|
| 15 |
+
- **Novel scenarios:** uncommon but physically plausible action–object pairs that test generalization.
|
| 16 |
+
- **Compositional scenarios:** prompts that combine multiple actions or conditions to test compositional reasoning.
|
| 17 |
+
|
| 18 |
+
### Dataset Statistics
|
| 19 |
+
|
| 20 |
+
The OSCBench dataset contains **1,120 prompts** organized into three scenario categories:
|
| 21 |
+
|
| 22 |
+
| Scenario Type | Number of Scenarios | Prompts per Scenario | Total Prompts |
|
| 23 |
+
|---------------|---------------------|----------------------|--------------|
|
| 24 |
+
| Regular | 108 | 8 | 864 |
|
| 25 |
+
| Novel | 20 | 8 | 160 |
|
| 26 |
+
| Compositional | 12 | 8 | 96 |
|
| 27 |
+
| **Total** | **140** | — | **1,120** |
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
### Dataset Sources
|
| 31 |
+
|
| 32 |
+
- **Dataset:** https://huggingface.co/datasets/XianjingHan/OSCBench_Dataset
|
| 33 |
+
- **Paper:** https://arxiv.org/abs/2603.11698
|
| 34 |
+
- **Project Page:** https://hanxjing.github.io/OSCBench
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Dataset Structure
|
| 38 |
+
|
| 39 |
+
The dataset consists of **structured prompt files** describing actions applied to objects.
|
| 40 |
+
|
| 41 |
+
Example prompt:
|
| 42 |
+
|
| 43 |
+
A man is slicing apple in the kitchen.
|