REVIEW 2 major objections 1 minor 1 cited by
Complementarity measured on small data guides better LLM proposer selection than accuracy or diversity alone.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-30 16:45 UTC pith:YDLIL2CJ
load-bearing objection The paper applies standard greedy feature selection to LLM proposer choice and finds some practical trade-offs, but the generalization of the complementarity scores from the labeled set is not demonstrated. the 2 major comments →
Mixture of Complementary Agents for Robust LLM Ensemble
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Proposer selection in LLM ensembles is best solved by measuring complementarity among proposers and with the summarizer on a modest labeled set and then applying computationally feasible greedy algorithms; this approach outperforms both strongest-model and diversity-only selection while controlling total inference cost.
What carries the argument
Greedy-style selection algorithms that score complementarity from proposer responses on a small labeled set and feed the chosen subset into a fixed summarizer LLM.
Load-bearing premise
Complementarity scores computed on a small labeled set will continue to predict ensemble performance when the same proposers are used on new, unseen inputs.
What would settle it
Select a proposer subset using the complementarity method on one dataset, then measure whether that same subset still outperforms accuracy-based and diversity-based subsets when evaluated on a fresh, larger test distribution with the same summarizer.
If this is right
- Ensemble pipelines can achieve higher accuracy at lower total token cost by dropping redundant proposers.
- The same selection logic applies to any fixed summarizer, allowing practitioners to swap in newer models without re-deriving the entire combination.
- Performance gains are largest when the summarizer itself is weaker than the strongest proposers, because complementarity compensates for summarizer limitations.
- The method remains practical even when the number of candidate LLMs grows, because only greedy passes over a small validation set are required.
Where Pith is reading between the lines
- The same complementarity principle could be tested in non-LLM multi-agent systems such as tool-use planners or debate frameworks.
- If complementarity is stable across domains, one could maintain a reusable library of proposer subsets instead of re-running selection for every new task.
- A natural next measurement is how quickly the complementarity ranking degrades as the labeled validation set shrinks below the sizes used in the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript reframes proposer selection for LLM ensembles (multiple proposers feeding a summarizer) as a combinatorial feature-selection problem that prioritizes complementarity among proposers and with the summarizer. It develops computationally tractable greedy-style selection algorithms that score complementarity on a small labeled set and reports experiments showing that this principle yields favorable performance-cost trade-offs compared with accuracy- or diversity-only baselines.
Significance. If the complementarity metric is shown to be stable and predictive on held-out data, the approach could supply a practical, principled alternative to existing heuristics for constructing LLM ensembles, improving robustness without exhaustive search.
major comments (2)
- [Abstract and paragraph on greedy-style selection algorithms] Abstract and paragraph on greedy-style selection algorithms: the central claim that complementarity measured on a small labeled set reliably predicts summarizer performance on unseen inputs is not supported by any description of held-out validation, cross-validation of the selection procedure, or explicit checks for distribution shift between the labeled set and test inputs. This is load-bearing for the headline result on performance-cost trade-offs.
- [Abstract] Abstract: no information is given on how complementarity is quantified, what statistical tests or error bars accompany the reported trade-offs, or the data splits used, so the experimental validation of the guiding principle cannot be assessed from the provided text.
minor comments (1)
- [Abstract] The abstract could state the exact greedy algorithms considered and the size of the labeled set used for selection.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback emphasizing the need for clearer validation of the complementarity principle and additional experimental details. We address each major comment below.
read point-by-point responses
-
Referee: [Abstract and paragraph on greedy-style selection algorithms] Abstract and paragraph on greedy-style selection algorithms: the central claim that complementarity measured on a small labeled set reliably predicts summarizer performance on unseen inputs is not supported by any description of held-out validation, cross-validation of the selection procedure, or explicit checks for distribution shift between the labeled set and test inputs. This is load-bearing for the headline result on performance-cost trade-offs.
Authors: The current manuscript computes complementarity scores on a small labeled set to drive greedy selection and then evaluates the resulting ensembles on separate test inputs. However, it does not describe cross-validation of the selection procedure itself or explicit distribution-shift diagnostics. We agree these checks would strengthen the central claim and will add them (including k-fold validation of the selection step and shift analysis) in the revised manuscript. revision: yes
-
Referee: [Abstract] Abstract: no information is given on how complementarity is quantified, what statistical tests or error bars accompany the reported trade-offs, or the data splits used, so the experimental validation of the guiding principle cannot be assessed from the provided text.
Authors: We will revise the abstract to state that complementarity is quantified via incremental performance gain on the labeled set, to note that reported trade-offs include error bars from repeated trials, and to specify the train/test splits employed. revision: yes
Circularity Check
No circularity: empirical validation on held-out data with no fitted quantities or self-referential derivations
full rationale
The paper presents an empirical study of greedy selection algorithms that measure complementarity on a small labeled set and evaluate performance on (implicitly separate) test inputs. No equations, fitted parameters, or derivation chain are present in the abstract or described methodology. The central claim rests on experimental outcomes rather than any reduction of a 'prediction' to its own inputs by construction. No self-citations are invoked as load-bearing uniqueness theorems, and no ansatz or renaming of known results is described. This is a standard non-circular empirical paper whose results can be falsified by new data.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Greedy algorithms provide acceptable approximations to the underlying combinatorial selection problem
read the original abstract
Multi-AI collaboration, such as ensembling or debating large language models (LLMs), is a promising paradigm for aggregating information and boosting performance. A foundational step in these pipelines is to feed the responses of several proposer LLMs into a summarizer LLM, which synthesizes a better answer. However, choosing which proposers to include is non-trivial. Existing approaches primarily focus either on accuracy (picking the strongest models) or diversity (ensuring variety), and often overlook the interactions among proposers and with the summarizer. We reframe proposer selection as a combinatorial selection problem akin to feature selection, where the value of an LLM lies in its complementarity with others. However, directly applying standard feature-selection algorithms is impractical in the LLM setting due to prohibitive time complexity. Motivated by this limitation, we explore an extensive range of computationally feasible, greedy-style selection algorithms that assess complementarity using a small labeled set. Our experiments validate complementarity as a guiding principle for proposer selection and identify methods that achieve the best performance-cost trade-offs in practice.
Figures
Forward citations
Cited by 1 Pith paper
-
Are Diversity Metrics Measuring Diversity? A Capability-Controlled Audit of Majority-Vote Gain in LLM Ensembles
Diversity metrics used to select LLM ensembles are largely capability proxies; after control, only a modest pairwise co-failure association with majority-vote gain remains.
Reference graph
Works this paper leans on
-
[2]
Format your answer to include:
The single letter choice Binary-choice — Proposer Prompt You will answer a yes or no question. Format your answer to include:
-
[3]
A concise step-by-step reasoning
-
[4]
Your task is to analyze the reasoning of the potential solutions step by step
The yes or no answer Multi-choice — Summarizer Prompt I will give you a multiple choice question and potential solutions that may be correct or incorrect. Your task is to analyze the reasoning of the potential solutions step by step. If there are any errors, correct them and update your answer. If there are no errors, answer the question matching those so...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.