Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# CTRL: Critic Training via Reinforcement Learning
|
| 6 |
+
CTRL-32B is a critic LLM finetuned from [Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct).
|
| 7 |
+
|
| 8 |
+
- **Project Page:** https://critic-rl.github.io/
|
| 9 |
+
- **Paper:** https://arxiv.org/abs/2502.03492
|
| 10 |
+
|
| 11 |
+
# Citation
|
| 12 |
+
|
| 13 |
+
```bibtex
|
| 14 |
+
@article{xie2025teaching,
|
| 15 |
+
title={Teaching Language Models to Critique via Reinforcement Learning},
|
| 16 |
+
author={Xie, Zhihui and Chen, Liyu and Mao, Weichao and Xu, Jingjing and Kong, Lingpeng and others},
|
| 17 |
+
journal={arXiv preprint arXiv:2502.03492},
|
| 18 |
+
year={2025}
|
| 19 |
+
}
|
| 20 |
+
```
|