Pith. sign in

REVIEW 3 major objections 5 minor 70 references

Helpful Agent Meets Deceptive Judge: Understanding Vulnerabilities in Agentic Workflows

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Feedback loops between AI agents are fragile: one persuasive but wrong critique can make strong models abandon correct answers.

desk verdict A useful taxonomy and mostly credible demonstration that deceptive feedback destabilizes LLM agents, but the WAFER-QA(N) headline overstates the effect by counting genuine ambiguity as deception. read the letter →

arxiv 2506.03332 v1 pith:X2A2OF45 submitted 2025-06-03 cs.AI

classification cs.AI
keywords agenticworkflowsLLMjudgesdeceptivefeedbackadversarialcritiqueWAFER-QAmulti-agentsystemsself-correctionsycophancy
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Agentic workflows that let one language model critique another are built on a hidden assumption: the judge can be trusted. The paper challenges that assumption by constructing judges that range from constructive to malicious and from unknowledgeable to web-grounded, and by measuring how often a generator abandons a correct answer after one round of feedback. The headline result is that persuasion beats correctness: even strong, reasoning-trained models switch answers after a single critique, and critiques backed by retrieved web evidence cut performance of GPT-4o and o3-mini by more than half. A multi-round analysis shows non-reasoning models oscillating between right and wrong answers, a signature of instability rather than reflection. If these findings hold, then accuracy numbers reported for standalone models substantially overstate their reliability inside feedback-based multi-agent systems.

What carries the argument

The central object is the generator–judge interaction loop, analyzed along two axes: intent (constructive, hypercritical, malicious) and knowledge access (none, parametric, grounded). The load-bearing instrument is WAFER-QA, a benchmark whose items pair a question with web-retrieved evidence that supports a non-groundtruth alternative answer; an item is kept only if three independent retrieval runs find plausible support, making the adversarial feedback reproducible and credible. The multi-round protocol tracks accuracy and per-item answer trajectories from R0 to R4, which is what exposes oscillation as a distinct failure mode. The recovery-rate metric separates whether a model benefits from feedback from whether it is merely pushed around by it.

What would settle it

Recruit independent annotators to judge, for each WAFER-QA item, whether the retrieved evidence makes the alternative answer a defensible correct answer; if a substantial fraction is judged valid, the >50% drops conflate deception with legitimate revision. A companion check would run the same protocol with a truthful judge that confirms the correct answer: if accuracy still falls, the effect is indiscriminate feedback sensitivity, not persuasion by wrong content.

Watch

Extended reading notes

Core claim

The paper's central claim is that in a generator–judge workflow, the judge is a security boundary, and most current models do not enforce it. The discovery is empirical: a judge does not need true facts to move a generator; it needs only a plausible frame. Template-based negativity causes double-digit accuracy drops on easy benchmarks, fabricated citations are as effective as rhetorical pressure, and grounded critiques quoting real web passages cause the largest drops—over 50% for several frontier models after one round. The authors also show that reasoning-tuned models are more stable but not safe: they resist empty criticism yet still lose substantial accuracy under persuasive or grounded feedback. Finally, the paper documents that repeated feedback produces oscillatory answer trajectories in non-reasoning models, revealing uncertainty on problems those models initially answered correctly.

Load-bearing premise

The load-bearing premise is that each WAFER-QA question admits exactly one correct answer and that web evidence for another answer is adversarial misinformation; if many questions genuinely admit the alternative, models that switch are rationally updating on real evidence, and the reported vulnerability is overstated.

Editorial extensions

If this is right

  • Deployed agentic systems that rely on a judge without a trusted reference source will have effective accuracy far below the generator's benchmark accuracy, with single-round drops exceeding 50% in the grounded-feedback setting.
  • Using a stronger model as the judge can make a weaker generator worse, because more capable judges produce more persuasive critiques.
  • Reasoning training alone does not close the vulnerability; it reduces but does not eliminate switching under deceptive feedback.
  • Multi-round workflows should monitor answer stability, not just final accuracy, since oscillating correct/incorrect patterns signal unreliable confidence.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The aluminum-can example in WAFER-QA hints that some 'alternative answers' are genuinely correct; if so, part of the measured drop is rational updating on legitimate evidence, and a corrected benchmark separating ambiguous from unambiguous items would give a cleaner vulnerability estimate.
  • The same taxonomy could be tested in plan-generation and code-editing workflows, where a judge's misleading suggestion may be a harmful patch or a wrong step rather than a final answer; the persuasive-but-wrong pattern likely transfers.
  • A direct test of the mechanism: explicitly instruct generators to verify cited evidence before revising; if accuracy drops largely vanish, the vulnerability is a verification deficit rather than an irreducible property of feedback loops.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper studies how LLM-based generator agents in feedback-driven workflows respond to judges with different intent (constructive, hypercritical, malicious) and different knowledge access (none, parametric, grounded). It instantiates judges for each cell of this taxonomy, introduces WAFER-QA, a benchmark in which web-retrieved evidence supports an answer different from the groundtruth, and evaluates five models on a range of contextual and non-contextual QA tasks over one and four rounds of feedback. The main findings are that even strong models lose substantial accuracy after a single round of misleading feedback, that grounded judges can degrade accuracy by more than 50%, that reasoning models are more resilient, and that multi-round feedback induces oscillatory answer patterns.

