Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
Code released at [GRPO-CARE](https://github.com/TencentARC/GRPO-CARE).
|
| 6 |
+
|
| 7 |
+
## Citation
|
| 8 |
+
```bibtex
|
| 9 |
+
@misc{chen2025grpocareconsistencyawarereinforcementlearning,
|
| 10 |
+
title={GRPO-CARE: Consistency-Aware Reinforcement Learning for Multimodal Reasoning},
|
| 11 |
+
author={Yi Chen and Yuying Ge and Rui Wang and Yixiao Ge and Junhao Cheng and Ying Shan and Xihui Liu},
|
| 12 |
+
year={2025},
|
| 13 |
+
eprint={2506.16141},
|
| 14 |
+
archivePrefix={arXiv},
|
| 15 |
+
primaryClass={cs.CV},
|
| 16 |
+
url={https://arxiv.org/abs/2506.16141},
|
| 17 |
+
}
|
| 18 |
+
```
|