How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Jinhe/ReflectRL-Qwen2.5-3B-Instruct-GRPO"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Jinhe/ReflectRL-Qwen2.5-3B-Instruct-GRPO",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Jinhe/ReflectRL-Qwen2.5-3B-Instruct-GRPO
Quick Links

ReflectRL-Qwen2.5-3B-Instruct-GRPO-ReflectRL

This repository contains the checkpoint for ReflectRL-Qwen2.5-3B-Instruct-GRPO-ReflectRL, presented in the paper ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning.

Overview

ReflectRL is a lightweight framework for learning from Golden Negative Trajectories (GNTs) during on-policy post-training. Instead of imitating failed expert trajectories directly, ReflectRL uses them as reflective context during training and gradually transitions the policy back to direct reasoning for inference.

Motivated by the Reflection Advantage, ReflectRL allocates part of each rollout group to a reflective interface during training and gradually decays that allocation to zero, allowing the final model to be used directly with standard prompts.

Citation

@article{bi2026reflectrl,
  title={ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning},
  author={Bi, Jinhe and Zhou, Chennan and Jin, Zengjie and Aniri and Lu, Shuo and Huang, Wenke and Cao, Hu and Xiao, Xun and Zhu, Zhihong and Tresp, Volker and Shen, Fei and Ma, Yunpu and Chua, Tat-Seng},
  journal={arXiv preprint arXiv:2608.03972},
  year={2026}
}
Downloads last month
12
Safetensors
Model size
3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Jinhe/ReflectRL-Qwen2.5-3B-Instruct-GRPO

Base model

Qwen/Qwen2.5-3B
Finetuned
(1494)
this model

Paper for Jinhe/ReflectRL-Qwen2.5-3B-Instruct-GRPO