Improve dataset card: Add metadata and project page link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: id
|
|
@@ -26,9 +36,10 @@ configs:
|
|
| 26 |
path: data/train-*
|
| 27 |
---
|
| 28 |
|
| 29 |
-
|
| 30 |
This is the official release of the training data for paper **PAPO: Perception-Aware Policy Optimization for Multimodal Reasoning**. (arxiv.org/abs/2507.06448)
|
| 31 |
|
|
|
|
|
|
|
| 32 |
(Optional) This dataset can be used as the `val` split of the training dataset for PAPO. You may find the full training dataset at [PAPOGalaxy/PAPO_ViRL39K_train](https://huggingface.co/datasets/PAPOGalaxy/PAPO_ViRL39K_train).
|
| 33 |
|
| 34 |
# Data Source
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- multimodal
|
| 7 |
+
- reasoning
|
| 8 |
+
- reinforcement-learning
|
| 9 |
+
language: en
|
| 10 |
+
size_categories:
|
| 11 |
+
- 10k<n<100k
|
| 12 |
dataset_info:
|
| 13 |
features:
|
| 14 |
- name: id
|
|
|
|
| 36 |
path: data/train-*
|
| 37 |
---
|
| 38 |
|
|
|
|
| 39 |
This is the official release of the training data for paper **PAPO: Perception-Aware Policy Optimization for Multimodal Reasoning**. (arxiv.org/abs/2507.06448)
|
| 40 |
|
| 41 |
+
Project page: [https://mikewangwzhl.github.io/PAPO/](https://mikewangwzhl.github.io/PAPO/)
|
| 42 |
+
|
| 43 |
(Optional) This dataset can be used as the `val` split of the training dataset for PAPO. You may find the full training dataset at [PAPOGalaxy/PAPO_ViRL39K_train](https://huggingface.co/datasets/PAPOGalaxy/PAPO_ViRL39K_train).
|
| 44 |
|
| 45 |
# Data Source
|