Datasets:
Update task category and add paper link (#1)
Browse files- Update task category and add paper link (9d48c16eb59b142fb8606e411d430e9a15722633)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- question-answering
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
7 |
pretty_name: PixelReasoner-RL-Data
|
8 |
---
|
9 |
|
10 |
-
The RL data used in https://github.com/TIGER-AI-Lab/Pixel-Reasoner/tree/main
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
task_categories:
|
6 |
+
- image-text-to-text
|
7 |
pretty_name: PixelReasoner-RL-Data
|
8 |
---
|
9 |
|
10 |
+
The RL data used in [Pixel Reasoner: Incentivizing Pixel-Space Reasoning with Curiosity-Driven Reinforcement Learning](https://arxiv.org/abs/2505.15966). The code can be found at https://github.com/TIGER-AI-Lab/Pixel-Reasoner/tree/main
|
11 |
+
|
12 |
+
Project page: https://tiger-ai-lab.github.io/Pixel-Reasoner/
|