Update README.md
#1
by
resilience
- opened
README.md
CHANGED
|
@@ -1,3 +1,57 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- openbmb/viper-train
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Model Card for RLPR
|
| 10 |
+
|
| 11 |
+
[GitHub ](https://github.com) | [Paper](https://arxiv.org)
|
| 12 |
+
|
| 13 |
+
**RLPR-7B** is trained based on Qwen 2.5 7B with the novel [RLPR](https://github.com) framework.
|
| 14 |
+
\[placeholder]
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Key Features
|
| 20 |
+
|
| 21 |
+
* ๐ก **Verifier-Free Reasoning Enhancement:** RLPR pioneers reinforcement learning for reasoning tasks by leveraging the LLM's intrinsic generation probability as a direct reward signal. This eliminates the need for external verifiers and specialized fine-tuning, offering broad applicability and effectively handling complex, diverse answers.
|
| 22 |
+
* ๐ ๏ธ **Innovative Reward & Training Framework:**
|
| 23 |
+
* Features a robust **Probability-based Reward (PR)** using average decoding probabilities of reference answers for higher quality, debiased reward signals, outperforming naive sequence likelihood.
|
| 24 |
+
* Implements an **adaptive curriculum learning** mechanism that dynamically filters prompts to stabilize training and significantly boost final performance.
|
| 25 |
+
* ๐ **Leading Performance in General & Mathematical Reasoning:** Demonstrates substantial reasoning improvements across diverse benchmarks (e.g., 56.0 on MMLU-Pro, 55.4 on TheoremQA with Qwen2.5-7B). RLPR surpasses strong models reliant on external verifiers (like General Reasoner-7B) and other verifier-free approaches (like VeriFree).
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+

|
| 30 |
+
|
| 31 |
+
### Highlights
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
![[Pasted image 20250617081646.png]]
|
| 36 |
+
Existing RLVR methods rely on specialized verifiers for each domain, suffering from high complexity and limited scalability. Our RLPR framework, which replaces the complex verifier-based reward with a simple probability-based reward generated by the policy model $ฯ_ฮธ$. $Q$: input question, $z$: generated reasoning content before final answer, $y$: generated final answer, $y^โ$: reference answer. As shown in the example on the right side, rules and verifier models wrongly label both $y_2$ and $y_3$ as incorrect due to their limited capability of handling natural language complexity.
|
| 37 |
+
|
| 38 |
+
### Model Description
|
| 39 |
+
- **Trained from model:** [Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B)
|
| 40 |
+
- **Trained on data:** [VIPER-Train](https://huggingface.co/datasets)
|
| 41 |
+
|
| 42 |
+
## Usage
|
| 43 |
+
Please look at [GitHub](https://github.com) for more details about usage.
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
## Citation
|
| 47 |
+
|
| 48 |
+
If you find our model/code/paper helpful, please consider cite our papers ๐:
|
| 49 |
+
|
| 50 |
+
```bibtex
|
| 51 |
+
@article{placeholder,
|
| 52 |
+
title={SCALING RLVR TO GENERAL DOMAIN WITHOUT VERIFIERS},
|
| 53 |
+
author={placeholder},
|
| 54 |
+
journal={placeholder},
|
| 55 |
+
year={2025},
|
| 56 |
+
}
|
| 57 |
+
```
|