PRIME-RL/TTRL
[NeurIPS 2025] TTRL: Test-Time Reinforcement Learning observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 77
- Release rhythm 28
- Longevity 35
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 49
- age_days: 498
- days_rel: 418
- days_push: 140
- n_releases_24m: 2
Adoption not part of the score
1120 stars · 81 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TTRL is an open-source implementation of Test-Time Reinforcement Learning, a method for training LLMs with RL on unlabeled data using majority voting as the reward signal. It is built on the verl framework and accompanies a NeurIPS 2025 paper.
Use cases
- train an LLM with reinforcement learning without ground-truth labels
- improve math reasoning of a model using only unlabeled test data
- use majority voting as a reward signal for RL fine-tuning
- reproduce TTRL experiments on AIME 2024 with Qwen models
- run online RL on test data with verl integration
When to choose
- you want to fine-tune LLMs on unlabeled reasoning data
- you need a research-grade implementation of test-time RL on verl
- you lack ground-truth labels but have model priors suitable for majority voting
When to avoid
- you need a production RLHF pipeline with human-labeled rewards
- you lack GPU resources for RL training
- your task has no verifiable or majority-votable outputs
Facets
library · maturity active
llm-training reinforcement-learning machine-learning large-language-models machine-learning deep-learning python test-time-reinforcement-learning rlvr majority-voting-reward verl reasoning research-code neurips-2025 gpu linux
6 sources
- readme: https://github.com/PRIME-RL/TTRL · fetched 2026-08-28 · 263f4092ee48
- homepage: https://arxiv.org/abs/2504.16084 · fetched 2026-08-29 · c876a60812af
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PRIME-RL/TTRL | main | 51 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem