REVIEW 3 major objections 5 minor 1 cited by
Town Hall Debate Prompting: Enhancing Logical Reasoning in LLMs through Multi-Persona Interaction
T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Splitting one LLM into five debating personas that vote on an answer beats standard chain-of-thought on ZebraLogic, raising GPT-4o per-cell accuracy by 13 points and Claude 3.5 Sonnet hard-puzzle accuracy from 10% to 15%.
desk verdict THDP is a thin rework of existing multi-agent debate with an uncontrolled comparison; the reported gains don't survive scrutiny. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The mechanism is the prompt itself. It first instructs the model to choose N expert personas for the puzzle, then runs three structured debate rounds in which each persona presents a solution, criticizes and rebuts the others, and may revise its stance, and finally holds a vote in which each persona justifies its choice and the majority answer is returned. A few hand-written example debates in the prompt show the expected format, and the persona list is generated by the model rather than fixed, which the paper credits for the method's flexibility. The paper varies the persona count from 2 to 15 and finds that 5 personas optimize the grid benchmark while 7 optimize the multiple-choice subset.
What would settle it
Run a token-matched and temperature-matched control where the one-shot chain-of-thought baseline is allowed to produce several independent reasoning chains within the same total token budget and at the same sampling temperature as THDP; if accuracy rises to the same level, the debate structure is not the decisive factor.
Extended reading notes
Core claim
On the ZebraLogic benchmark, asking one language model to role-play five expert personas who debate a puzzle for three rounds and then vote on the answer consistently outperforms a single chain-of-thought response. The effect is strongest on the hardest puzzles and on models with enough capability: GPT-4o per-cell accuracy rises from 36% to 49%, Claude 3.5 Sonnet total puzzle accuracy rises from 28.9% to 37.0%, and blank/unparseable responses drop to near zero. On the multiple-choice subset, seven personas perform best, improving accuracy by 3.5 to 8 points across the tested models. Smaller models such as GPT-4o mini do not reliably benefit, suggesting the debate format amplifies existing reasoning ability rather than creating it from scratch.
Load-bearing premise
The observed gains are due to the debate and voting process itself, rather than to the much longer responses the method generates or to the higher sampling temperature used for Claude 3.5 Sonnet.
Editorial extensions
If this is right
- THDP improves per-cell, puzzle, easy, and hard accuracy on the ZebraLogic grid subset compared to one-shot chain-of-thought for GPT-4o and Claude 3.5 Sonnet.
- The optimal town hall size is not universal: roughly 5 personas for grid puzzles and 7 for multiple-choice questions, with the model itself choosing the personality types.
- The method nearly eliminates blank or unparseable answers; for GPT-4o the blank rate falls from 22.3% to 0.8%.
- The benefit scales with base-model capability, so weaker models can see accuracy drop when the internal debate spirals without error correction.
Reading between the lines
- The persona count may need to track task difficulty rather than be fixed; harder puzzles may benefit from more divergent voices than easy ones.
- THDP is effectively a single-model analogue of self-consistency with an explicit adversarial aggregation step, and a token-matched comparison against self-consistency would isolate what the debate and vote add.
- The prompt could be extended with a final adversarial reviewer persona or an explicit verification pass to prevent the looping behavior seen in smaller models.
- If the effect generalizes, the method could transfer to other constraint-satisfaction, planning, or multi-step arithmetic benchmarks where chain-of-thought commits early to one path.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Town Hall Debate Prompting (THDP), which prompts a single LLM to adopt multiple personas, conduct a three-round debate, and then vote on a final answer. The method is evaluated on the first 200 rows of the ZebraLogic MCQ and ZebraGrid subsets using GPT-4o, GPT-4o-mini, and Claude 3.5 Sonnet, with 1-shot chain-of-thought prompting as the baseline. The authors report that a town hall size of five personas with LLM-determined personalities performs best, with gains in per-cell accuracy for GPT-4o, puzzle accuracy for Claude 3.5 Sonnet, and hard-puzzle accuracy for several models. The paper also includes the full prompt templates and a limitations section acknowledging increased token use.
Significance. If the central claim were established, THDP would be a simple, single-model alternative to multi-agent debate systems for improving logical reasoning, with the practical advantage of not requiring multiple model instances. The manuscript is transparent about its prompting templates and reports results on a challenging benchmark, which is useful for replication. However, the evidence presented does not currently support the causal claim that multi-persona debate and voting are the source of the observed improvements: the treatment differs from the baseline in token budget and sampling temperature, and some of the paper's own reported numbers contradict the summary claim of significant broad improvements. The lack of statistical testing and the post-hoc selection of persona count and temperature further weaken the conclusions.
major comments (3)
- [Section 6 and Table 1] The claim in Section 6 that THDP 'significantly increased model accuracy in Zebra-grid Puzzle, Cell, Easy, and Hard evaluation metrics' is directly contradicted by Table 1: Easy accuracy falls from 75.0% to 68.2% for GPT-4o and from 78.0% to 54.5% for GPT-4o-mini, and total puzzle accuracy falls from 18.5% to 14.0% for GPT-4o-mini. The paper provides no error bars, confidence intervals, or significance tests, so the word 'significantly' is not statistically supported, and the global claim is inconsistent with the paper's own reported numbers.
- [Section 4.2.1 and Appendix B] The experimental design does not isolate the debate mechanism as the cause of any improvement. The only baseline is 1-shot CoT, while each THDP response contains multiple full reasoning chains across three rounds and a voting phase, using a substantially larger token budget. Additionally, Appendix B states that Claude 3.5 Sonnet was run at temperature 0.5 while the OpenAI models used greedy sampling. Observed gains could therefore be due to greater output compute, sampling temperature, or both, rather than to multi-persona debate and voting. Token-matched CoT, self-consistency, and temperature-matched controls are needed before attributing the results to THDP.
- [Section 5 and Appendix B] The reported optimal configuration is selected on the same test set used for final evaluation. Section 5 describes running over 30 evaluations with persona counts from 2 to 15 and then 'final testing using 4, 5, and 6 personas,' and Appendix B says the Claude temperature of 0.5 was chosen 'based on experimentation.' The 5-persona optimum and the temperature choice are therefore fitted values, not pre-registered predictions. A held-out validation split or a cross-validation procedure is necessary to support the claim that 5 personas is the optimal town hall size.
minor comments (5)
- [Section 6] The Discussion refers to 'the results in section 3,' but the results appear in Section 5; the cross-reference should be corrected.
- [Appendix A, Grid Prompt] The grid prompt example lists six fixed personas (Logical Deduction Expert through Hypothesis Tester) even though the main results use five personas; if this example is meant to be illustrative rather than the exact configuration tested, the text should say so explicitly.
- [References] Several references are formatted inconsistently or with reversed author/name order (e.g., 'Jack W. Rae, 2021; bench authors, 2023'), which will need to be corrected for publication.
- [Figures 2 and 3] The captions for Figures 2 and 3 do not state which model or metric each panel shows, making it difficult to map the figures to Table 1; the captions should be expanded.
- [Section 5.1] The MCQ results are reported only as percentages in the text without a corresponding table, error bars, or number of samples, so the reader cannot assess the reliability of these comparisons.
Circularity Check
No significant circularity: THDP's reported improvements are empirical comparisons, not derivations from their own definitions or self-citations.
full rationale
The paper's central claim is that Town Hall-Style Debate Prompting (THDP) improves logical reasoning on ZebraLogic relative to one-shot chain-of-thought. This is an empirical comparison: the method is defined by a prompt that instructs the model to create personas, debate in three rounds, and vote, and its performance is then measured against a baseline. No equation-level reduction exists in which the outcome is entailed by the definition of the method. The 5-persona configuration and Claude's temperature of 0.5 were selected after observing results on the test set, and the paper reports these as experimental findings rather than as independent predictions; this is a statistical validity concern (optimism from tuning on the test set), not circularity, because the reported improvement over CoT is not forced by construction. The paper contains no load-bearing self-citations: none of the cited prior works are by the present authors, and no uniqueness theorem or external result is invoked to forbid alternative interpretations. The acknowledged limitations (extra token usage, possible persona-type effects) further indicate the authors do not present the method as mathematically derived. Accordingly, no circular step meets the evidentiary bar of quoting a specific reduction or a fitted parameter renamed as a prediction. The uncontrolled differences between THDP and the CoT baseline (token budget, sampling temperature) are substantive experimental confounds that belong in a correctness assessment, not in a circularity score.
Assumptions & free parameters
free parameters (3)
- Persona count N =
5
- Claude temperature =
0.5
- Number of debate rounds =
3
assumptions (3)
- domain assumption ZebraLogic benchmark is a valid measure of logical reasoning
- domain assumption The first 200 rows of each ZebraLogic subset are representative
- domain assumption The LLM can faithfully simulate distinct personas without collapsing into a single viewpoint
Cite this review
Pith. "Pith review of Town Hall Debate Prompting: Enhancing Logical Reasoning in LLMs through Multi-Persona Interaction." pith.science (2026). https://pith.science/paper/UIXIH4I2
@misc{pith2026250215725,
author = {Pith},
title = {Pith review of: Town Hall Debate Prompting: Enhancing Logical Reasoning in LLMs through Multi-Persona Interaction},
year = {2026},
howpublished = {\url{https://pith.science/paper/UIXIH4I2}},
note = {Machine review of arXiv:2502.15725}
}
read the original abstract
Debate is a commonly used form of human communication catered towards problem-solving because of its efficiency. Debate fundamentally allows multiple viewpoints to be brought up in problem-solving, and for complex problems, each viewpoint opens a new path for problem-solving. In this work, we apply this concept to LLM decision-making by proposing town hall-style debate prompting (THDP), a prompting method that splices a language model into multiple personas that will debate one another to reach a conclusion. Our experimental pipeline varies both the number of personas and the personality types of each persona to find the optimum town hall size and personality for benchmark performance as measured by ZebraLogic bench, a reasoning-intensive benchmark characterized by both multiple-choice and fill-in-the-blank questions. Our experimental results demonstrate that a town hall size of 5 personas with LLM-determined personality types performs optimally on ZebraLogic, achieving a 13\% improvement over one-shot CoT baselines in per-cell accuracy in GPT-4o, 9% puzzle accuracy increase in Claude 3.5 Sonnet, and an improvement in hard puzzle accuracy from 10-15%.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges
A systematic review of 141 papers derives a three-axis taxonomy of multi-agent debate design (participants, interaction, agreement) and shows the field has converged on a narrow default pattern.
Reference graph
Works this paper leans on
-
[1]
BIG bench authors. 2023. https://openreview.net/forum?id=uyTL5Bvosj Beyond the imitation game: Quantifying and extrapolating the capabilities of language models . Transactions on Machine Learning Research
2023
-
[2]
Yejin Choi Bill Yuchen Lin, Ronan Le Bras. 2024. https://hf.co/spaces/allenai/ZebraLogicBench-Leaderboard Zebralogic: Benchmarking the logical reasoning ability of language models
work page 2024
-
[3]
Hwang, Soumya Sanyal, Sean Welleck, Xiang Ren, Allyson Ettinger, Za "i d Harchaoui, and Yejin Choi
Nouha Dziri, Ximing Lu, Melanie Sclar, Xiang Lorraine Li, Liwei Jian, Bill Yuchen Lin, Peter West, Chandra Bhagavatula, Ronan Le Bras, Jena D. Hwang, Soumya Sanyal, Sean Welleck, Xiang Ren, Allyson Ettinger, Za "i d Harchaoui, and Yejin Choi. 2024. https://arxiv.org/abs/2305.18654 Faith and fate: Limits of transformers on compositionality . Advances in Ne...
arXiv 2024
-
[4]
Ken Satoh Ha-Thanh Nguyen, Wachara Fungwacharakorn. 2023. https://arxiv.org/abs/2311.13095 Enhancing logical reasoning in large language models to facilitate legal applications
work page Pith review arXiv 2023
-
[5]
Trevor Cai Jack W. Rae, Sebastian Borgeaud. 2021. https://arxiv.org/abs/2112.11446 Scaling language models: Methods, analysis & insights from training gopher
arXiv 2021
-
[6]
Dale Schuurmans Jason Wei, Xuezhi Wang. 2022. https://arxiv.org/abs/2201.11903 Chain-of-thought prompting elicits reasoning in large language models . arXiv preprint arXiv:2201.11903
arXiv 2022
-
[7]
Sumedh Rasal. 2024. https://arxiv.org/abs/2401.01312 Llm harmony: Multi-agent communication for problem solving . arXiv preprint arXiv:2401.01312
arXiv 2024
-
[8]
Wenxiang Jiao Tian Liang, Zhiwei He. 2023. https://arxiv.org/abs/2305.19118 Encouraging divergent thinking in large language models through multi-agent debate . arXiv preprint arXiv:2305.19118
arXiv 2023
Show all 16 references
-
[10]
Ying Sheng Wei-Lin Chiang, Lianmin Zheng. 2024. https://arxiv.org/abs/2403.04132 Chatbot arena: An open platform for evaluating llms by human preference
2024 arXiv
-
[11]
Dale Schuurmans Xuezhi Wang, Jason Wei. 2022. https://arxiv.org/abs/2203.11171 Self consistency improves chain of thought reasoning in language models
2022 arXiv
-
[12]
Griffiths, Yuan Cao, and Karthik Narasimhan
Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran, Thomas L. Griffiths, Yuan Cao, and Karthik Narasimhan. 2023. https://arxiv.org/abs/2305.10601 Tree of thoughts: Deliberate problem solving with large language models
2023 arXiv
-
[13]
Yiliu Yang Yuxuan Wan, Wenxuan Wang. 2024. https://arxiv.org/abs/2401.00757 Triggering logical reasoning failures in large language models . arXiv preprint arXiv:2401.00757
2024 arXiv
-
[14]
Wenshan Wu Zhenhailong Wang, Shaoguang Mao. 2023. https://arxiv.org/abs/2307.05300 Unleashing the emergent cognitive synergy in large language models: A task-solving agent through multi-persona self-collaboration . arXiv preprint arXiv:2307.05300
2023 arXiv
-
[15]
Xin Guo Zhiheng Xi, Wenxiang Chen. 2023. https://arxiv.org/abs/2309.07864 The rise and potential of large language model based agents: A survey . arXiv preprint arXiv:2309.07864
2023 arXiv
-
[16]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list...
-
[17]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.