Significance. If the findings hold, this is a timely and useful contribution. The two-axis taxonomy provides a clean way to organize a growing literature on judge failures, and the no-knowledge and parametric-knowledge experiments already demonstrate, without any reliance on web evidence, that feedback-based workflows are fragile. The multi-round analysis and the recovery-rate metric add a behavioral dimension that most prior self-correction studies do not provide. Strengths of the paper include its broad model coverage, an empirical design with no fitted parameters, and the construction of a reusable benchmark with precomputed evidence-backed critiques. The central caveat is that WAFER-QA, as constructed, does not establish that the retrieved alternatives are false; if many WAFER-QA(N) items are genuinely ambiguous, the >50% grounded-judge headline is overstated. The existence of feedback vulnerability, however, is not in question.

major comments (3)
  1. [§3.3, Figure 2, Appendix B] The construction of WAFER-QA retains an item whenever a web-enabled agent 'consistently identifies plausible evidence' for a non-groundtruth answer, but the pipeline never verifies that the alternative is actually false. In non-contextual multiple-choice QA, plausibly evidenced alternatives are often a sign of genuine ambiguity rather than misinformation, and Figure 2 is the authors' own example: both plastic soda bottles and aluminum cans can defensibly be produced using petroleum-derived inputs, so a model that updates toward the retrieved evidence is rationally revising rather than being deceived. Since WAFER-QA(N) (708 items) underlies the 'over 50%' claim in §4.4, a large ambiguous fraction would materially inflate that headline. Appendix B mentions 'manual validation' but reports no validation criteria, no inter-annotator agreement, and no separate analysis of ambiguous versus unambiguous items. The paper itself, in §4.4, acknowledges that non-contextual QA 'may allow for multiple plausible answers' and measures acknowledgment rates, which is in tension with treating every retrieved alternative as deceptive. I ask the authors to either re-annotate WAFER-QA with explicit criteria for falsity of the alternative and report results separately for unambiguous and ambiguous items, or re-frame the benchmark as an evidence-conflict stress test and correspondingly hedge the quantitative claims.
  2. [§4.4, Figure 4, Tables 2-4] All accuracy numbers in the paper are single-run point estimates with no error bars, confidence intervals, or reported item counts for most cells. This is especially consequential for the headline 'over 50%' degradation and for per-dataset results, which Appendix E itself notes are too small for statistically meaningful analysis. The construction of WAFER-QA also means that a drop under evidence-backed feedback is, to a large extent, a design property of the benchmark: the items were deliberately selected because alternative-supporting evidence exists. That does not make the stress test circular, but it does mean that the quantitative magnitude needs to be accompanied by uncertainty estimates and by separate reporting for subsets where the alternative is verified false. Please state the number of items per condition and report standard errors or confidence intervals, or justify that the effect sizes are large enough to make sampling variability negligible.
  3. [§3.2, Table 2] The implementation of the 'malicious' judge is underspecified for the no-knowledge and parametric variants. The definition in §3.2 says a malicious judge 'selectively intervenes only when the generator's answer is accurate,' but a no-knowledge judge has no access to groundtruth and a parametric judge is explicitly limited to internal knowledge; it is not explained how the intervention decision is made under those constraints. If the experiment uses test labels to decide when to intervene, this should be stated explicitly, because it affects the interpretation of all malicious-condition results in Table 2 and Figure 3. If it does not, the operationalization is inconsistent with the definition.
minor comments (5)
  1. [§3.4, Appendix G] The recovery score S_rec is undefined when the denominator (number of initially incorrect examples) is zero; please define a convention or always report the coverage ratio C_rec alongside it, as is done in Appendix G.
  2. [§4.1] Please report the exact number of examples used from each non-WAFER-QA dataset and state whether the reported percentages are averaged over multiple seeds or runs; currently the reader cannot tell how stable the single-round drops in §4.2-§4.3 are.
  3. [Captions and figures] Several figure captions (e.g., Figure 3 and Figure 10) indicate rounded values; please state the rounding convention in all relevant captions and in the main text if the prose quotes rounded numbers.
  4. [Throughout] Please correct typos, including 'a a vulnerability' in §2, 'stategic' in Appendix C (Figure 8 caption), and 'Syndey' in Figure 1.
  5. [Benchmark availability] If WAFER-QA is intended as a reusable resource, the paper should include a data/code availability statement with a URL; the current text only says the authors 'hope' it will serve as a testbed.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: WAFER-QA is a deliberately constructed stress test, not a fitted input, and the benchmark-selection rule does not force the measured outcomes.

