Reinforcement Learning
Safetensors
qwen2

Update model card: add library_name, update pipeline_tag and link paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,21 +1,25 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - agentica-org/DeepScaleR-Preview-Dataset
5
  base_model:
6
  - Qwen/Qwen2.5-32B
7
- pipeline_tag: reinforcement-learning
 
 
 
 
8
  ---
 
9
  ### Description
10
- This repository contains the model for [Meta-Awareness Enhances Reasoning Models: Self-Alignment Reinforcement Learning](https://huggingface.co/papers/2510.03259).
 
 
11
 
12
  ### Official Implementation
13
- https://github.com/akatigre/MASA-RL
14
 
15
  ### Citation
16
  ```bibtex
17
  @article{kim2025meta,
18
- title={Meta-Awareness Enhances Reasoning Models: Self-Alignment Reinforcement Learning},
19
  author={Kim, Yoonjeon and Jang, Doohyuk and Yang, Eunho},
20
  journal={arXiv preprint arXiv:2510.03259},
21
  year={2025}
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-32B
4
+ datasets:
5
+ - agentica-org/DeepScaleR-Preview-Dataset
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
+
11
  ### Description
12
+ This repository contains the model presented in [Verifying Meta-Awareness via Predictive Rewards in Reasoning Models](https://huggingface.co/papers/2510.03259).
13
+
14
+ MAPR (Meta-Awareness via Predictive Reward) utilizes a self-generated task of predicting rollout statistics—specifically length, pass-rate, and concepts used—allowing for verification against the actual statistics. By leveraging this self-predictive capability, the model can regulate its reasoning behavior, leading to significant performance gains in accuracy and training efficiency.
15
 
16
  ### Official Implementation
17
+ The official code is available at [https://github.com/akatigre/MASA-RL](https://github.com/akatigre/MASA-RL).
18
 
19
  ### Citation
20
  ```bibtex
21
  @article{kim2025meta,
22
+ title={Verifying Meta-Awareness via Predictive Rewards in Reasoning Models},
23
  author={Kim, Yoonjeon and Jang, Doohyuk and Yang, Eunho},
24
  journal={arXiv preprint arXiv:2510.03259},
25
  year={2025}