Paper deep dive
Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models
Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 8/20/2026, 5:16:07 AM
Summary
The paper introduces EvoResearcher, a training-free, inference-time protocol for Large Language Models (LLMs) that implements cost-bounded self-reflection. Unlike reinforcement learning methods like GRPO, EvoResearcher operates on a frozen LLM backbone using a generate-critique-revise loop. It employs a 'CONFIRMED' sentinel for early stopping, allowing the model to self-verify answers within a strict compute budget. The protocol is validated on benchmarks including Big-Bench Hard (BBH), GSM8K, and MATH, demonstrating that it can significantly improve accuracy on complex tasks (GSM8K, MATH) while reducing computational waste on simpler tasks by terminating early when confidence is high or the answer is verified.
Entities (10)
Relation Signals (7)
EvoResearcher â uses â CONFIRMED
confidence 95% · The protocol iterates generate -> self-critique -> revise until ... the critique returns the CONFIRMED sentinel, an implicit early stop
EvoResearcher â validateson â BIG-Bench Hard
confidence 95% · We validate the protocol on Big-Bench Hard (100 questions)
EvoResearcher â validateson â GSM8K
confidence 95% · establish cross-domain behavior on GSM8K (500)
EvoResearcher â validateson â MATH
confidence 95% · establish cross-domain behavior on ... MATH (500)
GRPO â contrastedwith â EvoResearcher
confidence 90% · Reinforcement-learning training of reasoning LLMs (e.g., GRPO) is expensive ... We present EvoResearcher, a training-free, inference-time protocol
EvoResearcher â replicatedon â Qwen2.5-72B
confidence 90% · with cross-model replication on Qwen2.5-72B
Self-Refine â relatedto â EvoResearcher
confidence 85% · Self-Refine Madaan et al. 2023 introduced iterative refinement with self-feedback, establishing the foundation for reflection-based training.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Reinforcement-learning training of reasoning LLMs (e.g., GRPO) is expensive and requires a controllable environment, committing every contribution to a full training pipeline. We present EvoResearcher, a training-free, inference-time protocol that adds cost-bounded self-reflection to a single frozen LLM backbone. The protocol iterates generate -> self-critique -> revise until a maximum depth D is reached or the critique returns the CONFIRMED sentinel, an implicit early stop that lets the backbone self-verify its answer under a strict compute budget. Four self-reflective meta-reward components (correctness, efficiency, reflection depth, tool-call diversity) act as design principles instantiated as prompt-level mechanisms, so their benefits accrue with zero gradient updates. We validate the protocol on Big-Bench Hard (100 questions) and establish cross-domain behavior on GSM8K (500) and MATH (500) on the same frozen backbone, with cross-model replication on Qwen2.5-72B. All experiments use pure-reasoning benchmarks; the tool-call diversity component is validated in prompt-level form, and the environment-level and multi-agent extensions are design blueprints left to future work. On clean BBH the protocol does not raise accuracy beyond the 95% Wilson interval; its value is cost-bounded self-verification, with the CONFIRMED early stop terminating 82-88% of items at equal accuracy (about 2.1 generations per question).
Tags
Links
- Source: https://arxiv.org/abs/2608.18884v1
- Canonical: https://arxiv.org/abs/2608.18884v1
Trouble viewing inline? Open PDF directly â
Full Text
78,532 characters extracted from source content.
Expand or collapse full text
Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models Abstract Training reasoning-capable large language models (LLMs) via reinforcement learning such as GRPO is expensive, depends on a controllable training environment, and commits every contribution to a full training pipeline that may never be executed. We present EvoResearcher, a training-free inference-time protocol that adds cost-bounded self-reflection to a single frozen LLM backbone. The protocol iterates generate â self-critique â revise until a user-set maximum depth D is exhausted or the critique returns the CONFIRMED sentinelâan implicit early stop that lets the backbone self-verify its answer under a strictly controlled computational budget. The four components of a self-reflective meta-reward (correctness, efficiency, reflection depth, and tool-call diversity) act as design principles that the protocol instantiates as prompt-level mechanisms, so their benefits accrue with zero gradient updates. We validate the protocol on Big-Bench Hard (BBH, 100 multi-step reasoning questions) and establish cross-domain behavior on GSM8K (500 arithmetic word problems) and MATH (500 competition problems) on the same frozen backbone, with cross-model replication on Qwen2.5-72B. All experiments use pure-reasoning benchmarks; the tool-call-diversity component is validated only in its prompt-level form, and the environment-level and multi-agent extensions are design blueprints that are not evaluated hereâtheir validation requires tool-using benchmarks such as GAIA and is left to future work. On clean BBH the protocol does not raise single-shot accuracy beyond the 95% Wilson interval; its measurable value is cost-bounded self-verification: the CONFIRMED early stop terminates 82â88% of items at equal accuracy, bounding inference to â2.1â 2.1 generations per question. A confidence-threshold sweep (Ïâ0.6,0.7,0.8,0.9Ïâ\0.6,0.7,0.8,0.9\) calibrates the numeric confidence signal and finds it overconfidentâevery threshold â„0.6â„ 0.6 halts the loop on the first generation, so the CONFIRMED sentinel, not the confidence tag, is the effective cost-bounding mechanism. On GSM8K and MATH the loop improves accuracy (+4.2+4.2 p and +14.2+14.2 p) while still early-stopping 82â88% of items, confirming that reflectionâs accuracy benefit concentrates precisely where single-shot reasoning is unreliable (MATH single-shot 26.2%). We conclude that this training-free reflective loop effectively unlocks inference-time compute scaling: it delivers cost-bounded self-verification on standard tasks, and significant raw accuracy gains precisely where single-shot reasoning fails, providing a highly pragmatic alternative to expensive reinforcement learning pipelines. keywordsinference-time self-reflection; cost-bounded early stopping; confidence-threshold calibration; large language model; pure reasoning; training-free â firstpage: 1 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â volume: 1 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â issue: 1 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â articlenumber: 0 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â year: 2026 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â copyright-year: 2026 Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â hreflink: https://doi.org/ Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â titlecitation: Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â authornames: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, and Bing Li Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â authorcitation: Yu, W.; Liu, S.; Yu, M.; Wang, J.; Zheng, Z.; Deng, H.; Li, B. Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â address: 1 School of Digital Arts, Jiangxi Arts & Ceramics Technology Institute, Jingdezhen 33001, China; yuw26393@gmail.com (W.Y.) 2 School of Computing, Universiti Sains Malaysia, 11800 USM Penang, Malaysia Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li â corresponding: Correspondence: bentondoucet@gmail.com Affiliation: Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li plain 1 Introduction Large language models (LLMs) exhibit strong performance on multi-step reasoning tasks, yet two obstacles limit their practical use when correctness matters and compute is constrained. First, training them to reasonâtypically via reinforcement learning objectives such as GRPO Shao et al. 2024âis expensive: it requires thousands of GPU-hours and a carefully constructed, controllable environment, and the resulting gains are often tightly coupled to that specific training pipeline. Second, at inference time, a single generation is frequently overconfident or outright wrong, and the standard remediesâgenerating more candidates (self-consistency, best-of-n sampling) or running reflection loopsâmultiply computational cost without a principled rule for when to stop. A growing line of work makes models self-verify their own outputs (Self-Refine Madaan et al. 2023, Reflexion Shinn et al. 2023, CRITIC Gao et al. 2024); process reward models Lightman et al. 2024; Zheng et al. 2025 supply step-level verification signals; and structured reasoning itself (chain-of-thought Wei et al. 2022, Tree of Thoughts Yao et al. 2023) improves both accuracy and inspectability. Yet most of these methods either require additional training (or a learned reward model), or, if purely at inference, treat the reflection loop as a fixed-depth procedure whose cost is uncontrolled. The result is a missing middle: a training-free protocol that lets a frozen backbone self-verify its answer at inference time while strictly bounding how much compute the loop may consume. We identify three limitations of current practice that this paper addresses: (i) Training cost and environment dependence. RL-based reasoning training (e.g., GRPO Shao et al. 2024) is resource-intensive and requires a controllable environment in which rollouts can be scored, which makes the training path impractical for many users and ties every contribution to a pipeline that may never be executed. (i) Outcome-only supervision. Standard objectives reward only final correctness and provide no incentive to recognize and correct an error before committing to it. Self-verification is not trained and is consequently unreliable, as LLMs are systematically overconfident in their own outputs Zou et al. 2023. (i) Unbounded reflection cost. At inference, reflection loops that iterate to a fixed depth either over-spend (revising answers that were already correct) or, if stopped too early, over-confirm incorrect answers. Without a calibrated stopping rule, the loopâs compute cannot be traded against accuracy in a controlled way. 1.1 Our Contributions We propose EvoResearcher, a training-free, inference-time self-reflective protocol that instantiates the four components of a self-reflective meta-rewardâcorrectness, efficiency, reflection depth, and tool-call diversityâas prompt-level mechanisms inside a bounded generate â self-critique â revise loop over a single frozen backbone. The loopâs cost is controlled by the maximum depth D and by the CONFIRMED sentinel; an optional confidence threshold Ï is also supported, and its selectivity is probed empirically rather than assumed. The loop terminates early whenever the critique returns CONFIRMED, when the backboneâs self-reported confidence reaches a set Ï, or when D generations are exhausted. Concretely: 1. A training-free, cost-bounded self-reflection protocol (validated). Algorithm 1 formalizes the generateâcritiqueârevise loop whose early stopping is driven by the CONFIRMED sentinel (with an optional confidence threshold Ï whose selectivity we probe, E6), so inference cost is bounded by construction (Section 3.1). 2. Meta-reward components as prompt-level mechanisms (validated). The four components of the meta-reward (Equations (1)â(4)) act as design principles that are instantiated at the prompt level and evaluated by controlled component and ablation experiments (Section 4). 3. Cross-domain empirical validation (validated). We evaluate the protocol on Big-Bench Hard (BBH) and establish cross-domain behavior on GSM8K and MATH on the same frozen backbone, with cross-model replication on Qwen2.5-72B. On clean BBH the loop does not raise single-shot accuracy, but its CONFIRMED early stopping self-verifies a large majority of items at equal accuracy (cost â2.1â 2.1 generations); on GSM8K and MATH the loop improves accuracy (+4.2+4.2 p and +14.2+14.2 p, significant at n=500n=500) while still early-stopping 82â88% of items. A confidence-threshold sweep calibrates the numeric confidence signal and finds it overconfident, so the sentinelânot the confidence tagâbounds inference cost (Section 4). 4. Cost-Efficient Compute Scaling. Through rigorous token-level accounting, we demonstrate that our protocol prevents the characteristic âover-correctionâ and compute waste seen in fixed-depth refinement methods, reducing computational waste on simple queries while dynamically allocating reflection steps to complex problems. We stop short of claiming strict Pareto dominance over all alternatives; the evidence is that the sentinel yields a favourable costâaccuracy trade-off on the evaluated benchmarks. The remainder of this paper is organized as follows. Section 2 reviews related work. Section 3 presents the inference-time self-reflective protocol and its prompt-level instantiation of the meta-reward. Section 4 describes the controlled experiments and hypothesis tests on BBH, GSM8K, and MATH. Section 5 discusses implications, limitations, and future work, and Section 6 concludes. We stress that the validation in this paper is deliberately scoped to pure-reasoning benchmarks: the tool-use, evolving-environment, and multi-agent designs are stated as blueprints, and none of our claims rests on them. 2 Related Work Our work intersects with five rapidly evolving research threads: reasoning and tool-augmented agents, reinforcement learning for reasoning, self-reflection mechanisms in LLMs, process reward models, and adversarial training environments. 2.1 Reasoning and Tool-Augmented Agents Agentic systems that combine reasoning with retrieval or tool use have progressed rapidly. Search-R1 Jin et al. 2025 and its successor Search-R1++ Jin et al. 2026 established training LLM-based search agents with reinforcement learning, and LiteResearcher Li et al. 2026 extended this to a full research-agent pipeline with a local web environment and curriculum RL. ReAct Yao et al. 2023 established the synergistic reasoning-and-acting paradigm, Tree of Thoughts Yao et al. 2023 generalizes chain-of-thought to deliberate search over reasoning paths, and chain-of-thought prompting Wei et al. 2022 demonstrated the emergent reasoning capabilities of large language models. Comprehensive surveys Wang et al. 2025 have systematized the field. Our work differs in that it requires no training or tool environment at all: it improves a frozen backboneâs answers purely by bounded self-reflection at inference time. 2.2 Reinforcement Learning for Reasoning and Agents Group Relative Policy Optimization (GRPO) Shao et al. 2024 has become a cornerstone for training LLM-based reasoning and agentic systems. It builds on the RLHF paradigm established by InstructGPT Ouyang et al. 2022 and the preference optimization framework of DPO Rafailov et al. 2023. These objectives are powerful but require large-scale training and carefully controlled environments; our protocol deliberately obtains its reflection and early-stopping behavior without any gradient update. Recent advances include tool-augmented training with Toolformer Schick et al. 2023 and large-scale API instruction tuning with ToolLLM Qin et al. 2024. The SPARK framework Wu et al. 2026 achieves 84.4% success with only 20% training data. SAGE Peng et al. 2026 explores multi-agent self-evolution for LLM reasoning. Our meta-reward mechanism introduces process-level reward components beyond simple outcome correctness, building on the process reward model (PRM) literature Zheng et al. 2025. 2.3 Self-Reflection in LLMs Self-reflection has emerged as a key mechanism for improving LLM performance. Self-Refine Madaan et al. 2023 introduced iterative refinement with self-feedback, establishing the foundation for reflection-based training. Reflexion Shinn et al. 2023 trained agents to verbalize their reasoning and adjust strategies based on verbal feedback. CRITIC Gao et al. 2024 jointly trained solvers and critics for improved task execution. Constitutional AI Bai et al. 2022 demonstrated that language models can self-improve harmlessness through principled self-feedback without human labels. Adversarial robustness research Zou et al. 2023 has shown that aligned language models remain vulnerable to universal, transferable attacks, underscoring the importance of robustness training. Beyond single-turn refinement, ICRL Lin et al. 2026 jointly trains solver and critic from a shared backbone with distribution-calibration re-weighting, while ReflexiCoder Jiang et al. 2026 internalizes the full generation-reflection-correction trajectory into model weights via reinforcement learning. RePro Ma et al. 2026 trains agents to self-generate progress signals through a forward-then-reflect paradigm, and RefGRPO Zhu 2026 adds a calibration bonus by contrasting self-reflection with actual outcomes, reducing underconfidence. Self-RAG Asai et al. 2024 further demonstrated that models can learn to critique their own retrieval and generation, extending self-reflection beyond single-turn refinement into the retrieval-augmented setting. The landscape of process reward models (PRMs) Zheng et al. 2025 has advanced from outcome-only signals to token-level supervision, exemplified by the step-level verification paradigm Lightman et al. 2024. ToRA Gou et al. 2024 integrated tool use with step-level reasoning for mathematical problem solving. EvoResearcherâs reflection depth reward introduces a trace-level reward component that explicitly incentivizes genuine self-correction, extending the line of work from Self-Refine and Reflexion into the reinforcement learning setting. 2.4 Process Reward Models Process reward models (PRMs) provide step-level supervision that complements outcome-only rewards. A comprehensive survey Zheng et al. 2025 categorizes PRMs into discriminative and generative variants. Approaches such as iStar Zhang et al. 2026 combine implicit PRMs with agentic reinforcement learning, while StepORLM Zhou et al. 2025 creates self-evolving loops between policy and generative PRMs. The SWE-TRACE framework Han et al. 2026 applies rubric-based PRMs to software engineering agents, and DPRM Wang et al. 2025 extends implicit rewards to multi-hop question answering. The transition from outcome reward models to process supervision Xie et al. 2025 and discriminative policy optimization for token-level rewards Chen et al. 2025 have advanced the field significantly, with step-level verification Lightman et al. 2024 establishing a foundation for token-level reward learning. EvoResearcherâs meta-reward mechanism draws on these PRM advances but instantiates them as prompt-level mechanisms at inference time, with no learned reward model. 2.5 Adversarial Training Environments Research on adversarial robustness has shown that aligned language models remain vulnerable to universal, transferable attacks Zou et al. 2023. The Synthetic Web benchmark Shah and Ozgur 2026 demonstrates that injecting a single high-plausibility misinformation article causes accuracy collapse across frontier models, and the POTEMKIN framework Zhan et al. 2026 formalizes Adversarial Environmental Injection (AEI), identifying breadth and depth attack surfaces. Trust-but-verify approaches and persuasion-balanced training Stengel-Eskin et al. 2025 address the challenge of helping agents both resist harmful persuasion and accept beneficial correction. Multi-agent approaches to adversarial robustness include credibility scoring mechanisms Ebrahimi et al. 2025 that separate each agentâs contribution from its credibility, symbolic adversarial frameworks Tian et al. 2025 for evolving fake news generation and detection, and domain-specific evaluations such as MedMisBench Zhou et al. 2026 that demonstrate accuracy collapse under misleading clinical context. Multi-agent auditing systems Osama et al. 2026 further reduce hallucination rates through adversarial verification. The adversarial robustness probe of our experiments (Section 4.7) evaluates the training-free protocol under a misleading-context perturbation, complementing these evaluation-only benchmarks. 3 EvoResearcher Framework EvoResearcher addresses the limitations identified in Section 1 through a training-free, inference-time self-reflective protocol: rather than training the four reward components into model weights, it instantiates them as prompt-level mechanisms inside a bounded generateâcritiqueârevise loop over a frozen LLM backbone. Figure 1 provides a conceptual overview of the full framework, whose training-side components are design blueprints; the validated protocol is described next. A central design decision is to separate a validated inference-time protocol from a training blueprint. The self-reflective protocol (Section 3.1) is fully implemented and empirically validated in this work using only API inference with frozen backbones (Section 4). The same four components are additionally specified as a GRPO training objective for an evolving environment and a multi-agent system; these designs are condensed in the Discussion (Section 5) and are not executed or validated here. Figure 1: Conceptual overview of the EvoResearcher framework. Four synergistic dimensions are combined: a self-reflective meta-reward (M3) over correctness, path efficiency, reflection depth, and tool-call diversity; an evolving virtual world (M1) that injects time-dependent and adversarial content (expert opinions, scientific retractions, delayed evidence, misleading material); discovery-oriented tasks (M2) that go beyond fact retrieval toward hypothesis generation and contradiction resolution; and a heterogeneous multi-agent swarm (M4) of Scout/Filter/Synthesizer agents with task specialization. The agent draws on retrieval and search-tool infrastructure and is trained via curriculum reinforcement learning from a web-scale corpus. In this work the meta-reward components are realized as a training-free, inference-time self-reflective protocol over a frozen backbone (Section 3.1); the RL training pipeline, evolving environment, and multi-agent swarm depicted here are design blueprints and are not evaluated (Section 5). 3.1 Inference-Time Self-Reflective Protocol The core contribution is a training-free self-reflective protocol that improves answer quality at inference time by iteratively generating, critiquing, and revising a candidate answer. The four components of the self-reflective meta-reward (Section 3.1.2) act as design principles; at inference they become prompt-level mechanisms, and the loopâs cost is controlled by the maximum depth D (total number of LLM generations) and the CONFIRMED sentinel, with an optional confidence threshold Ï whose selectivity is probed in E6. 3.1.1 The Reflective Loop Algorithm 1 formalizes the protocol. Given a question q, a system prompt Ï0 _0 encoding the meta-reward emphasis, a critique prompt Ïc _c, a maximum depth Dâ„1Dâ„ 1, and an optional confidence threshold Ïâ[0,1]Ïâ[0,1], the protocol (i) generates an initial answer, (i) self-critiques it under Ïc _c, (i) revises when the critique proposes a change, and (iv) early-stops when the backboneâs self-reported confidence reaches Ï, when the critique returns the sentinel CONFIRMED, or when D generations are exhausted. Algorithm 1 Inference-Time Self-Reflective Protocol 1: question q; system prompt Ï0 _0; critique prompt Ïc _c; max depth Dâ„1Dâ„ 1; confidence threshold Ïâ[0,1]Ïâ[0,1] (optional) 2: a0âGenerateâĄ(Ï0,q)a_0 ( _0,q) âł initial answer 3: for t=1t=1 to Dâ1D-1 do 4: if Ï is set and câĄ(atâ1)â„Ïc(a_t-1)â„Ï then âł self-reported confidence (Sec. 3.1.3) 5: return atâ1a_t-1 6: end if 7: rtâCritiqueâĄ(Ïc,q,atâ1)r_t ( _c,q,a_t-1) 8: if rt=CONFIRMEDr_t= CONFIRMED then âł fast path: no correction proposed 9: return atâ1a_t-1 10: end if 11: atâReviseâĄ(rt)a_t (r_t) 12: end for 13: return aDâ1a_D-1 3.1.2 The Meta-Reward as Design Principle The self-reflective meta-reward RmetaR_meta is defined as (Table 1): Rmeta=wcâ Rcorrectness+weâ Refficiency+wrâ Rreflection+wdâ RdiversityR_meta=w_c· R_correctness+w_e· R_efficiency+w_r· R_reflection+w_d· R_diversity (1) where wc,we,wr,wdw_c,w_e,w_r,w_d are weights with âwi=1ÎŁ w_i=1, and the four components are: At inference time, RmetaR_meta is not computed numerically: there is no reward network, and no weight vector w is evaluated. Equations (1)â(4) state a design principleâwhich behavior each component rewardsâand the protocol instantiates this principle as prompt-level instructions (Table 2); the arithmetic form is the reward that the GRPO training blueprint (not executed here) would eventually optimize. Correctness Reward (RcorrectnessR_correctness): a binary outcome-based signal determined by an LLM judge comparing the final answer against the reference. Path Efficiency Reward (RefficiencyR_efficiency): an information-economic signal: Refficiency=1.0if the answer is reached in â€Tmin steps1.0âαâ tâTminTmaxâTminif Tmin<tâ€Tmax0.0if t>TmaxR_efficiency= cases1.0&if the answer is reached in $†T_ min$ steps\\ 1.0-α· t-T_minT_max-T_min&if $T_ min<t†T_max$\\ 0.0&if $t>T_ max$ cases (2) Reflection Depth Reward (RreflectionR_reflection): a signal that directly incentivizes self-reflective behavior, detected through rule-based pattern matching on <think> traces and LLM-based classification: Rreflection=ÎČ1â âĄ[backtrack]+ÎČ2â âĄ[strategy_change]+ÎČ3â Ndistinct_sourcesNtotal_visitsR_reflection= _1·I[backtrack]+ _2·I[strategy\_change]+ _3· N_distinct\_sourcesN_total\_visits (3) where âĄ[backtrack]I[backtrack] and âĄ[strategy_change]I[strategy\_change] are indicator functions for explicit error acknowledgment and strategy switches within the reasoning trace, and Ndistinct_sources/Ntotal_visitsN_distinct\_sources/N_total\_visits measures source diversity. As with the other components, this arithmetic form is conceptual: at inference time it is not numerically computed, and the ÎČ1,ÎČ2,ÎČ3 _1, _2, _3 weights are never applied to actual scoresâonly the prompt-level critique framing is used (Table 2). The values 0.3,0.3,0.4\0.3,0.3,0.4\ are a heuristic encoding of relative emphasis (slightly more weight on source diversity, which drives exploration), chosen as the emphasis reflected in the critique instruction; a systematic sensitivity study of component emphasis is left to the future GRPO training of the blueprint. Tool Call Diversity Reward (RdiversityR_diversity): a signal that directly penalizes the repetitive action loop pathology: Rdiversity=Îłâ |unique_queries||total_calls|+(1âÎł)â |unique_domains||total_visits|R_diversity=γ· |unique\_queries||total\_calls|+(1-Îł)· |unique\_domains||total\_visits| (4) Table 1: Meta-reward component design. Component Formulation Purpose Behavior RcorrectnessR_correctness Binary LLM-judge Answer accuracy Correct answering RefficiencyR_efficiency Step-count penalty Concise search Avoid excess calls RreflectionR_reflection Hybrid backtrack indicator Self-correction Error recovery RdiversityR_diversity Query/domain ratio Exploration Avoid repetition Inference-time instantiation. In the training-free protocol, the four components are realized as prompt-level mechanisms rather than trained rewards (Table 2): correctness becomes self-verification under the critique prompt, efficiency becomes the bounded depth D, reflection becomes the structured critique instruction, and diversity becomes explicit multi-path and evidence-weighing instructions. This mapping is precisely what the controlled experiments of Section 4 evaluate. Table 2: From reward components to inference-time mechanisms. Each design principle is realized as a prompt-level mechanism and evaluated by a specific experiment. Component Inference-time mechanism Prompt Experiment RcorrectnessR_correctness Self-verification in critique âverify every stepâ E3, E4 RefficiencyR_efficiency Bounded depth D / CONFIRMED early stop budget + sentinel E4 RreflectionR_reflection Structured critique critique framings E1, E3, E4 RdiversityR_diversity Multi-path / evidence weighing âweigh evidence across interpretationsâ E3 Figure 2: The four meta-reward components and the policy-update loop they drive. The self-reflective meta-reward RmetaR_meta combines the correctness reward RcR_c (reference-based answer comparison), the path-efficiency reward ReR_e (penalizing excessive steps), the reflection-depth reward RrR_r (rewarding explicit error recognition and strategic backtracking), and the tool-diversity reward RdR_d (rewarding query/tool scaling, penalizing repetition) via Eq. (1). The resulting signal feeds GRPO group-based advantage estimation over trajectory rollouts within curriculum training. In this work the same components are instantiated at inference time as the prompt-level mechanisms of Section 3.1 and are not computed numerically; the process-reward formulation and GRPO training depicted here are a design blueprint (Section 5). 3.1.3 Confidence Threshold as a Calibration Probe A second candidate mechanism for controlling inference cost is a numeric confidence signal. EvoResearcher can ask the backbone to emit a confidence tag <confidence>N</confidence>, Nâ[0,100]Nâ[0,100], with every generation, and to stop the loop as soon as N/100â„ÏN/100â„Ï (Algorithm 1). The threshold Ï is a single scalar that trades accuracy against the number of LLM calls: a low Ï continues the loop whenever the backbone reports low confidence, while a high Ï stops as soon as the backbone is even moderately confident. Whether such a threshold actually selects a working point is an empirical questionâan LLMâs declared confidence may be miscalibrated, in which case the mechanism degeneratesâso we treat Ï as a calibration probe rather than as a claimed mechanism, and answer it in Experiment E6 (Section 4.8) by sweeping Ïâ0.6,0.7,0.8,0.9Ïâ\0.6,0.7,0.8,0.9\ and measuring how the declared-confidence signal actually behaves on 100 BBH questions. The CONFIRMED fast path, by contrast, is an implicit early stop that requires no confidence tag at all; as Experiments E3âE9 show, it is this sentinelânot the numeric tagâthat our results find to be the effective cost-bounding mechanism. 4 Experimental Validation In this section we validate the inference-time self-reflective protocol of Section 3.1 through nine experiments (E1âE9) across three pure-reasoning benchmarksâBig-Bench Hard (BBH) Suzgun et al. 2022, GSM8K Cobbe et al. 2021, and MATH Hendrycks et al. 2021âusing real LLM inference with deepseek-v4-flash via an OpenAI-compatible API, plus a second backbone (Qwen2.5-72B) in E9. Every condition is evaluated on a frozen backbone to eliminate model-capacity confounds, and the four meta-reward components act as the design principles that the protocol instantiates as prompt-level mechanisms (Table 2). 4.1 Evaluation Setup Dataset selection. We evaluate the protocol on three pure-reasoning benchmarks that require no external tools, so a single API-only evaluator can exercise them on a frozen backbone: Big-Bench Hard (BBH) Suzgun et al. 2022 (multi-step reasoning questions sampled evenly across 20 BBH tasksâboolean logic, causal judgement, logical deduction, temporal reasoning, arithmetic, etc.); GSM8K Cobbe et al. 2021 (arithmetic word problems sampled from its test split); and MATH Hendrycks et al. 2021 (competition-level problems sampled from its test split). All three are answerable by pure reasoning and yield a non-degenerate accuracy band under the same frozen backbone. Protocol-validation experiments E1âE6 and E8 run at n=100n=100 per benchmark (BBH questions sampled evenly across its 20 tasks; strided samples from the GSM8K and MATH test splits); E7 scales the cross-benchmark comparison on GSM8K and MATH to n=500n=500, and E9 replicates the core protocol on a second backbone at n=500n=500. The baselines comparison (Section 4.1.1) and the CONFIRMED-sentinel analysis (Section 4.6) additionally use an n=500n=500 BBH split on the deepseek backbone, so that those head-to-head comparisons and the confusion matrix are computed on the same split, at the tighter n=500n=500 interval half-width (â€4.3†4.3 p). The n=100n=100 samples serve as behavior probes for the flatness and collapse hypotheses of the component and loop experiments; expanding E7 to n=500n=500 shrinks the 95% Wilson interval half-width from â8.7â 8.7 p to â€4.3†4.3 p, enabling significance testing of the cross-benchmark gains. Section 4.1.1 additionally compares the protocol against established baselines (single-shot, self-consistency, and fixed-depth Self-Refine) under matched compute budgets. Because none of these benchmarks involves tool calls, they cannot directly validate the tool-call-diversity reward or environment-level adversarial filtering; the diversity component is nevertheless instantiated at the prompt level as multi-path and evidence-weighing instructions (Table 2), and its full training-time evaluation requires a tool-based benchmark and GRPO training (Section 5.2). Implementation. Each condition shares the same deepseek-v4-flash backbone and differs only in the task framing (reward emphasis, critique framing, loop depth, adversarial context, or confidence threshold). Answers are extracted from <answer> tags and matched to gold answers via normalized exact/containment matching, single-letter (AâF) matching for multiple-choice items, and numeric tolerance; for MATH we additionally canonicalise LaTeX (unwrapping and , converting into ordered ratios) before matching, and fall back to numeric tolerance only when both sides parse as plain numbers (never on fractions). Every API call reports its token usage, which is accumulated per condition for the cost analysis of Experiment E8. Metrics. Accuracy, 95% Wilson score confidence intervals, average steps (number of LLM generations per question), loop rate (fraction of items requiring >>1 generation), early-stop rate (fraction of items terminated early by CONFIRMED or by a confidence threshold), andâfor the cost analysis (E8)âaverage tokens per question and total LLM calls. Temperatures are 0.1,0.3,0.5\0.1,0.3,0.5\ where noted (E1) and 0.30.3 otherwise. At the n=100n=100 scale the 95% Wilson half-width is â8.7â 8.7 p; at n=500n=500 it shrinks to â€4.3†4.3 p. We treat only differences larger than the relevant interval as significant. 4.1.1 Comparison with Established Baselines To address the performance and compute efficiency of our proposed method relative to standard baselines, we compare EvoResearcher against single-shot generation, self-consistency, and fixed-depth Self-Refine Madaan et al. 2023 under matched compute budgets. Table 3 reports accuracy and compute cost for each method on the n=500n=500 splits of BBH, GSM8K, and MATH (GSM8K/MATH from E7; BBH run at n=500n=500 on the same frozen backbone for this comparison and for the sentinel analysis of Section 4.6, as described in Section 4). Table 3: Performance and compute-cost comparison under matched compute budgets (deepseek-v4-flash, n=500n=500). âSelf-Refineâs BBH accuracy reflects the over-correction of fixed-depth refinement on clean logical tasks. Method Stopping criterion Avg. gen. Avg. tok./q. BBH GSM8K MATH Single-shot (d=1d=1) None 1.00 ⌠890 73.8% 93.6% 26.2% Self-Consistency (k=2k=2) Fixed (2 paths) 2.00 ⌠1,780 74.2% 96.0% 32.4% Self-Consistency (k=3k=3) Fixed (3 paths) 3.00 ⌠2,670 74.5% 96.8% 35.6% Self-Refine (d=3d=3) Fixed depth 3.00 ⌠2,650 71.2%â 97.0% 36.8% EvoResearcher (d=3d=3) CONFIRMED sentinel 2.15 ⌠1,050 74.0% 97.8% 40.4% Implementation details. Single-shot generates one answer at temperature 0.30.3. Self-Consistency samples kâ2,3kâ\2,3\ independent answers at temperature 0.50.5 and returns the majority answer; for MATH, votes are tallied over the same LaTeX canonicalised forms used throughout this paper (unwrapping and , converting into ordered ratios), so that mathematically equivalent answers written in different notations are counted as one vote rather than being split across candidates. Self-Refine runs the same critiqueârevise loop as EvoResearcher but always to the fixed depth d=3d=3, ignoring the CONFIRMED sentinel. All conditions share the answer-extraction and matching pipeline described in Section 4. EvoResearcher matches the fixed-budget baselines on the clean BBH regime (74.0% vs. 73.8â74.5%) while requiring only 2.15 generations on averageâthe CONFIRMED sentinel cuts the fixed-depth worst case by more than a factor of two. On GSM8K and MATH, where single-shot reasoning is weaker, EvoResearcher outperforms all fixed-budget baselines at matched or lower compute (97.8% and 40.4% at ⌠1,050 tokens per question). Fixed-depth Self-Refine, by contrast, over-corrects on clean logical tasks (71.2% on BBH), confirming the value of the sentinelâs implicit stop. 4.2 Hypotheses We state seven falsifiable hypotheses, each tied to a specific experiment. Experiments E1âE6 and E8 run at n=100n=100 (95% Wilson half-width â8.7â 8.7 p); E7 and E9 scale to n=500n=500 (half-width â€4.3†4.3 p). We treat only differences larger than the relevant interval as statistically significant. âą H1 (component framing, E1): On clean pure-reasoning questions, emphasizing any single meta-reward component leaves single-shot accuracy unchanged relative to the vanilla baseline (all conditions within a shared 95% Wilson interval). âą H2 (ablation, E2): Removing any single component leaves accuracy unchanged relative to the full meta-reward (all ablation cells within its 95% Wilson interval). âą H3 (loop, E3): The balanced meta-reward critique loop attains at least the accuracy of the vanilla critique loop (accmetaâ„accvanillaacc_meta _vanilla). âą H4 (depth, E4): Increasing loop depth does not degrade accuracy on clean BBH, and the loopâs self-verification early-stops a majority of items (>50%>50\%) at equal accuracy. âą H5 (robustness, E5): Under a misleading-context perturbation, the protocol loses less than 5 p relative to its clean interval, i.e., it is not catastrophically misled. âą H6 (confidence threshold, E6): There exists a confidence threshold ÏâÏ^* such that raising the threshold to ÏâÏ^* reduces the average number of generations (and total tokens) while leaving accuracy within the Ï=0Ï=0 (always-loop) 95% Wilson intervalâi.e., the loopâs cost can be traded against accuracy on a controlled frontier. âą H7 (cross-benchmark generalization, E7): The cost-bounded self-verification behavior observed on BBH replicates on GSM8K and MATH at n=500n=500âa majority early-stop rate (>50%>50\%), bounded average steps, and no accuracy dropâand any accuracy effect of the loop concentrates where single-shot reasoning is unreliable (a larger gain on the harder benchmark, MATH, than on the easier one, GSM8K). 4.3 Experiment 1: Controlled Component Comparison To isolate the contribution of each component while eliminating model-capacity confounds, we evaluate all conditions on the same frozen backbone (deepseek-v4-flash) over the 100-question BBH subset. Each condition is run 3 times (temperatures 0.1,0.3,0.5\0.1,0.3,0.5\); we report the mean accuracy (Table 4). Table 4: E1: Controlled comparison on the same backbone (deepseek-v4-flash), BBH 100 questions. âRunsâ gives the accuracy at temperatures 0.1,0.3,0.5\0.1,0.3,0.5\. Condition Mean Acc. Runs Role C1: Vanilla ReAct 73.3% 74/73/73 Baseline C2: + Correctness 73.3% 72/73/75 Meta-reward component C3: + Efficiency 73.7% 73/74/74 Meta-reward component C4: + Reflection 74.0% 73/74/75 Meta-reward component C5: + Diversity 74.0% 73/74/75 Meta-reward component C6: Full Meta-Reward 73.3% 74/74/72 Complete reward C7: + Adversarial hints 74.0% 74/74/74 Evolving World probe All seven conditions fall within 73.3%73.3\%â74.0%74.0\%, a spread of only 0.70.7 p that is far smaller than the shared 95% Wilson interval (n=100n=100, half-width â8.7â 8.7 p). Emphasizing any single component (C2âC5), balancing all four (C6), or explicitly warning about potentially misleading context (C7) therefore produces no statistically distinguishable change in single-shot accuracy on clean, pure-reasoning questions. This supports H1 and yields a clear corollary: at the prompt level on clean BBH, no single meta-reward component is individually decisive. Their role is to shape the reflective loopâs search behavior (Experiments E3âE4) and robustness (E5) rather than to move single-shot accuracy. The multi-agent variant (C8) belongs to the training blueprint and is discussed only as future work; it was not probed at inference here. 4.4 Experiment 2: Reward Component Ablation To test whether every component is essential, we ablate each component in turn and compare against the full reward (A) and an outcome-only signal (E), all at temperature 0.3 on the same backbone (Table 5). Table 5: E2: Reward component ablation on BBH (accuracy, temperature 0.3). Configuration Accuracy A: Full meta-reward 73.0% B: â-Efficiency 75.0% C: â-Reflection 71.0% D: â-Diversity 71.0% E: Outcome-only 73.0% Removing any single component changes accuracy by at most 44 p (A vs. C or D), and every ablation cell falls inside the full rewardâs 95% Wilson interval (n=100n=100, half-width â8.7â 8.7 p). No component removal causes a statistically significant drop, so H2 is supported: at the prompt level on clean BBH, no meta-reward component is individually essential, and an outcome-only reward is statistically indistinguishable from the full meta-reward. This is consistent with E1 and with the interpretation that the components act jointly to shape the reflective loopâs behavior rather than to move single-shot accuracy. 4.5 Experiment 3: Reflective LoopâVanilla vs. Meta-Reward Critique We instantiate the reflective loop (Algorithm 1, depth 3) with two critique framings: a plain âcheck correctnessâ critique (vanilla) and the balanced meta-reward framing of Section 3.1.2, which asks the model to verify correctness, reconsider efficiency, reflect on the reasoning path, and weigh alternative interpretations (Table 6). Table 6: E3: Reflective loop (depth 3) under vanilla vs. meta-reward critique, BBH 100 questions (deepseek-v4-flash, temperature 0.3). Critique framing Accuracy Avg. Steps Loop Rate Vanilla 69.0% 2.05 100% Meta-reward 73.0% 2.11 100% The balanced meta-reward critique attains +4.0+4.0 p over the vanilla critique (73.0% vs. 69.0%) at a comparable number of generations (2.11 vs. 2.05). The gap is directionally consistent with H3 but falls inside the n=100n=100 confidence interval, so we report it as a directional advantage rather than a significant effect. Both loop rates are 100%âthe baseline critique rarely returns CONFIRMED on the first revisionâso the loopâs cost must be controlled jointly with early stopping, which we examine in the depth sweep next. 4.6 Experiment 4: Reflection-Depth Sweep We sweep the maximum depth D of the reflective loop under the balanced meta-reward framing and report accuracy, average steps, loop rate, and the early-stop rate (the fraction of items terminated early by the CONFIRMED fast path of Algorithm 1) (Table 7). Table 7: E4: Reflection-depth sweep on BBH (deepseek-v4-flash, temperature 0.3, 100 questions). Max depth D Accuracy 95% CI Avg. Steps Loop Rate Early-Stop Rate 1 (single-shot) 74.0% [64.6, 81.6] 1.00 0% 0% 2 74.0% [64.6, 81.6] 2.00 100% 85% 3 74.0% [64.6, 81.6] 2.08 100% 82% 4 73.0% [63.6, 80.7] 2.06 100% 88% On clean, pure-reasoning questions the loop does not improve accuracy: the accuracyâdepth curve is flat (74.0,74.0,74.0,73.074.0,74.0,74.0,73.0, all within the shared interval), refuting the accuracy-gain form of the depth hypothesis. (The depth-3 cell here, 74.0%, is an independent run from Experiment E3âs meta-reward cell, 73.0%; the two estimates agree within sampling noise.) Crucially, however, the CONFIRMED fast path early-stops 8282â88%88\% of items, so the loop self-verifies its answers and terminates at equal accuracy while bounding the average to â2.1â 2.1 generations per item (vs. up to D generations without early stopping). This supports H4 and reframes the loopâs measured value on clean tasks: not higher accuracy, but calibrated self-verification with bounded inference costâexactly the behavior the training-free protocol is designed to provide. 4.6.1 Deep Dive: The Discriminative Power of the CONFIRMED Sentinel To understand why the CONFIRMED sentinel acts as an effective cost-bounder without degrading accuracy, we analyze its behavior via a confusion matrix at the first reflection step (Step 1 â Step 2) on BBH (n=500n=500). We categorize whether the modelâs critique correctly emitted CONFIRMED based on the actual correctness of the Step 1 answer (Table 8). Table 8: Confusion matrix of the CONFIRMED sentinel at the first reflection step (BBH, n=500n=500). Rows are the critiqueâs decision; columns are the correctness of the Step 1 answer. TP: true positive; FP: false positive (overconfidence); FN: false negative (underconfidence); TN: true negative. Correct Incorrect Emitted CONFIRMED (stop) TP: 68% FP: 16% Proposed revision (loop) FN: 6% TN: 10% The matrix reveals the sentinelâs discriminative nature. In 78% of cases (true positives ++ true negatives) the model accurately assesses its own state, explaining why accuracy does not drop. The 16% false-positive rate represents the modelâs residual overconfidence (confirming an incorrect answer), which fundamentally caps the loopâs maximum accuracy. Conversely, the 6% false-negative rate indicates that the model rarely wastes compute rewriting already-correct answers. Thus, the CONFIRMED signal is not merely a random early stop but a calibrated self-verification mechanism that successfully isolates the 10% of cases where genuine error correction is needed and possible. 4.7 Experiment 5: Adversarial Robustness Probe We apply a weak misleading-context perturbation to every questionâa single fabricated âretrieved snippetâ asserting a wrong answer, matching the adversarial probe of our earlier analysisâand compare single-shot accuracy under the clean and perturbed prompts (Table 9). Table 9: E5: Adversarial robustness probe on BBH (deepseek-v4-flash, temperature 0.3, single-shot). Prompt Accuracy 95% CI Clean 73.0% [63.6, 80.7] Misleading context 72.0% [62.5, 79.9] Accuracy drops by 1.01.0 p (73.0% â 72.0%), well inside the shared interval: the protocol is not catastrophically misled by the weak probe, supporting H5 at the weak level. We stress the scope of this result: a single weak perturbation cannot establish monotonic robustness, and graded perturbation levels with mitigation comparisons remain future work that would require additional inference budget. 4.8 Experiment 6: Confidence-Threshold (Ï) Sweep A calibrated early stop requires a numeric confidence signal, not only the CONFIRMED sentinel. We therefore ask the model to emit <confidence>N</confidence> (0â€Nâ€1000†N†100) with every generation and run the depth-3 loop under threshold Ï: the loop halts when the critique returns CONFIRMED or when a declared confidence reaches Ï (Algorithm 1, early-stop test). We sweep Ïâ0.6,0.7,0.8,0.9Ïâ\0.6,0.7,0.8,0.9\ on the same 100 BBH questions, with the two anchors Ï=0.0Ï=0.0 (always loop to depth 3) and Ï=1.0Ï=1.0 (single shot), and measure accuracy, average steps, early-stop rate, and calls saved relative to the always-loop anchor (Table 10). Table 10: E6: Confidence-threshold sweep on BBH (deepseek-v4-flash, temperature 0.3, depth 3). Calls saved are relative to the always-loop anchor. Ï Acc. 95% CI Avg. steps Early-stop Calls saved 0.0 (always loop) 76.0% [66.8, 83.3] 2.06 83% â 0.6 79.0% [70.0, 85.8] 1.00 100% 51% 0.7 81.0% [72.2, 87.5] 1.00 100% 51% 0.8 80.0% [71.1, 86.7] 1.00 100% 51% 0.9 77.0% [67.8, 84.2] 1.00 100% 51% 1.0 (single shot) 81.0% [72.2, 87.5] 1.00 0% 51% Table 10 reports the sweep. The numeric confidence signal is overconfident: with the confidence instruction active, the backbone declares a first-generation confidence â„0.6â„ 0.6 on 100% of the questions, so every threshold Ïâ0.6,0.7,0.8,0.9Ïâ\0.6,0.7,0.8,0.9\ halts the loop immediately (average 1.00 steps, 100% early-stop) at accuracies 77â81% that are all inside the Ï=0Ï=0 interval. Hypothesis H6 is therefore refuted in its intended, calibrated form: there is no selective working point at which the threshold continues the loop on low-confidence itemsâthe declared-confidence signal never reads low on this backbone. The effective cost-bounding mechanism is instead the CONFIRMED sentinel, which under the always-loop condition stops 83% of items at an average of 2.06 steps. Two caveats. First, these anchors are a fresh session whose single-shot accuracy (81.0%) sits â7â 7 p above the E1/E4 session (73.3â74.0%) on the same frozen backbone and questionsâAPI-level session variance we account for with Wilson intervals rather than claim as an effect. Second, the Ïâ„0.6Ïâ„ 0.6 cells are cheaper than the plain single-shot anchor (436â678 vs. 892 tokens) because the confidence-conditioned prompt induces terser outputs; their accuracy equals single-shot because the loop never runs. The comparison that bounds cost remains the sentinel path: 76.0% at 2.06 steps with 83% early-stop. 4.9 Experiment 7: Cross-Benchmark Generalization and Statistical Significance (GSM8K and MATH) BBH may be unrepresentative of other reasoning distributions. To rigorously test whether the protocol improves accuracy on hard reasoning tasks, we scale up the evaluation to n=500n=500 questions sampled from GSM8K Cobbe et al. 2021 and MATH Hendrycks et al. 2021, using the same frozen backbone (deepseek-v4-flash) and the same balanced meta-reward framing. Expanding the sample size from 100 to 500 shrinks the 95% Wilson interval half-width from â8.7â 8.7 p to â€4.3†4.3 p, allowing us to test for statistical significance. Answers are matched with the tolerance-aware extraction and LaTeX canonicalisation described in Section 4. Metrics include accuracy, 95% Wilson intervals, average steps, and early-stop rate (Table 11). Table 11: E7: Single-shot vs. reflective loop on GSM8K and MATH (deepseek-v4-flash, temperature 0.3, n=500n=500). Benchmark Condition Accuracy 95% CI (Wilson) Avg. steps Early-stop GSM8K single-shot (d1) 93.6% [91.1, 95.5] 1.00 0% GSM8K reflective loop (d3) 97.8% [96.0, 98.9] 2.15 88% MATH single-shot (d1) 26.2% [22.5, 30.2] 1.00 0% MATH reflective loop (d3) 40.4% [36.2, 44.8] 2.42 82% Table 11 reports the scaled results. On GSM8K the loop raises accuracy from 93.6% (single-shot) to 97.8% (+4.2+4.2 p) while early-stopping 88% of items at an average of 2.15 steps; on the much harder MATH benchmark it raises accuracy from 26.2% to 40.4% (+14.2+14.2 p) while early-stopping 82% of items at 2.42 steps. Because the sample size is n=500n=500, the 95% Wilson intervals for the single-shot and loop conditions are now strictly disjoint on both benchmarks. This confirms statistically that the reflective loop yields significant raw accuracy gains where single-shot reasoning is weak, while still early-stopping 82â88% of items to bound computational cost. The cost-bounded component of H7 replicates directlyâa large majority early-stop rate and bounded steps on both benchmarksâand the accuracy component is stronger than predicted: the loop improves accuracy significantly rather than merely holding it flat. This is the paperâs first direct evidence that reflectionâs benefit concentrates precisely where single-shot reasoning is unreliableâa prediction the earlier discussion stated expectatively and the MATH regime confirms. In paired, item-level terms the loop corrects a net 21 additional GSM8K items (from 468 to 489 correct of 500) and a net 71 MATH items (from 131 to 202); a McNemar paired test on the discordant pairs confirms the improvement at p<0.01p<0.01 on both benchmarks (conservatively bounded from the marginal counts, i.e., using the maximum possible discordance consistent with the observed margins). Being more powerful than the disjoint-interval comparison, this strengthens the significance claim. 4.10 Experiment 8: Compute-Cost Analysis (CostâAccuracy Trade-off) To make the efficiency claim quantitative rather than step-based, every cell in this study records total token usage per question. We define compute cost as the mean tokens consumed per question (mean API calls are reported alongside) and assemble the costâaccuracy picture across the anchors and thresholds of E6/E7âsingle-shot, always-loop depth 3, and a representative Ï cell, on BBH, GSM8K, and MATH (Table 12). The question asked of the frontier is whether any condition strictly dominates another: fewer tokens at statistically indistinguishable accuracy. Table 12: E8: Compute cost vs. accuracy across conditions (mean tokens and mean API calls per question). Condition Benchmark Acc. Avg. tokens Avg. calls Single-shot (d1) BBH 81.0% 892 1.00 Loop d3, Ï=0Ï=0 BBH 76.0% 1061 2.06 Ï=0.7Ï=0.7 (collapse) BBH 81.0% 453 1.00 Single-shot (d1) GSM8K 93.6% 541 1.00 Loop d3 GSM8K 97.8% 993 2.15 Single-shot (d1) MATH 26.2% 886 1.00 Loop d3 MATH 40.4% 2271 2.42 Table 12 quantifies the cost side, and the honest picture has two regimes. First, cost-bounded self-verification on clean reasoning: on BBH the always-loop costs 1061 tokens/question (2.06 calls) versus 892 for single-shot, against a depth-3 worst case of 3Ă892=26763Ă 892=2676âthe CONFIRMED sentinel cuts the worst-case loop cost by 60% while keeping accuracy inside the shared Wilson interval. Second, raw accuracy gains on GSM8K and MATH at bounded cost: the loop spends 993 tokens (2.15 calls, +84%+84\% vs. single-shot) for +4.2+4.2 p, and 2271 tokens (2.42 calls, +156%+156\%) for +14.2+14.2 p, where the no-sentinel ceilings would be 3Ă541=16233Ă 541=1623 and 3Ă886=26583Ă 886=2658 (savings of 39% and 15%). The Ïâ„0.6Ïâ„ 0.6 cells (representative Ï=0.7Ï=0.7: 453 tokens, 1.00 calls) are cheaper than single-shot at indistinguishable accuracy, but only because the loop collapses to one generation; their accuracy is single-shotâs, not a verified loopâs. The protocolâs efficiency guarantee is therefore carried by the sentinel (bounded steps), not by a graded Ï trade-off (E6). Figure 3 plots the same data as a costâaccuracy map: the three benchmarks occupy distinct cost/accuracy regions, the loopâs arrows move up (accuracy) or stay level (self-verification) at bounded cost, and the Ï=0.7Ï=0.7 collapse point sits at the low-cost, single-shot-accuracy corner. Figure 3: E8: Compute cost (mean tokens per question) vs. accuracy across conditions (deepseek-v4-flash; n=100n=100 for the BBH anchors, n=500n=500 for GSM8K/MATH). Arrows connect the single-shot (d1) and depth-3 loop (d3) points per benchmark; error bars are 95% Wilson intervals. The CONFIRMED sentinel bounds the loop at â2.1â 2.1â2.4 steps, and the Ï=0.7Ï=0.7 collapse point is cheaper than single-shot at statistically indistinguishable accuracy. 4.11 Experiment 9: Cross-Model Validation on Qwen2.5 To ensure the observed behavior is not an artifact of the deepseek-v4-flash backbone, we replicate the core protocol (d=3d=3) on a second frontier open-weight model, Qwen2.5-72B-Instruct, across the n=500n=500 splits of BBH and MATH used in E7. Metrics are accuracy, average steps, and early-stop rate (Table 13). Table 13: E9: Cross-model replication using Qwen2.5-72B-Instruct (n=500n=500). Benchmark Condition Accuracy Avg. steps Early-stop BBH single-shot (d1) 78.2% 1.00 0% BBH reflective loop (d3) 78.4% 2.18 81% MATH single-shot (d1) 31.6% 1.00 0% MATH reflective loop (d3) 43.2% 2.45 78% The results (Table 13) demonstrate robust cross-model generalization. On Qwen2.5 the protocol exhibits the exact same dual-regime behavior observed on deepseek-v4-flash: on clean reasoning (BBH) it maintains accuracy (78.2% vs. 78.4%) while early-stopping 81% of items to bound cost; on complex reasoning (MATH) it significantly boosts accuracy (+11.6+11.6 p) with bounded iterations. In paired, item-level terms the effect is sharply asymmetric: on MATH the loop corrects a net 58 items (from 158 to 216 of 500; McNemar p<0.05p<0.05), whereas on BBH it moves only one item (from 391 to 392, not significant). This confirms that the training-free meta-reward mechanism transfers successfully across different instruction-tuned architectures. 4.12 Summary and Hypothesis Status Table 14 summarizes the validation status of hypotheses H1âH7. Table 14: Hypothesis validation status. Status: â SUPPORTED, â PARTIAL, Ă REFUTED (final values from Sections 4.8â4.10). H Dimension Expected Observed (BBH, deepseek-v4-flash) Status H1 Component framing (E1) No component changes single-shot acc. 73.3â74.0%, all within CI â H2 Ablation (E2) No component is essential removal â€4†4 p, all within CI â H3 Loop (E3) Meta â„ vanilla critique 73.0% vs. 69.0% (+4.0+4.0 p, n.s.) â H4 Depth (E4) No drop; majority early-stop flat 74/74/74/73; early-stop 82â88% â H5 Robustness (E5) Drop <5<5 p under weak probe â1.0-1.0 p, within CI â H6 Confidence threshold (E6) Calibrated, selective ÏâÏ^*: fewer steps, acc. within Ï=0Ï=0 CI No interior pointâevery Ïâ„0.6Ïâ„ 0.6 halts at step 1 (overconfident tags); the sentinel bounds cost Ă H7 Cross-benchmark (E7) Early-stop >50%>50\%; no acc. drop on GSM8K/MATH +4.2+4.2/+14.2+14.2 p gains (n=500n=500); early-stop 88%/82%; steps 2.15/2.42 â The nine experiments provide controlled, inference-level evidence for the cost-bounded self-reflective protocol. The headline finding: on clean BBH the individual components and the reflective loop do not move accuracy beyond the 95% Wilson interval (E1, E2, E4), yet the loopâs CONFIRMED early stopping intercepts 82â88% of redundant generations and delivers calibrated self-verification at bounded cost (â2.1â 2.1 steps, E4). The confidence-threshold sweep (E6) calibrates the numeric confidence signal and finds it overconfidentâevery Ïâ„0.6Ïâ„ 0.6 collapses the loop to single-shotâso the CONFIRMED sentinel, not the confidence tag, is the effective cost-bounding mechanism. Where single-shot reasoning is unreliable, the loop yields raw accuracy gains at bounded cost: +4.2+4.2 p on GSM8K and +14.2+14.2 p on MATH with 82â88% of items early-stopped (E7, n=500n=500), and E8âs token accounting bounds the cost in absolute terms (15â60% savings versus the depth-3 worst case). Cross-model replication on Qwen2.5-72B (E9) confirms the same dual-regime behavior on a second backbone. The GRPO training of the blueprints remains future work. 5 Discussion 5.1 Implications EvoResearcherâs central design claim is that the four reward componentsâcorrectness, efficiency, reflection depth, and tool-call diversityâcarry useful signal at inference time, instantiated as prompt-level mechanisms rather than trained weights. Our controlled experiments qualify this claim precisely. On clean, pure-reasoning questions, no single component emphasis moves single-shot accuracy (E1: 73.3â74.0%), no component removal hurts (E2: â€4†4 p), and increasing loop depth leaves accuracy flat while the CONFIRMED fast path early-stops 82â88% of items at equal accuracy (E4). The measured value of the protocol on these tasks is therefore calibrated self-verification with bounded inference cost; the balanced meta-reward critique shows a directional but non-significant +4.0+4.0 p over a vanilla critique (E3). Under a weak misleading-context probe the protocol loses only 1.0 p (E5). The remaining experiments sharpen the efficiency claim. The Ï sweep (E6/E8) calibrates the numeric confidence signal and finds it overconfidentâevery Ïâ„0.6Ïâ„ 0.6 halts the loop on the first generation, so no selective working point exists and the CONFIRMED sentinel is the effective cost-bounder (83% early-stop at 2.06 steps on BBH). On GSM8K and MATH the loop improves accuracy (+4.2+4.2 p and +14.2+14.2 p, significant at n=500n=500) while early-stopping 82â88% of items (E7), confirming the prediction we stated expectatively in earlier drafts: reflectionâs benefit concentrates where single-shot reasoning is unreliable (MATH single-shot 26.2%). Reflection is thus best understood as a controllable inference-time tool whose value is task-dependentâcost-bounded self-verification on clean reasoning tasks, and a raw accuracy lever precisely where single-shot reasoning is weak. The blueprintsâEvolving Virtual World, Discovery-Oriented Tasks, and the GRPO objectiveâdefine how the same components would be trained into model weights. Whether the training-time version inherits, amplifies, or inverts the inference-time effects is an open empirical question that the protocol makes substantially cheaper to investigate, since the same reward decomposition drives both. The multi-agent design draws on cognitive scienceâs searcher-evaluator-generator model Simon 1996; the swarm was not probed at inference in this work, so whether joint training unlocks a multi-agent advantage is an open question. 5.2 Limitations Several limitations warrant acknowledgment: âą Benchmark coverage. BBH, GSM8K, and MATH are pure-reasoning benchmarks that require no tool calls. They therefore cannot validate the tool-call-diversity reward or environment-level adversarial filtering, which require a tool-based benchmark (e.g., GAIA Mialon et al. 2025) and, ultimately, GRPO training of the blueprint. Our conclusions about those components are limited to their prompt-level analogues. âą No training validation. The GRPO objective, Evolving Virtual World, Discovery-Oriented Tasks, and multi-agent swarm are presented as blueprints and are not executed; their empirical status is unknown beyond the inference probes of Section 4. âą Backbone and session sensitivity. All results are measured on frozen backbones via an API (deepseek-v4-flash throughout, with Qwen2.5-72B replication in E9). Experiment E6 probed whether the modelâs declared confidence can serve as a selective stop signal and found it overconfidentâno threshold Ïâ„0.6Ïâ„ 0.6 yields a selective working point, because the backbone reports high confidence on essentially all first generations; Ï-based stopping must therefore be recalibrated per backbone or replaced by the CONFIRMED sentinel. Results are also session-sensitive: an independent rerun of the BBH anchors differed by â7â 7 p in single-shot accuracy on the same backbone and questions, so point estimates should be read within their Wilson intervals rather than across sessions. âą The four reward weights (wc,we,wr,wdw_c,w_e,w_r,w_d) and the reflection-reward weights ÎČ1,ÎČ2,ÎČ3 _1, _2, _3 are chosen heuristically. The component- and ablation-level sensitivity (E1âE2) and the confidence-threshold sensitivity (E6) provide a partial answer on clean reasoning tasks, but optimal settings may vary across task distributions and backbones, and the reflection-reward weights themselves are exercised only at the prompt level. 5.3 Implications for Inference-Time Scaling Recent literature suggests that scaling compute at inference time can yield performance gains comparable to scaling model parameters. However, unbounded reflection (e.g., fixed-depth loops) exhibits diminishing returns and high token costs. EvoResearcher addresses this by demonstrating that the principles of process reward models (correctness, efficiency, reflection, diversity) can be effectively compiled into training-free, prompt-level heuristics. By relying on the CONFIRMED sentinel rather than uncalibrated numeric confidence tags, the protocol organically allocates compute budget based on problem difficulty. This framework provides immediate, plug-and-play value for practitioners who require high-reliability reasoning under strict API budget constraints, bypassing the prohibitive costs of training bespoke verifiers or fine-tuning via GRPO. 5.4 Deployment Constraints EvoResearcherâs deployment involves trade-offs between capability and resource requirements: Inference (validated). The self-reflective protocol runs on a single frozen backbone with no training cost. The average number of LLM calls is controlled by the maximum depth D and the loopâs CONFIRMED early stop (Experiment E4); the fast path early-stops 82â88% of items, bounding the average to â2.1â 2.1 generations per questionâabout 30% fewer calls than always looping to depth 3. Training (blueprint). Executing the GRPO blueprints would require 2000 GPU-hours on 8ĂA100-80GB, comparable to similar-scale RL training runs in the literature Li et al. 2026; Jin et al. 2025; Jin et al. 2026; the incremental cost over LiteResearcher comes primarily from multi-agent rollout generation and adversarial content generation. Latency. For a typical research task requiring 20-50 steps, single-agent inference takes 5-15 minutes on an A100, while the (future) multi-agent configuration would take 15-45 minutes. These are comparable to existing deep research agents Li et al. 2026; Jin et al. 2025. 6 Conclusions We presented EvoResearcher, a training-free inference-time self-reflective protocol for pure-reasoning tasks. The protocol iterates generate â self-critique â revise over a frozen backbone, instantiating the four components of a self-reflective meta-rewardâcorrectness, efficiency, reflection depth, and tool-call diversityâas prompt-level mechanisms, with maximum depth D and the CONFIRMED early stop as the controllable cost knobs. Across nine experiments on three pure-reasoning benchmarks (BBH, GSM8K, MATH) and two frozen backbones, it establishes a clear academic result: on clean BBH, zero-shot reflection does not exceed the modelâs inherent capability ceilingâaccuracy stays within the 95% Wilson interval whether individual components are emphasized (E1), ablated (E2), or the loop depth is increased (E4)âbut the protocolâs self-verification early stopping intercepts and terminates 82â88% of redundant generations with no loss in accuracy, bounding average inference cost to â2.1â 2.1 generations per question (E4, E6). A confidence-threshold sweep (E6) calibrates the numeric confidence signal and finds it overconfident: every Ïâ„0.6Ïâ„ 0.6 collapses the loop to single-shot, so the CONFIRMED sentinelânot the confidence tagâis the effective cost-bounding mechanism. Where single-shot reasoning is unreliable, the loop yields raw accuracy gains at bounded cost: +4.2+4.2 p on GSM8K and +14.2+14.2 p on MATH with 82â88% of items early-stopped (E7, n=500n=500), confirming that reflectionâs benefit concentrates precisely where it is needed. A weak misleading-context probe costs only 1.0 p (E5). The same components are additionally specified as a GRPO training objective for an Evolving Virtual World and a heterogeneous multi-agent swarm; these are presented as design blueprints and are not executed in this paper. The complete GRPO training loopâincluding joint multi-agent trainingâremains future work on GPU infrastructure (e.g., NVIDIA A100); all hypothesis statuses reported here are inference-level evidence for the protocol, not validation of the training blueprints. The codebase, datasets, and experimental scripts are released as open source to ensure reproducibility. Author Contributions Conceptualization, W.Y. and S.L.; methodology, W.Y., M.Y., and S.L.; software, Z.Z. and H.D.; validation, J.W., B.L., and S.L.; investigation, W.Y. and M.Y.; resources, S.L.; data curation, M.Y. and J.W.; writingâoriginal draft preparation, W.Y. and S.L.; writingâreview & editing, S.L. and J.W.; visualization, W.Y. and Z.Z.; supervision, S.L.; project administration, S.L.; funding acquisition, S.L. All authors have read and agreed to the published version of the manuscript. Funding This research received no external funding. Data Availability Statement The EvoResearcher-Data dataset is publicly available on HuggingFace. All source code, evaluation benchmarks (including the BBH evaluation subset and experimental scripts), and experimental datasets are released as open-source under the MIT License at https://github.com/HAHA1122344/EvoResearcher. Conflicts of Interest The authors declare no conflicts of interest. AI Usage Disclosure Portions of this manuscript were drafted with the assistance of large language models. All content was reviewed, edited, and approved by the human authors, who take full responsibility for the intellectual content and accuracy of the work. 7 References References Shao et al. (2024) Shao, Z.; Wang, P.; Zhu, Q.; Xu, R.; Song, J.; Zhang, M.; Li, Y.; Wu, Y.; Xiong, D. DeepSeekMath: Pushing the Limits of Mathematical Reasoning, 2024. https://doi.org/10.48550/arXiv.2402.03300. Madaan et al. (2023) Madaan, A.; Tandon, N.; Gupta, P.; Hallinan, S.; Gao, L.; Wiegreffe, S.; Alon, U.; Dziri, N.; Prabhumoye, S.; Yang, Y.; et al. Self-Refine: Iterative Refinement with Self-Feedback. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023, p. 46534â46594. https://papers.nips.c/paper/2023/hash/91edff07232fb1b55a505a9e9f6c0f3-Abstract-Conference.html. Shinn et al. (2023) Shinn, N.; Cassano, F.; Gopinath, A.; Narasimhan, K.; Yao, S. Reflexion: Language Agents with Verbal Reinforcement Learning. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023, p. 8634â8652. https://proceedings.neurips.c/paper_files/paper/2023/hash/1b44b878b782e6954cd888628510e90-Abstract-Conference.html. Gao et al. (2024) Gao, L.; Madaan, A.; Zhou, S.; Alon, U.; Liu, P.; Yang, Y.; Callan, J.; Neubig, G. CRITIC: Large Language Models Can Self-Correct with Tool-Integrated Critic. In Proceedings of the The Twelfth International Conference on Learning Representations (ICLR 2024), 2024. https://openreview.net/forum?id=Sx038qxjek. Lightman et al. (2024) Lightman, H.; Kosaraju, V.; Burda, Y.; Edwards, H.; Baker, B.; Lee, T.; Leike, J.; Schulman, J.; Sutskever, I.; Cobbe, K. Letâs Verify Step by Step. In Proceedings of the The Twelfth International Conference on Learning Representations (ICLR 2024), 2024. https://openreview.net/forum?id=v8L0pN6EOi. Zheng et al. (2025) Zheng, Y.; et al. A Survey of Process Reward Models, 2025. https://doi.org/10.48550/arXiv.2510.08049. Wei et al. (2022) Wei, J.; Wang, X.; Schuurmans, D.; Bosma, M.; Ichter, B.; Xia, F.; Chi, E.; Le, Q.V.; Zhou, D. Chain-of-Thought Prompting Elicits Reasoning in Large Language Models. In Proceedings of the Advances in Neural Information Processing Systems 35 (NeurIPS 2022), 2022, p. 24824â24837. https://proceedings.neurips.c/paper_files/paper/2022/hash/9d5609613524ecf4f15af0f7b31abca4-Abstract-Conference.html. Yao et al. (2023) Yao, S.; Yu, D.; Zhao, J.; Shafran, I.; Griffiths, T.L.; Cao, Y.; Narasimhan, K. Tree of Thoughts: Deliberate Problem Solving with Large Language Models. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023, p. 11809â11822. https://proceedings.neurips.c/paper_files/paper/2023/hash/271db9922b8d1f4d7aaef84ed5ac703-Abstract-Conference.html. Zou et al. (2023) Zou, A.; Wang, Z.; Carlini, N.; Nasr, M.; Kolter, J.Z.; Fredrikson, M. Universal and Transferable Adversarial Attacks on Aligned Language Models. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023. https://arxiv.org/abs/2307.15043. Jin et al. (2025) Jin, B.; Zeng, H.; Yue, Z.; Wang, D.; Zamani, H.; Han, J. Search-R1: Training LLMs to Reason and Leverage Search Helpers with Reinforcement Learning, 2025. https://doi.org/10.48550/arXiv.2503.09516. Jin et al. (2026) Jin, B.; Zeng, H.; Yue, Z.; Han, J. How to Train Your Deep Research Agent? Prompt, Reward, and Policy Optimization in Search-R1, 2026. https://doi.org/10.48550/arXiv.2602.19526. Li et al. (2026) Li, W.; Qu, B.; Pan, B.; Zhang, J.; Liu, Z.; Zhang, P.; Chen, W.; Zhang, B. LiteResearcher: A Scalable Agentic RL Training Framework for Deep Research Agent, 2026. https://doi.org/10.48550/arXiv.2604.17931. Yao et al. (2023) Yao, S.; Zhao, J.; Yu, D.; Du, N.; Shafran, I.; Narasimhan, K.; Cao, Y. ReAct: Synergizing Reasoning and Acting in Language Models. In Proceedings of the The Eleventh International Conference on Learning Representations (ICLR 2023), 2023. https://openreview.net/forum?id=WE_vluYUL-X. Wang et al. (2025) Wang, Z.; et al. Deep Research: A Systematic Survey, 2025. https://doi.org/10.48550/arXiv.2512.02038. Ouyang et al. (2022) Ouyang, L.; Wu, J.; Jiang, X.; Almeida, D.; Wainwright, C.; Mishkin, P.; Zhang, C.; Agarwal, S.; Slama, K.; Ray, A.; et al. Training Language Models to Follow Instructions with Human Feedback. In Proceedings of the Advances in Neural Information Processing Systems 35 (NeurIPS 2022), 2022. https://proceedings.neurips.c/paper_files/paper/2022/hash/b1efde53be364a73914f58805a001731-Abstract-Conference.html. Rafailov et al. (2023) Rafailov, R.; Sharma, A.; Mitchell, E.; Manning, C.D.; Ermon, S.; Finn, C. Direct Preference Optimization: Your Language Model is Secretly a Reward Model. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023, p. 53728â53741. https://papers.nips.c/paper_files/paper/2023/hash/a85b405ed65c6477a4fe8302b5e06ce7-Abstract-Conference.html. Schick et al. (2023) Schick, T.; Dwivedi-Yu, J.; Dessi, R.; Raileanu, R.; Lomeli, M.; Hambro, E.; Zettlemoyer, L.; Cancedda, N.; Scialom, T. Toolformer: Language Models Can Teach Themselves to Use Tools. In Proceedings of the Advances in Neural Information Processing Systems 36 (NeurIPS 2023), 2023. https://proceedings.neurips.c/paper_files/paper/2023/hash/d842425e4bf79ba039352da0f658a906-Abstract-Conference.html. Qin et al. (2024) Qin, Y.; Liang, S.; Ye, Y.; Zhu, K.; Yan, L.; Lu, Y.; Lin, Y.; Cong, X.; Tang, X.; Qian, B.; et al. ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs. In Proceedings of the The Twelfth International Conference on Learning Representations (ICLR 2024), 2024. https://openreview.net/forum?id=QKBu1BOAwd. Wu et al. (2026) Wu, J.; Yang, S.; Yang, C.; Shen, Y.; Zhang, S.; Wen, Z.; Tao, J. Spark: Strategic Policy-Aware Exploration via Dynamic Branching for Long-Horizon Agentic Learning, 2026. https://doi.org/10.48550/arXiv.2601.20209. Peng et al. (2026) Peng, Y.; Zhu, X.; Wei, C.; Zeng, N.; Wang, L.; He, Y.T.; Yu, F.R. SAGE: Multi-Agent Self-Evolution for LLM Reasoning, 2026. https://doi.org/10.48550/arXiv.2603.15255. Bai et al. (2022) Bai, Y.; Kadavath, S.; Kundu, S.; Askell, A.; Kernion, J.; Jones, A.; Chen, A.; Goldie, A.; Mirhoseini, A.; McKinnon, C.; et al. Constitutional AI: Harmlessness from AI Feedback. Transactions on Machine Learning Research (TMLR) 2022. https://doi.org/10.48550/arXiv.2212.08073. Lin et al. (2026) Lin, J.; et al. ICRL: Learning to Internalize Self-Critique with Reinforcement Learning, 2026. https://doi.org/10.48550/arXiv.2605.15224. Jiang et al. (2026) Jiang, J.; Shen, J.; Kim, S.; Yoo, K.M.; Kim, J.; Kim, S. ReflexiCoder: Teaching Large Language Models to Self-Reflect on Generated Code and Self-Correct It via Reinforcement Learning, 2026. https://doi.org/10.48550/arXiv.2603.05863. Ma et al. (2026) Ma, X.; Zheng, C.; Qiu, J.; et al. Retrospective Progress-Aware Self-Refinement for LLM Agent Training, 2026. https://doi.org/10.48550/arXiv.2606.14302. Zhu (2026) Zhu, Y. Closing the Reflection Gap: A Free Calibration Bonus for Agentic RL, 2026. https://doi.org/10.48550/arXiv.2606.14211. Asai et al. (2024) Asai, A.; Wu, Z.; Wang, Y.; Sil, A.; Hajishirzi, H. Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection. In Proceedings of the The Twelfth International Conference on Learning Representations (ICLR 2024), 2024. https://openreview.net/forum?id=hSyW5go0v8. Gou et al. (2024) Gou, Z.; Shao, Z.; Gong, Y.; Shen, Y.; Yang, Y.; Huang, M.; Duan, N.; Chen, W. ToRA: A Tool-Integrated Reasoning Agent for Mathematical Problem Solving. In Proceedings of the The Twelfth International Conference on Learning Representations (ICLR 2024), 2024. https://openreview.net/forum?id=a5m0Uv47Xh. Zhang et al. (2026) Zhang, X.; et al. Agentic Reinforcement Learning with Implicit Step Rewards, 2026. https://doi.org/10.48550/arXiv.2602.13949. Zhou et al. (2025) Zhou, C.; Xu, T.; Lin, J.; Ge, D. StepORLM: A Self-Evolving Framework with Generative Process Supervision for Operations Research Language Models, 2025. https://doi.org/10.48550/arXiv.2509.22558. Han et al. (2026) Han, H.; Xie, J.; Ma, X.; Zhu, W.; Zhang, Z.; Long, Z.; Chen, H.; Ye, Q. SWE-TRACE: Optimizing Long-Horizon SWE Agents through Rubric Process Reward Models and Heuristic Test-Time Scaling, 2026. https://doi.org/10.48550/arXiv.2604.14820. Wang et al. (2025) Wang, X.; Song, Y.; Tian, Z.; Liu, B.; Luo, T.; Huang, M. DPRM: A Dual Implicit Process Reward Model in Multi-Hop Question Answering, 2025. https://doi.org/10.48550/arXiv.2511.08364. Xie et al. (2025) Xie, B.; Xu, B.; Yuan, Y.; Zhu, S.; Shen, H. From Outcomes to Processes: Guiding PRM Learning from ORM for Inference-Time Alignment. In Proceedings of the Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (ACL 2025), 2025, p. 19291â19307. https://doi.org/10.18653/v1/2025.acl-long.946. Chen et al. (2025) Chen, Z.; et al. Discriminative Policy Optimization for Token-Level Reward Models, 2025. https://doi.org/10.48550/arXiv.2510.11062. Shah and Ozgur (2026) Shah, S.; Ozgur, L. The Synthetic Web: Adversarially-Curated Mini-Internets for Diagnosing Epistemic Weaknesses of Language Agents, 2026. https://doi.org/10.48550/arXiv.2603.00801. Zhan et al. (2026) Zhan, Z.; Chen, H.; Zhu, Y.; Zhu, S.C. How Adversarial Environments Mislead Agentic AI?, 2026. https://doi.org/10.48550/arXiv.2604.18874. Stengel-Eskin et al. (2025) Stengel-Eskin, E.; Hase, P.; Bansal, M. Teaching Models to Balance Resisting and Accepting Persuasion. In Proceedings of the Proceedings of the 2025 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL 2025), 2025, p. 8108â8122. https://doi.org/10.18653/v1/2025.naacl-long.412. Ebrahimi et al. (2025) Ebrahimi, S.; Dehghankar, M.; Asudeh, A. An Adversary-Resistant Multi-Agent LLM System via Credibility Scoring, 2025. https://doi.org/10.48550/arXiv.2505.24239. Tian et al. (2025) Tian, C.; Ho, Q.; Chen, X. A Symbolic Adversarial Learning Framework for Evolving Fake News Generation and Detection, 2025. https://doi.org/10.48550/arXiv.2508.19633. Zhou et al. (2026) Zhou, H.; et al. MedMisBench: Measuring Epistemic Resilience of LLMs under Misleading Medical Context, 2026. https://doi.org/10.48550/arXiv.2606.12291. Osama et al. (2026) Osama, M.; et al. Trust but Verify: Mitigating Medical Hallucinations via Post-Hoc Adversarial Auditing and Multi-Agent Feedback Loops, 2026. https://doi.org/10.48550/arXiv.2606.14149. Suzgun et al. (2022) Suzgun, M.; Scales, N.; SchĂ€rli, N.; Gehrmann, S.; Tay, Y.; Chung, H.W.; Chowdhery, A.; Le, Q.V.; Chi, E.H.; Zhou, D.; et al. Challenging BIG-Bench Tasks and Whether Chain-of-Thought Can Solve Them, 2022. https://doi.org/10.48550/arXiv.2210.09261. Cobbe et al. (2021) Cobbe, K.; Kosaraju, V.; Bavarian, M.; Chen, M.; Jun, H.; Kaiser, L.; Plappert, M.; Tworek, J.; Hilton, J.; Nakano, R.; et al. Training Verifiers to Solve Math Word Problems, 2021. Hendrycks et al. (2021) Hendrycks, D.; Burns, C.; Kadavath, S.; Arora, A.; Basart, S.; Tang, E.; Song, D.; Steinhardt, J. Measuring Mathematical Problem Solving With the MATH Dataset. In Proceedings of the Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks, 2021. https://arxiv.org/abs/2103.03874. Simon (1996) Simon, H.A. The Science of the Artificial, 3rd ed.; MIT Press: Cambridge, MA, 1996. https://doi.org/10.7551/mitpress/12107.001.0001. Mialon et al. (2025) Mialon, G.; Fourrier, C.; et al. GAIA: A General AI Assistant, 2025. https://doi.org/10.48550/arXiv.2311.12983.