REVIEW 4 major objections 4 minor 3 cited by
This paper claims that replacing a single LLM's self-reflection with a structured debate among persona-diverse critics, aggregated by a judge, reduces the repeated-error failure mode known as degeneration of thought and improves reasoning a
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 · deepseek-v4-flash
2026-08-03 14:15 UTC pith:ROJBQUG7
load-bearing objection Plausible extension, but the HumanEval gain is confounded by unequal retry budgets and the HotPotQA gain is within noise; worth a revise, not an accept. the 4 major comments →
MAR:Multi-Agent Reflexion Improves Reasoning Abilities in LLMs
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Multi-Agent Reflexion (MAR) consistently outperforms single-agent Reflexion on both multi-hop question answering and program synthesis. The central discovery is that the failure of self-correction comes from a lack of perspective diversity: the same model produces, evaluates, and revises its own reasoning, leading to confirmation bias and mode collapse. By explicitly separating acting, evaluating, critiquing, and aggregating, and by using critics with distinct reasoning personas (Verifier, Skeptic, Logician, Creative, and role-specific programmers), MAR generates higher-quality reflections that escape entrenched errors. Reported gains: HotPotQA exact match improves from 44% to 47%, and Human
What carries the argument
The MAR debate module replaces the single self-reflector. When the actor fails, multiple persona-based critics each write an initial diagnosis; then, for up to two rounds, they agree or disagree with each other's critiques; finally, a judge synthesizes the debate into a single 'Consensus Reflection' that is appended to the actor's memory. The machine's work is to inject structured disagreement into the reflection step, reducing shared blind spots and preventing the repeated reinforcement of earlier mistakes.
Load-bearing premise
The load-bearing premise is that the performance gain on HumanEval comes from the multi-agent debate, but the comparison is not trial-matched: Reflexion gets two attempts per problem while MAR gets three, and the paper never runs Reflexion with three attempts, so the extra retry alone could explain the 6.2-point improvement.
What would settle it
Run Reflexion with three attempts per HumanEval problem (the same budget as MAR) and compare pass@1. If Reflexion at three attempts reaches roughly 82.6%, the multi-agent debate is not the cause of the gain; if MAR still leads by a similar margin, the debate mechanism is confirmed. Similarly, re-score HotPotQA with a semantic-match metric: if the MAR gain disappears under semantic scoring, the reported EM gain may be an artifact of format-strict matching.
If this is right
- If MAR's gains hold, any Reflexion-style self-improvement loop can be upgraded by adding persona-diverse critics and a judge, without retraining the model.
- The improvement on both QA and code generation suggests the mechanism is general across reasoning domains, not tied to one benchmark.
- The paper's limitation notes indicate that the benefit of MAR is capped by the quality of the evaluation signal; noisy or format-strict metrics like exact match penalize semantically correct answers and can misdirect even multi-agent reflection.
- The roughly 3x increase in API calls and latency means that efficiency—such as dynamically selecting personas or reducing debate rounds—is a necessary next step for practical deployment.
- MAR reduces the stagnation observed in single-agent Reflexion, indicating that structured disagreement helps agents escape local minima in reasoning space.
Where Pith is reading between the lines
- The HumanEval comparison is not trial-matched: Reflexion is capped at two attempts per problem while MAR gets three, and the paper does not run Reflexion with three attempts, so part of the 6.2-point pass@1 gain could come from the extra retry rather than the debate.
- A natural testable extension is a matched-budget comparison (give Reflexion the same three attempts) to isolate the debate's contribution; if the gap shrinks to near zero, the multi-agent element is not the driver.
- Because the paper shows exact-match scoring rejects semantically identical answers, the HotPotQA gain of 3 points is likely an underestimate; re-evaluating both methods with a semantic or F1 metric could widen the demonstrated MAR advantage.
- A routing policy that triggers the expensive debate module only on hard or repeated failures could preserve most of MAR's gains at a fraction of the cost, making the approach more scalable.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper replicates the Reflexion framework on HotPotQA and HumanEval, identifies two failure modes in single-agent self-reflection (confirmation bias and mode collapse), and proposes Multi-Agent Reflexion (MAR), which replaces the single self-reflector with a panel of persona-based critics and a judge that synthesizes their debate into a consensus reflection. The authors report that MAR improves HotPotQA exact-match accuracy from 44% to 47% and HumanEval pass@1 from 76.4% to 82.6% relative to their Reflexion replication, all without parameter updates. The paper includes qualitative failure-case analyses, appendices with prompts and trajectories, and a code repository.
Significance. If the reported gains were cleanly established, the paper would make a useful, training-free contribution: separating acting, evaluation, and critiquing across diverse personas is a plausible mechanism for reducing self-reflection stagnation. The paper also ships a public codebase and detailed logging, which are assets for reproducibility. However, the central empirical claim is currently not supported. The HumanEval comparison is confounded by unequal retry budgets, and the HotPotQA gain is a 3-point difference on 100 questions with no error bars or significance testing. The manuscript also contains an incomplete placeholder in the Results section. The idea is interesting, but the evidence as submitted is not sufficient for publication in a serious journal.
major comments (4)
- [HumanEval Setup / Experimental Setup / Appendix D] The claimed HumanEval improvement (76.4 to 82.6 pass@1, Table 4) is confounded by unequal retry budgets. The methodology states that Reflexion receives "one initial attempt followed by a single reflection-guided retry" (max 2 trials), while Appendix D sets MAR's maximum at 3 trials per problem. Because the paper's pass@1 credits a problem if any generated solution passes, the extra retry alone mechanically inflates MAR's score. No trial-matched baseline is reported (e.g., Reflexion with 3 attempts or MAR with 2 attempts). The 6.2-point gain is load-bearing, and without a trial-matched comparison it cannot be attributed to multi-agent debate.
- [HotPotQA Results / Table 3] The HotPotQA evidence is statistically weak. Table 3 reports 44% EM for Reflexion and 47% for MAR on 100 curated questions. This is a 3-question difference; with no repeated runs, confidence intervals, or significance tests, the difference is within sampling noise (the approximate standard error of the difference is about 7 percentage points). The paper should report multiple seeds, a larger sample, or a formal test before claiming MAR outperforms Reflexion on HotPotQA.
- [Results] The Results section contains a leftover placeholder sentence: "We include the original scores for reference and leave placeholders for our HotPotQA numbers, which will be filled in after full evaluation." The submitted manuscript is therefore incomplete, and the numerical claims cannot be fully audited. This is not an acceptable state for a journal submission.
- [Performance Metrics / HumanEval Setup] The term pass@1 is used inconsistently. The metric definition says a model receives credit if its "single sampled solution" passes, but both Reflexion and MAR are allowed multiple attempts (2 and 3, respectively). Standard pass@1 does not permit retries; reporting "pass@1" for best-of-k attempts is misleading. The paper should either use pass@k semantics or explicitly define "pass@1 after retries," especially since the retry budget is the main confound in the HumanEval comparison.
minor comments (4)
- [Abstract / Table 4] The abstract states 82.7% on HumanEval, while Table 4 reports 82.6%. Please reconcile the numbers.
- [Throughout] Numerous typos and infelicities: "Through out extensive experimentation," "debators" instead of "debaters," "leads to better diversity of in the reflections," and "we designed personas in a systemic way." A careful language edit is needed.
- [Personas in Multi-Agent Debate / Appendix C] The Creative persona is described as "low exploit, high exploration, high exploration," presumably a typo for "high strictness" or similar. Please correct.
- [HotPotQA Setup] The paper refers to a "curated selection of 100 difficult HotPotQA questions" but does not describe the curation criterion or how it relates to the original Reflexion dataset. This is important for reproducibility and for interpreting the comparison to the original paper's numbers.
Circularity Check
No significant circularity: MAR's results are empirical measurements on standard benchmarks; the HumanEval trial-budget mismatch is a confound, not a definitional circularity.
full rationale
The paper does not contain a derivation in which an output is shown to equal an input by construction, nor does it fit a parameter and then relabel that fit as a prediction. Its central claims are direct empirical measurements: HotPotQA EM (32.0 baseline, 44.0 Reflexion, 47.0 MAR) and HumanEval pass@1 (67.1 baseline, 76.4 Reflexion, 82.6 MAR). The MAR method is a new multi-agent reflection procedure compared against re-run Reflexion baselines on standard external benchmarks, so the evaluation is self-contained in the sense required for a non-circular empirical claim. The persona sets, debate rounds, and trial budgets are experimental design choices, and some were made after observing failures on the same benchmarks; that is tuning or adaptation, not definitional circularity. The most serious validity concern is that the HumanEval comparison is not trial-matched: the Methodology says Reflexion receives 'one initial attempt followed by a single reflection-guided retry' (two trials), while Appendix D specifies MAR's 'Maximum trials per problem: 3'. Since pass@1 credits a problem if any attempt passes, the extra retry could explain part of the 6.2-point gap. This is an experimental confound requiring a trial-matched baseline, but it is not circular because the measured scores are not equivalent to the inputs by construction. No load-bearing self-citation or imported uniqueness theorem appears. Therefore, the circularity score is 0.
Axiom & Free-Parameter Ledger
free parameters (4)
- Debate rounds cap =
2
- Number of debaters =
4 for HotPotQA, 3 for HumanEval
- Trial budgets =
5 HotPotQA, 3 HumanEval (vs 2 for Reflexion HumanEval)
- Persona selection =
Verifier/Skeptic/Logician/Creative (HotPotQA), Senior/QA/Algorithm/Code Reviewer (HumanEval)
axioms (4)
- domain assumption The 100-question HotPotQA subset is large enough to distinguish methods
- domain assumption Single runs with GPT-3.5 Turbo are representative
- domain assumption The original Reflexion protocol was faithfully reproduced
- domain assumption Persona diversity, not extra tokens/compute, causes observed gains
invented entities (1)
-
Persona critics (Verifier, Skeptic, Logician, Creative, etc.)
no independent evidence
read the original abstract
LLMs have shown the capacity to improve their performance on reasoning tasks through reflecting on their mistakes, and acting with these reflections in mind. However, continual reflections of the same LLM onto itself exhibit degeneration of thought, where the LLM continues to repeat the same errors again and again even with the knowledge that its wrong. To address this problem, we instead introduce multi-agent with multi-persona debators as the method to generate reflections. Through out extensive experimentation, we've found that the leads to better diversity of in the reflections generated by the llm agent. We demonstrate an accuracy of 47% EM HotPot QA (question answering) and 82.7% on HumanEval (programming), both performances surpassing reflection with a single llm.
Figures
Forward citations
Cited by 3 Pith papers
-
A Communication-Theoretic Framework for LLM Agents: Cost-Aware Adaptive Reliability
LLM reliability techniques are unified as communication channel operators, with a new cost-aware router achieving superior quality-cost tradeoffs on hard tasks.
-
TEC: A Collection of Human Trial-and-error Trajectories for Problem Solving
TEC is a new public dataset of detailed human trial-and-error trajectories and reflections on web tasks, with humans showing substantially higher accuracy than LLMs.
-
Security Considerations for Multi-agent Systems
No existing AI security framework covers a majority of the 193 identified multi-agent system threats in any category, with OWASP Agentic Security Initiative achieving the highest overall coverage at 65.3%.
Reference graph
Works this paper leans on
-
[5]
arXiv preprint arXiv:2303.17760
CAMEL: Communicative Agents for “Mind” Exploration of Large Language Model Society. arXiv preprint arXiv:2303.17760. Liang, T.; He, Z.; Jiao, W.; Wang, X.; Wang, Y .; Wang, R.; Yang, Y .; Shi, S.; and Tu, Z
-
[6]
Liu, Y .; Cao, J.; Li, Z.; He, R.; and Tan, T
Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate.arXiv preprint arXiv:2305.19118. Liu, Y .; Cao, J.; Li, Z.; He, R.; and Tan, T
-
[8]
Shinn, N.; Cassano, F.; Berman, E.; Gopinath, A.; Narasimhan, K.; and Yao, S
Self-Refine: Iterative Refinement with Self- Feedback.arXiv preprint arXiv:2303.17651. Shinn, N.; Cassano, F.; Berman, E.; Gopinath, A.; Narasimhan, K.; and Yao, S
-
[9]
Reflexion: Language Agents with Verbal Reinforcement Learning.arXiv preprint arXiv:2303.11366. Smit, A. P.; Grinsztajn, N.; Duckworth, P.; Barrett, T. D.; and Pretorius, A
-
[10]
InProceed- ings of the 41st International Conference on Machine Learn- ing (ICML 2024), volume 235 ofProceedings of Machine Learning Research, 45883–45905
Should we be going MAD? A Look at Multi-Agent Debate Strategies for LLMs. InProceed- ings of the 41st International Conference on Machine Learn- ing (ICML 2024), volume 235 ofProceedings of Machine Learning Research, 45883–45905. PMLR. Stechly, K.; Marquez, M.; and Kambhampati, S
2024
-
[11]
InFoundations Models for Decision Making Workshop at the Thirty-Seventh Con- ference on Neural Information Processing Systems (NeurIPS 2023)
GPT-4 Doesn’t Know It’s Wrong: An Analysis of Iterative Prompting for Reasoning Problems. InFoundations Models for Decision Making Workshop at the Thirty-Seventh Con- ference on Neural Information Processing Systems (NeurIPS 2023). New Orleans, LA: NeurIPS Workshop. Sutton, R. S.; and Barto, A. G. 2018.Reinforcement Learn- ing: An Introduction. Adaptive C...
2023
-
[12]
New Orleans, LA: NeurIPS Workshop
Can Large Language Models Really Improve by Self- critiquing Their Own Plans? InFoundations Models for De- cision Making Workshop at the Thirty-Seventh Conference on Neural Information Processing Systems (NeurIPS 2023). New Orleans, LA: NeurIPS Workshop. Wei, J.; Wang, X.; Schuurmans, D.; Bosma, M.; Ichter, B.; Xia, F.; Chi, E. H.; Le, Q.; and Zhou, D
2023
-
[14]
Zhang, J.; Yu, S.; Chong, D.; Sicilia, A.; Tomz, M
ReAct: Synergizing Reason- ing and Acting in Language Models.arXiv preprint arXiv:2210.03629. Zhang, J.; Yu, S.; Chong, D.; Sicilia, A.; Tomz, M. R.; Manning, C. D.; and Shi, W
-
[15]
double the difference of the elements in the list
Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diver- sity. arXiv:arXiv:2510.01171. Individual Contributions Onat Ozer:Onat led the replication of HotPotQA, includ- ing prompt alignment, agent scaffolding, and implementa- tion of the CoT and ReAct baselines from the original Re- flexion codebase. He designed and executed detailed loggin...
-
[2020]
InAdvances in Neural Infor- mation Processing Systems 33 (NeurIPS 2020), 1877–1901
Language Models are Few-Shot Learners. InAdvances in Neural Infor- mation Processing Systems 33 (NeurIPS 2020), 1877–1901. Vancouver, Canada: Curran Associates, Inc. Chen, M.; Tworek, J.; Jun, H.; Yuan, Q.; Pinto, H. P. d. O.; Kaplan, J.; Edwards, H.; Burda, Y .; Joseph, N.; Brock- man, G.; Ray, A.; Puri, R.; Krueger, G.; Petrov, M.; Khlaaf, H.; Sastry, G...
2020
-
[2021]
Chen, X.; Song, Z.; Ji, D.; Gao, S.; and Zhu, L
Evaluating Large Language Models Trained on Code.arXiv preprint arXiv:2107.03374. Chen, X.; Song, Z.; Ji, D.; Gao, S.; and Zhu, L
-
[2022]
Yang, Z.; Qi, P.; Zhang, S.; Bengio, Y .; Cohen, W.; Salakhut- dinov, R.; and Manning, C
Chain-of- Thought Prompting Elicits Reasoning in Large Language Models.arXiv preprint arXiv:2201.11903. Yang, Z.; Qi, P.; Zhang, S.; Bengio, Y .; Cohen, W.; Salakhut- dinov, R.; and Manning, C. D
-
[2023]
Huang, J.; Chen, X.; Mishra, S.; Zheng, H
Improving Factuality and Reasoning in Lan- guage Models through Multiagent Debate.arXiv preprint arXiv:2305.14325. Huang, J.; Chen, X.; Mishra, S.; Zheng, H. S.; Yu, A. W.; Song, X.; and Zhou, D
-
[2024]
InProceedings of the Twelfth International Conference on Learning Representa- tions (ICLR 2024)
Large Language Models Cannot Self-Correct Reasoning Yet. InProceedings of the Twelfth International Conference on Learning Representa- tions (ICLR 2024). ICLR. Kim, G.; Baldi, P.; and McAleer, S
2024
-
[2025]
InProceedings of the International Confer- ence on Learning Representations (ICLR 2025)
Breaking Mental Set to Improve Reasoning through Diverse Multi- Agent Debate. InProceedings of the International Confer- ence on Learning Representations (ICLR 2025). Singapore: ICLR. Madaan, A.; Tandon, N.; Gupta, P.; Hallinan, S.; Gao, L.; Wiegreffe, S.; Alon, U.; Dziri, N.; Prabhumoye, S.; Yang, Y .; et al
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.