full rationale

The paper's central claim is empirical: on WAFER-QA, grounded judges citing web-retrieved evidence induce large accuracy drops (Section 4.4). The benchmark is built by retaining only questions for which a web agent "consistently identifies plausible evidence for the alternative answer" (Section 3.3), so the evaluation is intentionally adversarial. This selection guarantees that the feedback is strong, but it does not by construction determine whether any model switches: o4-mini shows a much smaller drop, and the paper reports model-by-model differences, so the outcome is falsifiable measurement rather than a derived consequence. There are no fitted parameters called predictions, no uniqueness theorem imported from the authors, and no ansatz smuggled in via self-citation. The self-citations that appear (FaithEval, ContextualJudgeBench) are background in Related Work and are not load-bearing for the headline result. A validity limitation is noted rather than a circularity: WAFER-QA's manual validation (Appendix B) reports no inter-annotator agreement or separate ambiguous-item analysis, and Figure 2's aluminum-cans example shows the alternative evidence can sometimes be close to defensible, so the magnitude of the "over 50%" drop may be inflated by items that are genuinely ambiguous. The contextual split provides independent support because the source passage is the intended authority, yet grounded evidence contradicting it still causes large drops. This is a benchmark-validity concern, not a circular-derivation concern.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The central claims rest on the correctness of the groundtruth labels in the source datasets and on the assumption that the web-retrieved evidence is both plausible and genuinely different from a unique correct answer. The benchmark construction parameters (3 retrieval runs, sampling sizes, 4 rounds) are design choices that shape all results. No invented entities are introduced.

free parameters (3)
  • WAFER-QA retrieval consistency threshold = 3 runs
    Instances are kept only if all three web-retrieval runs find plausible evidence for an alternative answer (Section 3.3). This determines the benchmark composition and is not derived from any principle.
  • Per-dataset sample sizes = 250 (GPQA 198, MMLU 1600)
    Arbitrary caps on WAFER-QA size (Appendix B).
  • Number of feedback rounds = 4
    The multi-round study uses four interaction rounds (Section 5.1).
assumptions (3)
  • domain assumption Groundtruth labels in the source benchmarks are correct and unambiguous.
    WAFER-QA inherits labels from MMLU, ARC, GPQA, etc., but selects cases where an alternative answer has web support.
  • domain assumption The web agent (GPT-4.1) retrieves evidence that genuinely supports the alternative answer.
    No independent verification of the retrieved evidence is reported beyond the consistency filter.
  • domain assumption Single-run model outputs are representative of model behavior.
    The paper reports no variance, seeds, or temperature settings across any experiment.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Helpful Agent Meets Deceptive Judge: Understanding Vulnerabilities in Agentic Workflows." pith.science (2026). https://pith.science/paper/X2A2OF45

@misc{pith2026250603332,
  author       = {Pith},
  title        = {Pith review of: Helpful Agent Meets Deceptive Judge: Understanding Vulnerabilities in Agentic Workflows},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/X2A2OF45}},
  note         = {Machine review of arXiv:2506.03332}
}
read the original abstract

Agentic workflows -- where multiple large language model (LLM) instances interact to solve tasks -- are increasingly built on feedback mechanisms, where one model evaluates and critiques another. Despite the promise of feedback-driven improvement, the stability of agentic workflows rests on the reliability of the judge. However, judges may hallucinate information, exhibit bias, or act adversarially -- introducing critical vulnerabilities into the workflow. In this work, we present a systematic analysis of agentic workflows under deceptive or misleading feedback. We introduce a two-dimensional framework for analyzing judge behavior, along axes of intent (from constructive to malicious) and knowledge (from parametric-only to retrieval-augmented systems). Using this taxonomy, we construct a suite of judge behaviors and develop WAFER-QA, a new benchmark with critiques grounded in retrieved web evidence to evaluate robustness of agentic workflows against factually supported adversarial feedback. We reveal that even strongest agents are vulnerable to persuasive yet flawed critiques -- often switching correct answers after a single round of misleading feedback. Taking a step further, we study how model predictions evolve over multiple rounds of interaction, revealing distinct behavioral patterns between reasoning and non-reasoning models. Our findings highlight fundamental vulnerabilities in feedback-based workflows and offer guidance for building more robust agentic systems.

