File size: 1,127 Bytes
3ef18f6 5be04f2 1e747be | 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 43 44 45 46 47 48 49 50 51 | ---
license: apache-2.0
datasets:
- TIGER-Lab/rStar-Critique-Data
language:
- en
base_model:
- Qwen/Qwen3-8B
metrics:
- accuracy
tags:
- code
---
## Model
We release the 8B model trained in [Critique-Coder](https://github.com/TIGER-AI-Lab/Critique-Coder).
## Data
Data Construction Pipeline is shown:

## Paper
[Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning](https://huggingface.co/papers/2509.22824)
## Project Page
https://tiger-ai-lab.github.io/Critique-Coder
## Code
https://github.com/TIGER-AI-Lab/Critique-Coder
## Sample Usage
You can download this dataset using the Hugging Face CLI:
```bash
hf download Critique-Coder/rStar-Critique-Data --local-dir ./data/critique-coder-dataset --repo dataset
```
## Citation
```
@article{ruan2025critiquecoder,
title={Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning},
author={Ruan, Chi and Jiang, Dongfu and Wang, Yubo and Chen, Wenhu},
journal={ArXiv},
year={2025},
volume={2509.22824}
}
``` |