Datasets:
Update metadata: add task category and remove arxiv tag
Browse filesThis PR cleans up the YAML metadata:
- Removes `arxiv:2608.27345` from the tags, as the arXiv ID should only be referenced in the Markdown content.
- Adds `task_categories: image-to-video` to help users find the dataset under the correct task domain.
No content changes are needed because the existing README already contains the paper link, code link, project page, usage instructions, citation, and license information.
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: PAWBench
|
| 3 |
size_categories:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
- arxiv:2608.27345
|
| 10 |
---
|
| 11 |
|
| 12 |
# PAWBench
|
|
@@ -148,4 +149,4 @@ the evaluator source code, not automatically to this dataset's images, prompt
|
|
| 148 |
material, or scene metadata. No separate license has been selected for this
|
| 149 |
dataset repository. Do not infer permission to redistribute or create
|
| 150 |
derivatives of its assets without permission from the project owners. Source
|
| 151 |
-
and package provenance is recorded in `scenes.jsonl` and `manifest.json`.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
size_categories:
|
| 3 |
+
- n<1K
|
| 4 |
+
pretty_name: PAWBench
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-to-video
|
| 7 |
tags:
|
| 8 |
+
- benchmark
|
| 9 |
+
- video-generation
|
| 10 |
+
- physical-reasoning
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# PAWBench
|
|
|
|
| 149 |
material, or scene metadata. No separate license has been selected for this
|
| 150 |
dataset repository. Do not infer permission to redistribute or create
|
| 151 |
derivatives of its assets without permission from the project owners. Source
|
| 152 |
+
and package provenance is recorded in `scenes.jsonl` and `manifest.json`.
|