Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

The Big Picture

Regulating who each agent listens to during a group debate reduces blind conformity, improves final answers across reasoning and question-answering tasks, and lowers total token use.

The Evidence

Looking at the debate as a group process — not just evaluating each agent alone — uncovers when the group is converging or divided. Using that group signal to decide which peers each agent should consult and how loudly each should speak leads to better answers and fewer wasted tokens. The method uses two learned controllers: one picks which peers to reference and the other steers each agent’s output style, trained together so they coordinate. consensus evaluation

Data Highlights

1Evaluated on 8 benchmarks: 4 math reasoning datasets (GSM8K, AIME24, GSM-Hard, MATH-500) and 4 question-answering datasets (ARC-C, MMLU_Pro (Health), TruthfulQA, GPQA Diamond).
2Regulation follows a 3-stage pipeline (What: measure group evidence; Who: select peers with a learned Selection agent; How: adjust output behavior with a learned Behavior agent).
3Coordinated learning uses two controllers trained end-to-end with a multi-agent optimization algorithm; experiments test scalability across numbers of agents and debate rounds (see figures for agent/round scaling).

What This Means

Engineers building systems where multiple AI agents debate or consult each other — for example ensembles that answer questions or plan tasks — can use group-aware regulation to reduce blind conformity and token costs. Technical leaders evaluating agent-to-agent evaluation or multi-agent trust strategies will find this approach useful because it improves reliability without changing the underlying models.
Not sure where to start?Get personalized recommendations
Learn More

Key Figures

Figure 1 : The overall framework of DEAR. We employ a two-round debate as an example to detail it. In this framework, the debate perception represents group evidence extraction and What ; the selection policy corresponds to Who ; the behavior policy denotes How .
Fig 1: Figure 1 : The overall framework of DEAR. We employ a two-round debate as an example to detail it. In this framework, the debate perception represents group evidence extraction and What ; the selection policy corresponds to Who ; the behavior policy denotes How .
Figure 2 : Effect of scaling the number of agents in the case of Qwen3-8B and GPT-4o-mini .
Fig 2: Figure 2 : Effect of scaling the number of agents in the case of Qwen3-8B and GPT-4o-mini .
Figure 3 : Effect of scaling the number of debate rounds in the case of Qwen3-8B and GPT-4o-mini .
Fig 3: Figure 3 : Effect of scaling the number of debate rounds in the case of Qwen3-8B and GPT-4o-mini .
Figure 4 : Ablation study of the proposed DEAR on four datasets.
Fig 4: Figure 4 : Ablation study of the proposed DEAR on four datasets.

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Yes, But...

The method requires training additional controllers, so it adds orchestration and compute during development even though it doesn't fine-tune the core models. Experiments focus on math reasoning and QA; results may differ for open-ended generation or multimodal tasks. Performance depends on the group evidence encoder and the reward used to judge final answers, so tuning those parts matters in practice. The math reasoning aspect aligns with Chain of Thought Pattern.

Methodology & More

Treating a debate as a group phenomenon reveals why many agents collapse into the same (possibly wrong) answer: majority influence, not just individual mistakes. The approach first measures group evidence after each round by comparing agents’ conclusions to capture consensus and divergence. That evidence is split into two signals — how likely agents are to consult others, and how uncertain the group is — which drive subsequent regulation decisions. Regulation proceeds in three stages: What (compute group evidence and uncertainty), Who (a learned Selection controller picks which peers each agent should reference), and How (a learned Behavior controller adjusts generation knobs like randomness for each agent). Both controllers are trained jointly with a coordinated multi-agent learning algorithm so their policies align. Tests across eight benchmarks show improved final answers and lower token consumption compared with standard multi-agent debate baselines, and the system scales across different numbers of agents and rounds. The method is a practical way to reduce groupthink in agent teams without changing the underlying language models. Selection controller Behavior controller
Avoid common pitfallsLearn what failures to watch for
Learn More
Credibility Assessment:

One author (Huaiyu Wan) has a substantial h-index (~29), placing them in the established researcher range; although affiliations are unspecified and others have low h-indices, this signal supports a 4-star rating.