Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL

Yunhao Yang, Yuexin Bian, Yunjie Tian, Di Fu, Tianjin Huang, Yuanyuan Shi, Ziang Xiao, Nuno Vasconcelos, Yijiang Li

arXiv:2608.17253 · 2026-08-20 공개 · arXiv · PDF

reinforcement-learning llm vlm multi-agent-rl heterogeneous-models self-rewarding-rl cohort-diversity unsupervised-reasoning

Abstract

Reinforcement learning (RL) has emerged as a powerful approach for improving reasoning in language and vision-language models, yet its strongest successes still depend heavily on ground-truth supervision (e.g., verifiable reward). Such annotations are costly to obtain and become increasingly scarce as reasoning capabilities advance beyond what humans can reliably evaluate. Self-rewarding RL reduces this dependence by enabling models to derive reward signals from their own completions. However, training solely on self-generated feedback can reinforce existing biases and suboptimal behaviors, reduce response diversity, and ultimately lead to homogenized responses and training collapse. In this work, we show that unsupervised reasoning can emerge through cooperative multi-agent training. We introduce Co-RL, a framework in which multiple decoupled models, sharing no parameters, are simultaneously optimized through RL using rewards derived from their peers. We further show that increasing cohort diversity, through heterogeneous model families, sizes, and rephrased training samples, reduces the correlated errors that drive self-reinforcing feedback loops. This diversity consistently improves reasoning performance, maintains behavioral diversity, and mitigates training collapse. Across text-only and multimodal domains, Co-RL consistently outperforms the base models and prior label-free approaches, while matching or surpassing supervised methods, without access to any ground-truth labels. Concretely, Co-RL yields average gains of 3.0-8.6% across seven text-only benchmarks for LLMs and 2.3-7.2% across four multimodal benchmarks for VLMs. Code is available at https://github.com/DrStranded/Co-RL.

한국어 요약

한 줄 요약

Co-RL은 다중 에이전트 강화학습을 통해 라벨 없이도 언어 및 비주얼-언어 모델의 추론 성능을 향상시키는 프레임워크이다.

핵심 기여도

핵심 아이디어

Co-RL은 단일 모델 내에서 발생하는 자기 강화 학습의 한계를 극복하기 위해, 서로 다른 모델 간의 협력적 학습을 도입한 프레임워크이다. 기존 자기 평가 방식은 모델의 고유한 편향을 강화하고 응답 다양성을 감소시키는 경향이 있었으나, Co-RL은 서로 다른 모델이 독립적으로 훈련되어 서로의 예측을 기반으로 보상을 생성함으로써 **decorrelated supervision**을 제공한다. 이는 모델 간의 오류가 완전히 상관되지 않기 때문에, 하나의 모델이 다른 모델의 예측을 기준으로 보정할 수 있게 된다.

핵심적인 통찰은 **코호트 다양성**이 성능 향상에 결정적이라는 점이다. Co-RL은 모델 가족, 크기, 훈련 샘플의 재구성을 통해 다양한 인덕티브 바이어스를 도입함으로써 상관된 오류를 감소시키고, 보다 강력한 보정 신호를 생성한다. 이는 **majority voting**을 통해 각 에이전트가 여러 샘플을 생성하고, 다른 에이전트의 의사결정을 기준으로 보상을 계산하는 방식으로 구현된다.

기술적 접근법

주요 결과

의의 및 한계

Co-RL은 라벨 없이도 강화학습을 통해 모델의 추론 능력을 향상시키는 새로운 접근법을 제시한다. 기존 자기 평가 방식의 편향 강화 문제를 해결하고, 다양한 모델 간의 협력 학습을 통해 보다 안정적이고 다양성 있는 학습이 가능하다는 점에서 학술적·실용적 가치가 있다. 특히, Co-RL은 **GRPO**와 **REINFORCE++** 알고리즘을 활용해 정책 최적화를 수행하며, **majority voting**을 통해 가상 정답을 생성하는 방식이 학습 안정성에 기여한다.

그러나 Co-RL의 한계점도 명시된다. 예를 들어, 모델 간의 오류가 완전히 상관되지 않아야 효과가 극대화되는데, 이는 모델 다양성 확보에 큰 의존성을 띤다. 또한, 모델 간의 상호작용 구조(예: 에이전트 수, 상호작용 방식)에 따라 성능이 달라질 수 있으며, 이에 대한 심층적 분석은 아직 미흡하다는 점도 언급된다.

실용적 활용

Co-RL은 라벨이 부족하거나 인간 평가가 어려운 고급 추론 작업(예: 수학, 코드 생성, 멀티모달 추론)에 유용하게 적용될 수 있다. 특히, 대규모 언어 모델(LLM)과 비주얼-언어 모델(VLM) 모두에서 성능 향상을 보였기 때문에, 다양한 산업 분야에서 비감독 학습 기반의 추론 시스템 개발에 활용 가능하다.