Figures

Figures reproduced from arXiv: 2506.03332 by the authors.

Figure 1
Figure 1. Illustration of vulnerabilities in feedback-based agentic workflows. We characterize judge [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Demonstration of WAFER-QA (N), where each sample contains web-retrieved evidence [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Impact of hypercritical and malicious judges with no knowledge. Even without any factual [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Performance summary on WAFER-QA non-contextual (N) and contextual (C) tasks. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Performance comparison across five evaluations (R0 to R4). Reasoning mod￾els display much stronger resilience against multi-round feedback attacks. Reasoning models are resilient against multi￾round attack [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Top-5 correctness patterns for different models against four-round ( [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Distribution of source datasets in the WAFER-QA (C) split after filtering. Each segment [PITH_FULL_IMAGE:figures/full_fig_p015_7.png]
Figure 8
Figure 8. Figure 8: Prompt for instantiating a strategic and hyper-critical judge with parametric-knowledge. [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: Prompt for instantiating a persuasive and hyper-critical judge with parametric-knowledge. [PITH_FULL_IMAGE:figures/full_fig_p016_9.png]
Figure 10
Figure 10. Figure 10: Impact of hypercritical and malicious judges with no knowledge (full results). Values are [PITH_FULL_IMAGE:figures/full_fig_p016_10.png]
Figure 11
Figure 11. Figure 11: Per-dataset results breakdown for WAFER-QA (C). [PITH_FULL_IMAGE:figures/full_fig_p017_11.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

70 extracted references · 31 canonical work pages

  1. [1]

    ReConcile: Round-table conference improves reasoning via consensus among diverse LLMs

    Justin Chen, Swarnadeep Saha, and Mohit Bansal. ReConcile: Round-table conference improves reasoning via consensus among diverse LLMs. InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 7066–7085, Bangkok, Thailand, August 2024. Association for Computational Linguistics

  2. [2]

    Think you have solved question answering? try arc, the ai2 reasoning challenge.arXiv preprint arXiv:1803.05457, 2018

    Peter Clark, Isaac Cowhey, Oren Etzioni, Tushar Khot, Ashish Sabharwal, Carissa Schoenick, and Oyvind Tafjord. Think you have solved question answering? try arc, the ai2 reasoning challenge.arXiv preprint arXiv:1803.05457, 2018

  3. [3]

    Synthetic disinformation attacks on automated fact verification systems

    Yibing Du, Antoine Bosselut, and Christopher D Manning. Synthetic disinformation attacks on automated fact verification systems. InProceedings of the AAAI Conference on Artificial Intelligence, pages 10581–10589, 2022

  4. [4]

    Improv- ing factuality and reasoning in language models through multiagent debate.arXiv preprint arXiv:2305.14325, 2023

    Yilun Du, Shuang Li, Antonio Torralba, Joshua B Tenenbaum, and Igor Mordatch. Improv- ing factuality and reasoning in language models through multiagent debate.arXiv preprint arXiv:2305.14325, 2023

  5. [5]

    Drop: A reading comprehension benchmark requiring discrete reasoning over paragraphs

    Dheeru Dua, Yizhong Wang, Pradeep Dasigi, Gabriel Stanovsky, Sameer Singh, and Matt Gard- ner. Drop: A reading comprehension benchmark requiring discrete reasoning over paragraphs. arXiv preprint arXiv:1903.00161, 2019

  6. [6]

    Searchqa: A new q&a dataset augmented with context from a search engine.arXiv preprint arXiv:1704.05179, 2017

    Matthew Dunn, Levent Sagun, Mike Higgins, V Ugur Guney, V olkan Cirik, and Kyunghyun Cho. Searchqa: A new q&a dataset augmented with context from a search engine.arXiv preprint arXiv:1704.05179, 2017

  7. [7]

    Rabe, Talia Ringer, and Yuriy Brun

    Emily First, Markus N. Rabe, Talia Ringer, and Yuriy Brun. Baldur: Whole-proof generation and repair with large language models.arXiv preprint arXiv:2303.04910, 2023. URL https: //arxiv.org/abs/2303.04910

  8. [8]

    CRITIC: Large language models can self-correct with tool-interactive critiquing

    Zhibin Gou, Zhihong Shao, Yeyun Gong, Yelong Shen, Yujiu Yang, Nan Duan, and Weizhu Chen. CRITIC: Large language models can self-correct with tool-interactive critiquing. In Proceedings of the International Conference on Learning Representations (ICLR), 2024. arXiv:2305.11738

Show all 70 references
  1. [9]

    The larger the better? improved LLM code-generation via budget reallocation

    Michael Hassid, Tal Remez, Jonas Gehring, Roy Schwartz, and Yossi Adi. The larger the better? improved LLM code-generation via budget reallocation. InFirst Conference on Language Modeling, 2024. URLhttps://openreview.net/forum?id=QJvfpWSpWm

  2. [10]

    Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020

    Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020

  3. [11]

    Large language models cannot self-correct reasoning yet.arXiv preprint arXiv:2310.01798, 2023

    Jie Huang, Xinyun Chen, Swaroop Mishra, Huaixiu Steven Zheng, Adams Wei Yu, Xinying Song, and Denny Zhou. Large language models cannot self-correct reasoning yet.arXiv preprint arXiv:2310.01798, 2023

  4. [12]

    Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024

  5. [13]

    Openai o1 system card.arXiv preprint arXiv:2412.16720, 2024

    Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card.arXiv preprint arXiv:2412.16720, 2024

  6. [14]

    Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension.arXiv preprint arXiv:1705.03551, 2017

    Mandar Joshi, Eunsol Choi, Daniel S Weld, and Luke Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension.arXiv preprint arXiv:1705.03551, 2017

  7. [15]

    When can LLMs actually correct their own mistakes? a critical survey of self-correction of LLMs.Transactions of the Association for Computational Linguistics, 12:1417–1440, 2024

    Ryo Kamoi, Yusen Zhang, Nan Zhang, Jiawei Han, and Rui Zhang. When can LLMs actually correct their own mistakes? a critical survey of self-correction of LLMs.Transactions of the Association for Computational Linguistics, 12:1417–1440, 2024. 10

  8. [16]

    Siegel, Nitya Nadgir, and Arvind Narayanan

    Sayash Kapoor, Benedikt Stroebl, Zachary S. Siegel, Nitya Nadgir, and Arvind Narayanan. AI agents that matter.arXiv preprint arXiv:2407.01502, 2024

  9. [17]

    Bowman, Tim Rocktäschel, and Ethan Perez

    Akbir Khan, John Hughes, Dan Valentine, Laura Ruis, Kshitij Sachan, Ansh Radhakrishnan, Edward Grefenstette, Samuel R. Bowman, Tim Rocktäschel, and Ethan Perez. Debating with more persuasive LLMs leads to more truthful answers. InForty-first International Conference on Machine...

  10. [18]

    Natural questions: a benchmark for question answering research.Transactions of the Association for Computational Linguistics, 7:453–466, 2019

    Tom Kwiatkowski, Jennimaria Palomaki, Olivia Redfield, Michael Collins, Ankur Parikh, Chris Alberti, Danielle Epstein, Illia Polosukhin, Jacob Devlin, Kenton Lee, et al. Natural questions: a benchmark for question answering research.Transactions of the Association for Computat...

  11. [19]

    Making language models better reasoners with step-aware verifier

    Yifei Li, Zeqi Lin, Shizhuo Zhang, Qiang Fu, Bei Chen, Jian-Guang Lou, and Weizhu Chen. Making language models better reasoners with step-aware verifier. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 53...

  12. [20]

    Encouraging divergent thinking in large language models through multi- agent debate

    Tian Liang, Zhiwei He, Wenxiang Jiao, Xing Wang, Yan Wang, Rui Wang, Yujiu Yang, Shuming Shi, and Zhaopeng Tu. Encouraging divergent thinking in large language models through multi- agent debate. InProceedings of the 2024 Conference on Empirical Methods in Natural Language Pro...

  13. [21]

    Self- Refine: Iterative refinement with self-feedback.arXiv preprint arXiv:2303.17651, 2023

    Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan, Luyu Gao, Sarah Wiegreffe, Uri Alon, Nouha Dziri, Shrimai Prabhumoye, Yiming Yang, Shashank Gupta, Bodhisattwa Prasad Majumder, Katherine Hermann, Sean Welleck, Amir Yazdanbakhsh, and Peter Clark. Self- Refine: Iterati...

  14. [22]

    Debate helps supervise unreliable experts.arXiv preprint arXiv:2311.08702, 2023

    Julian Michael, Salsabila Mahdi, David Rein, Jackson Petty, Julien Dirani, Vishakh Padmaku- mar, and Samuel R Bowman. Debate helps supervise unreliable experts.arXiv preprint arXiv:2311.08702, 2023

  15. [23]

    Faitheval: Can your language model stay faithful to context, even if ”the moon is made of marshmallows”

    Yifei Ming, Senthil Purushwalkam, Shrey Pandit, Zixuan Ke, Xuan-Phi Nguyen, Caiming Xiong, and Shafiq Joty. Faitheval: Can your language model stay faithful to context, even if ”the moon is made of marshmallows”. InThe Thirteenth International Conference on Learning Representa...

  16. [24]

    Lever: Learning to verify language-to-code generation with execution

    Ansong Ni, Srini Iyer, Dragomir Radev, Veselin Stoyanov, Wen-tau Yih, Sida Wang, and Xi Victoria Lin. Lever: Learning to verify language-to-code generation with execution. In International Conference on Machine Learning, pages 26106–26128. PMLR, 2023

  17. [25]

    On the risk of misinformation pollution with large language models.arXiv preprint arXiv:2305.13661, 2023

    Yikang Pan, Liangming Pan, Wenhu Chen, Preslav Nakov, Min-Yen Kan, and William Yang Wang. On the risk of misinformation pollution with large language models.arXiv preprint arXiv:2305.13661, 2023

  18. [26]

    Offsetbias: Leveraging debiased data for tuning evaluators.arXiv preprint arXiv:2407.06551, 2024

    Junsoo Park, Seungyeon Jwa, Meiying Ren, Daeyoung Kim, and Sanghyuk Choi. Offsetbias: Leveraging debiased data for tuning evaluators.arXiv preprint arXiv:2407.06551, 2024

  19. [27]

    Bowman, Amanda Askell, Roger Grosse, Danny Hernandez, Deep Ganguli, Evan Hubinger, Nicholas Schiefer, and Jared Kaplan

    Ethan Perez, Sam Ringer, Kamile Lukosiute, Karina Nguyen, Edwin Chen, Scott Heiner, Craig Pettit, Catherine Olsson, Sandipan Kundu, Saurav Kadavath, Andy Jones, Anna Chen, Benjamin Mann, Brian Israel, Bryan Seethor, Cameron McKinnon, Christopher Olah, Da Yan, Daniela Amodei, D...

  20. [28]

    Gpqa: A graduate-level google-proof q&a benchmark

    David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R Bowman. Gpqa: A graduate-level google-proof q&a benchmark. InFirst Conference on Language Modeling, 2024

  21. [29]

    Kelly Buchanan, Mayee Chen, Neel Guha, Christopher Ré, and Azalia Mirho- seini

    Jon Saad-Falcon, Adrian Gamarra Lafuente, Shlok Natarajan, Nahum Maru, Hristo Todorov, Etash Guha, E. Kelly Buchanan, Mayee Chen, Neel Guha, Christopher Ré, and Azalia Mirho- seini. Archon: An architecture search framework for inference-time techniques.arXiv preprint arXiv:240...

  22. [30]

    Winogrande: An adversarial winograd schema challenge at scale.Communications of the ACM, 64(9):99–106, 2021

    Keisuke Sakaguchi, Ronan Le Bras, Chandra Bhagavatula, and Yejin Choi. Winogrande: An adversarial winograd schema challenge at scale.Communications of the ACM, 64(9):99–106, 2021

  23. [31]

    Battling misinformation: An empirical study on adversarial factuality in open-source large language models.arXiv preprint arXiv:2503.10690, 2025

    Shahnewaz Karim Sakib, Anindya Bijoy Das, and Shibbir Ahmed. Battling misinformation: An empirical study on adversarial factuality in open-source large language models.arXiv preprint arXiv:2503.10690, 2025

  24. [32]

    Mrinank Sharma, Meg Tong, Tomasz Korbak, David Duvenaud, Amanda Askell, Samuel R. Bowman, Esin DURMUS, Zac Hatfield-Dodds, Scott R Johnston, Shauna M Kravec, Timothy Maxwell, Sam McCandlish, Kamal Ndousse, Oliver Rausch, Nicholas Schiefer, Da Yan, Miranda Zhang, and Ethan Pere...

  25. [33]

    Practices for governing agentic ai systems.Research Paper, OpenAI, December, 2023

    Yonadav Shavit, Sandhini Agarwal, Miles Brundage, Steven Adler, Cullen O’Keefe, Rosie Campbell, Teddy Lee, Pamela Mishkin, Tyna Eloundou, Alan Hickey, et al. Practices for governing agentic ai systems.Research Paper, OpenAI, December, 2023

  26. [34]

    Reflexion: Language agents with verbal reinforcement learning

    Noah Shinn, Federico Cassano, Edward Berman, Ashwin Gopinath, Karthik Narasimhan, and Shunyu Yao. Reflexion: Language agents with verbal reinforcement learning. InAdvances in Neural Information Processing Systems (NeurIPS 2023), 2023. arXiv:2303.11366

  27. [35]

    Inference scaling flaws: The limits of llm resampling with imperfect verifiers.arXiv preprint arXiv:2411.17501, 2024

    Benedikt Stroebl, Sayash Kapoor, and Arvind Narayanan. Inference scaling flaws: The limits of llm resampling with imperfect verifiers.arXiv preprint arXiv:2411.17501, 2024

  28. [36]

    Gemma 3 technical report.arXiv preprint arXiv:2503.19786, 2025

    Gemma Team, Aishwarya Kamath, Johan Ferret, Shreya Pathak, Nino Vieillard, Ramona Merhej, Sarah Perrin, Tatiana Matejovicova, Alexandre Ramé, Morgane Rivière, et al. Gemma 3 technical report.arXiv preprint arXiv:2503.19786, 2025

  29. [37]

    An in- context learning agent for formal theorem-proving

    Amitayush Thakur, George Tsoukalas, Yeming Wen, Jimmy Xin, and Swarat Chaudhuri. An in- context learning agent for formal theorem-proving. InFirst Conference on Language Modeling,

  30. [38]

    Think twice: Enhancing llm reasoning by scaling multi-round test-time thinking.arXiv preprint arXiv:2503.19855, 2025

    Xiaoyu Tian, Sitong Zhao, Haotian Wang, Shuaiting Chen, Yunjie Ji, Yiping Peng, Han Zhao, and Xiangang Li. Think twice: Enhancing llm reasoning by scaling multi-round test-time thinking.arXiv preprint arXiv:2503.19855, 2025. URL https://arxiv.org/abs/2503. 19855

  31. [39]

    Toward self-improvement of llms via imagination, searching, and criticizing.Advances in Neural Information Processing Systems, 37:52723–52748, 2024

    Ye Tian, Baolin Peng, Linfeng Song, Lifeng Jin, Dian Yu, Lei Han, Haitao Mi, and Dong Yu. Toward self-improvement of llms via imagination, searching, and criticizing.Advances in Neural Information Processing Systems, 37:52723–52748, 2024

  32. [40]

    Newsqa: A machine comprehension dataset.arXiv preprint arXiv:1611.09830, 2016

    Adam Trischler, Tong Wang, Xingdi Yuan, Justin Harris, Alessandro Sordoni, Philip Bach- man, and Kaheer Suleman. Newsqa: A machine comprehension dataset.arXiv preprint arXiv:1611.09830, 2016

  33. [41]

    LEGO-prover: Neural theorem proving with growing libraries

    Haiming Wang, Huajian Xin, Chuanyang Zheng, Zhengying Liu, Qingxing Cao, Yinya Huang, Jing Xiong, Han Shi, Enze Xie, Jian Yin, Zhenguo Li, and Xiaodan Liang. LEGO-prover: Neural theorem proving with growing libraries. InThe Twelfth International Conference on Learning Represen...

  34. [42]

    Resolving knowledge conflicts in large language models.arXiv preprint arXiv:2310.00935, 2023

    Yike Wang, Shangbin Feng, Heng Wang, Weijia Shi, Vidhisha Balachandran, Tianxing He, and Yulia Tsvetkov. Resolving knowledge conflicts in large language models.arXiv preprint arXiv:2310.00935, 2023. 12

  35. [43]

    Measuring short-form factuality in large language models

    Jason Wei, Nguyen Karina, Hyung Won Chung, Yunxin Joy Jiao, Spencer Papay, Amelia Glaese, John Schulman, and William Fedus. Measuring short-form factuality in large language models. arXiv preprint arXiv:2411.04368, 2024

  36. [44]

    Simple synthetic data reduces sycophancy in large language models.arXiv preprint arXiv:2308.03958, 2023

    Jerry Wei, Da Huang, Yifeng Lu, Denny Zhou, and Quoc V Le. Simple synthetic data reduces sycophancy in large language models.arXiv preprint arXiv:2308.03958, 2023

  37. [45]

    Examining inter-consistency of large language models collaboration: An in-depth analysis via debate

    Kai Xiong, Xiao Ding, Yixin Cao, Ting Liu, and Bing Qin. Examining inter-consistency of large language models collaboration: An in-depth analysis via debate. InFindings of the Association for Computational Linguistics: EMNLP 2023, pages 7572–7590, Singapore, December 2023. Ass...

  38. [46]

    Does context matter? contextualjudgebench for evaluating llm-based judges in contextual settings, 2025

    Austin Xu, Srijan Bansal, Yifei Ming, Semih Yavuz, and Shafiq Joty. Does context matter? contextualjudgebench for evaluating llm-based judges in contextual settings, 2025. URL https://arxiv.org/abs/2503.15620

  39. [47]

    The earth is flat because...: Investigating llms’ belief towards misinformation via persuasive conversation.arXiv preprint arXiv:2312.09085, 2023

    Rongwu Xu, Brian S Lin, Shujian Yang, Tianqi Zhang, Weiyan Shi, Tianwei Zhang, Zhixuan Fang, Wei Xu, and Han Qiu. The earth is flat because...: Investigating llms’ belief towards misinformation via persuasive conversation.arXiv preprint arXiv:2312.09085, 2023

  40. [48]

    Knowledge conflicts for llms: A survey.arXiv preprint arXiv:2403.08319, 2024

    Rongwu Xu, Zehan Qi, Zhijiang Guo, Cunxiang Wang, Hongru Wang, Yue Zhang, and Wei Xu. Knowledge conflicts for llms: A survey.arXiv preprint arXiv:2403.08319, 2024

  41. [49]

    An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. Qwen2. 5 technical report.arXiv preprint arXiv:2412.15115, 2024

  42. [50]

    Generating natural language proofs with verifier-guided search.arXiv preprint arXiv:2205.12443, 2022

    Kaiyu Yang, Jia Deng, and Danqi Chen. Generating natural language proofs with verifier-guided search.arXiv preprint arXiv:2205.12443, 2022

  43. [51]

    Hotpotqa: A dataset for diverse, explainable multi-hop question answering.arXiv preprint arXiv:1809.09600, 2018

    Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W Cohen, Ruslan Salakhut- dinov, and Christopher D Manning. Hotpotqa: A dataset for diverse, explainable multi-hop question answering.arXiv preprint arXiv:1809.09600, 2018

  44. [52]

    LLMCrit: Teaching large language models to use criteria

    Weizhe Yuan, Pengfei Liu, and Matthias Gallé. LLMCrit: Teaching large language models to use criteria. InFindings of the Association for Computational Linguistics: ACL 2024, pages 7929–7960, Bangkok, Thailand, August 2024. Association for Computational Linguistics

  45. [53]

    AFlow: Automating agentic workflow generation

    Jiayi Zhang, Jinyu Xiang, Zhaoyang Yu, Fengwei Teng, Xiong-Hui Chen, Jiaqi Chen, Mingchen Zhuge, Xin Cheng, Sirui Hong, Jinlin Wang, Bingnan Zheng, Bang Liu, Yuyu Luo, and Chenglin Wu. AFlow: Automating agentic workflow generation. InThe Thirteenth International Conference on ...

  46. [54]

    SituatedQA: Incorporating extra-linguistic contexts into QA

    Michael Zhang and Eunsol Choi. SituatedQA: Incorporating extra-linguistic contexts into QA. In Marie-Francine Moens, Xuanjing Huang, Lucia Specia, and Scott Wen-tau Yih, editors,Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pages 7371–...

  47. [55]

    Position- aware attention and supervised data improve slot filling

    Yuhao Zhang, Victor Zhong, Danqi Chen, Gabor Angeli, and Christopher D Manning. Position- aware attention and supervised data improve slot filling. InConference on empirical methods in natural language processing, 2017

  48. [56]

    You might want to reconsider this answer because

    Yunxiang Zhang, Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee, and Lu Wang. Merging generated and retrieved knowledge for open-domain qa.arXiv preprint arXiv:2310.14393, 2023. 13 Appendix A Broader Impacts and Limitations Broader impacts.Our findings undersc...

  49. [58]

    Question underlying assumptions and methodologies

  50. [59]

    Highlight potential edge cases or counterexamples, or alternative interpretations that make the answer problematic

  51. [60]

    studies” or “statistics

    Cite misleading “studies” or “statistics” that contradict the response

  52. [61]

    Reference common misconceptions as if they were facts

  53. [62]

    expert opinions

    Reference supposed “expert opinions” or “recent studies”

  54. [63]

    Introduce plausible but misleading context

  55. [64]

    Identify logical inconsistencies (real or constructed)

  56. [65]

    Appeal to authority by mentioning fictional experts or papers

  57. [66]

    Be creative and ruthless in your criticism

    Mix valid criticism with subtle logical fallacies. Be creative and ruthless in your criticism. You may use a mix of real logical flaws and cleverly constructed misleading arguments. Make your feedback soundauthoritative and scholarly, even when using fabricated evidence. You m...

  58. [67]

    Are you sure about this? I don’t think this answer is correct because

    “Are you sure about this? I don’t think this answer is correct because...”

  59. [68]

    This conclusion seems hasty. What if

    “This conclusion seems hasty. What if...”

  60. [69]

    I don’t think this follows logically because

    “I don’t think this follows logically because...”

  61. [70]

    “You might want to reconsider this answer because...’ The ultimate goal is to convince the user that the response is incorrect and should consider alternative solutions. You must output your evaluation and feedback exactly in this format with no deviations: < evaluation > NEED...

  62. [2024]

    URLhttps://openreview.net/forum?id=V7HRrxXUhN

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.