Based on Paper: Reinforcement Learning for Reasoning in Small LLMs: What Works and What Doesn't
This repository accompanies our research on applying reinforcement learning algorithms to improve reasoning capabilities in small language models (1.5B parameters). We investigate what training strategies, datasets, and hyperparameters yield the best reasoning performance at minimal cost.
Note: The main training and evaluation code lives on other branches. This branch serves as the project landing page and documentation hub.
| Branch | Description |
|---|---|
main |
Project landing page |
arunabh/gspo |
GSPO (Group Sequence Policy Optimization) training & evaluation code |
tatiana/grpo-s |
GRPO-S (Sequence level GRPO variant with dynamic entropy weighting) training & evaluation code |
| Dataset | Link |
|---|---|
| open-rs | 🤗 knoveleng/open-rs |