GRPO-CARE: Consistency-Aware Reinforcement Learning for Multimodal Reasoning
Paper • 2506.16141 • Published • 27
How to use TencentARC/GRPO-CARE with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("TencentARC/GRPO-CARE", dtype="auto")This repository contains the GRPO-CARE model, presented in the paper GRPO-CARE: Consistency-Aware Reinforcement Learning for Multimodal Reasoning.
Code released at GRPO-CARE.
@misc{chen2025grpocareconsistencyawarereinforcementlearning,
title={GRPO-CARE: Consistency-Aware Reinforcement Learning for Multimodal Reasoning},
author={Yi Chen and Yuying Ge and Rui Wang and Yixiao Ge and Junhao Cheng and Ying Shan and Xihui Liu},
year={2025},
eprint={2506.16141},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.16141},
}
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TencentARC/GRPO-CARE", dtype="auto")