File size: 1,216 Bytes
d18fc11
646b016
d18fc11
 
 
 
 
646b016
f18fbc9
d18fc11
 
f18fbc9
d18fc11
f18fbc9
d18fc11
f18fbc9
 
 
d18fc11
f18fbc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: RISE RL
emoji: 🧠
colorFrom: yellow
colorTo: indigo
sdk: static
pinned: false
license: apache-2.0
short_description: Rubric-Informed Selective Exploration
---

# RISE-RL: Rubric-Informed Selective Exploration for Open-Ended Reinforcement Learning

Official project page for **RISE-RL**.

- **Paper:** https://arxiv.org/abs/2608.09123
- **PDF:** https://arxiv.org/pdf/2608.09123
- **Project Page:** https://huggingface.co/spaces/houkunkun/RISE-RL


## Authors

Jinkun Hou, Zhuo Liu, Huimin Ren, Hongsheng Xin, Pan Zhou, Kun Zhan

## Abstract

RISE-RL is a rubric-informed selective exploration method for open-ended reinforcement learning. It uses repeatedly missed rubric
criteria to elicit privileged trajectories that are difficult to discover through unguided exploration alone.

For the complete abstract and experimental results, see our paper:

https://arxiv.org/abs/2608.09123

## Citation

```bibtex
@article{hou2026riserl,
  title   = {RISE-RL: Rubric-Informed Selective Exploration for Open-Ended Reinforcement Learning},
  author  = {Hou, Jinkun and Liu, Zhuo and Ren, Huimin and Xin, Hongsheng and Zhou, Pan and Zhan, Kun},
  journal = {arXiv preprint arXiv:2608.09123},
  year    = {2026}
}