Table of Contents
Fetching ...

Reevaluating Self-Consistency Scaling in Multi-Agent Systems

Chiyan Loo

TL;DR

Problem: Whether increasing sampled reasoning paths via self-consistency yields meaningful gains for current LLMs. Approach: Empirically evaluate Gemini 2.5 variants on HotpotQA and Math-500, comparing multi-agent self-consistency with a single CoT baseline while tracking accuracy, token cost, and latency. Findings: Accuracy improves with more agents up to a plateau, with diminishing returns largely due to path overlap; larger models show smoother, more reliable gains. Significance: Demonstrates that self-consistency remains useful but high-sample configurations are often cost-inefficient, guiding practical deployment of multi-agent reasoning in real systems.

Abstract

This study examines the trade-offs of increasing sampled reasoning paths in self-consistency for modern large language models (LLMs). Earlier research with older models showed that combining multiple reasoning chains improves results before reaching a plateau. Using Gemini 2.5 models on HotpotQA and Math-500, we revisit those claims under current model conditions. Each configuration pooled outputs from varying sampled reasoning paths and compared them to a single chain-of-thought (CoT) baseline. Larger models exhibited a more stable and consistent improvement curve. The results confirm that performance gains taper off after moderate sampling, aligning with past findings. This plateau suggests diminishing returns driven by overlap among reasoning paths. Self-consistency remains useful, but high-sample configurations offer little benefit relative to their computational cost.

Reevaluating Self-Consistency Scaling in Multi-Agent Systems

TL;DR

Problem: Whether increasing sampled reasoning paths via self-consistency yields meaningful gains for current LLMs. Approach: Empirically evaluate Gemini 2.5 variants on HotpotQA and Math-500, comparing multi-agent self-consistency with a single CoT baseline while tracking accuracy, token cost, and latency. Findings: Accuracy improves with more agents up to a plateau, with diminishing returns largely due to path overlap; larger models show smoother, more reliable gains. Significance: Demonstrates that self-consistency remains useful but high-sample configurations are often cost-inefficient, guiding practical deployment of multi-agent reasoning in real systems.

Abstract

This study examines the trade-offs of increasing sampled reasoning paths in self-consistency for modern large language models (LLMs). Earlier research with older models showed that combining multiple reasoning chains improves results before reaching a plateau. Using Gemini 2.5 models on HotpotQA and Math-500, we revisit those claims under current model conditions. Each configuration pooled outputs from varying sampled reasoning paths and compared them to a single chain-of-thought (CoT) baseline. Larger models exhibited a more stable and consistent improvement curve. The results confirm that performance gains taper off after moderate sampling, aligning with past findings. This plateau suggests diminishing returns driven by overlap among reasoning paths. Self-consistency remains useful, but high-sample configurations offer little benefit relative to their computational cost.

Paper Structure

This paper contains 10 sections, 3 figures.

Figures (3)

  • Figure 1: Gemini-2.5-Flash-Lite accuracy and cost on HotpotQA across varying numbers of agents.
  • Figure 2: Gemini-2.5-Flash-Lite accuracy and cost on Math-500 across varying numbers of agents.
  • Figure 3: Gemini-2.5-Pro accuracy and cost on Math-500 across up to 15 agents. Accuracy improvements are smoother and more consistent than Flash-Lite.