nielsr HF Staff commited on
Commit
5d7b42c
·
verified ·
1 Parent(s): 17f4b5c

Improve dataset card: Add metadata and project page link

Browse files

This PR enhances the dataset card by adding crucial metadata and a direct link to the project page.

Key improvements include:
- Addition of `task_categories: image-text-to-text` for better classification.
- Inclusion of relevant `tags` such as `multimodal`, `reasoning`, and `reinforcement-learning`.
- Specification of `license: cc-by-4.0` for usage clarity.
- Addition of `language: en` and `size_categories: 10k<n<100k` for improved discoverability.
- Integration of the project page URL in the content section.

These updates improve the dataset's discoverability and provide more comprehensive information for users on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +12 -1
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