Can peer models replace external judges for reward signals?
Does training multiple models on rewards derived from each other's predictions avoid the collapse and bias that plague single-model self-rewarding? And what role does cohort diversity play in preventing homogenization?
The paper's claim is that "unsupervised reasoning can emerge through cooperative multi-agent training." CO-RL optimizes multiple decoupled models, "sharing no parameters," simultaneously, with each model's reward derived from its peers' predictions rather than from ground-truth labels or an external judge. The abstract reports that this consistently improves diverse LLMs and VLMs across text-only and multimodal reasoning benchmarks, outperforming prior self-rewarding and multi-agent RL approaches and, "in many settings," matching or surpassing training with ground-truth rewards.
The framing starts from a limit of self-rewarding RL. The introduction lists the single-model signals in use: agreement with a majority-vote prediction, self-certainty, predictive entropy, and consistency across paraphrased inputs or moving-average policies. It then observes that "these signals remain within a single model's own predictions." Training only on self-generated feedback can reinforce existing biases, reduce response diversity, and end in homogenized responses and training collapse. The paper's mechanism claim is that heterogeneous cohorts (different model families, different sizes, rephrased training samples) reduce "the correlated errors that drive self-reinforcing feedback loops." A separate theoretical analysis is said to show that cross-agent supervision "expands the set of initial conditions that converge to the correct solution," so errors a lone self-rewarding model would lock in can be corrected by a peer.
Set against Can language models replace reward models with internal signals?, CO-RL adds a different axis. Those three patterns each swap out one component of the RLHF/RLVR stack but keep the reward source inside one policy. CO-RL moves the reward source outside the policy without bringing back a verifier or a trained judge, so the substitution is about who supplies the signal rather than which component is replaced. It also names the failure that in-policy signals share. The self-certainty style of reward in Can model confidence alone replace external answer verification? is one of the single-model signals the paper's introduction is positioned against. By comparison, Can adversarial critics replace task-specific verifiers for reasoning? replaces the verifier with an adversarial critic against expert data, whereas CO-RL needs neither demonstrations nor a critic, only other learners.
The excerpt leaves a lot open. It does not say how peer predictions become a reward (agreement, ranking, or something else), how many agents were used, which benchmarks or base models, or how large the gains and the ground-truth-matching cases were. The word "consistently" for the diversity effect is the authors' summary and cannot be checked here. The paper itself names the open question: how "the number, diversity, and interaction topology of agents shape cross-agent learning," and how adaptive supervision might better exploit complementary expertise. What the excerpt supports is a narrower claim than "peers beat self-rewarding everywhere": in the settings tested, heterogeneity across the cohort is the stated reason label-free training stays stable and improves, and any reading of self-rewarding collapse as a single-model problem should account for it.
Inquiring lines that read this note 9
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How do spurious versus genuine rewards shape model reasoning and behavior? Can self-generated feedback reliably guide model training without ground truth?- What external signals make self-improvement loops bounded rather than circular?
- Why does research-direction judgment validation limit fully closed self-improvement?
- What role does the self-consistency threshold play in preventing error reinforcement?
- Can applicability conditions and veto rules make self-training stable across substrates?
Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can language models replace reward models with internal signals?
Recent RL research shows three independent patterns—self-judgment, belief-shift, and rich feedback—that each eliminate a component of the traditional RLHF stack. Are these patterns converging on a fundamentally different architecture for training without external verifiers?
those patterns keep reward inside one policy; CO-RL moves it to peer models and targets their shared collapse mode
-
Can model confidence alone replace external answer verification?
Can LLMs use their own certainty signals instead of external verifiers to improve reasoning? This matters for scaling beyond domains where correct answers can be automatically checked.
self-certainty style rewards are the single-model signals CO-RL positions itself against
-
Can adversarial critics replace task-specific verifiers for reasoning?
Explores whether an adversarial game between policy and critic can substitute for explicit verifiers in RL-based reasoning training. Matters because many domains lack the task-specific validators that make current reasoning RL possible.
a different route to verifier-free training, via an adversarial critic and expert demonstrations rather than peer learners
-
Can reasoning improvement work without answer verification?
Explores whether RL-based reasoning training can extend beyond math and code to general domains like chemistry and law by replacing answer verification with a simpler signal based on reference answer likelihood.
reference-answer likelihood needs labels at training time, where CO-RL is label-free
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL
- Reward Reasoning Model
- Temporal Self-Rewarding Language Models: Decoupling Chosen-Rejected via Past-Future
- Artificial Hivemind: The Open-Ended Homogeneity of Language Models (and Beyond)
- Rubrics as Rewards: Reinforcement Learning Beyond Verifiable Domains
- Learning to Reason without External Rewards
- Can Large Reasoning Models Self-Train?
- Post-Training Large Language Models via Reinforcement Learning from Self-Feedback
Original note title
label-free reasoning RL works better when rewards come from a diverse cohort of decoupled peer models than from the completions of a single model