paper-with-me

홈 › Papers

Training-Free Inference-Time Self-Reflection and Cost-Bounded Early Stopping for Large Language Models

2026-08-19 · Wei Yu, Suxing Liu, Minjie Yu, Jiahao Wang, Zhijian Zheng, Haocheng Deng, Bing Li arxiv

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).

📄 PDF Abstract BibTeX arXiv:2608.18884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAISE: Requirement-Adaptive Evolutionary Refinement for Training-Free Text-to-Image Alignment

2026-02-28 · Liyao Jiang, Ruichen Chen, Chao Gao, Di Niu arxiv

Recent text-to-image (T2I) diffusion models achieve remarkable realism, yet faithful prompt-image alignment remains challenging, particularly for complex prompts with multiple objects, relations, and fine-grained attribu…

Image Generation

A Training-Free Regeneration Paradigm: Contrastive Reflection Memory Guided Self-Verification and Self-Improvement

2026-03-20 · Yuran Li, Di Wu, Benoit Boulet arxiv

Verification-guided self-improvement has recently emerged as a promising approach to improving the accuracy of large language model (LLM) outputs. However, existing approaches face a trade-off between inference efficienc…

Finding the Sweet Spot: Trading Quality, Cost, and Speed During Inference-Time LLM Reflection

2025-10-23 · Jack Butler, Nikita Kozodoi, Zainab Afolabi, Brian Tyacke 외 arxiv

As Large Language Models (LLMs) continue to evolve, practitioners face increasing options for enhancing inference-time performance without model retraining, including budget tuning and multi-step techniques like self-ref…

Mathematical Reasoning

Internalized Self-Correction for Large Language Models

2024-12-21 · Nishanth Upadhyaya, Raghavendra Sridharamurthy

In this article, we introduce 'Internalized Self-Correction' (InSeC) for large language models (LLMs). While many approaches exist for self-reflection at inference time, we propose a novel method that combines ideas from…

Instruction Following

Think Twice, Generate Once: Safeguarding by Progressive Self-Reflection

2025-09-29 · Hoang Phan, Victor Li, Qi Lei arxiv

Large language models (LLMs) have revolutionized natural language processing with their ability to generate coherent and contextually relevant text. However, their deployment raises significant concerns about the potenti…

Computational Efficiency