paper-with-me

홈 › Papers

When Independent Sampling Outperforms Agentic Reasoning

2026-05-08 · Yihe Dong, Boris Shigida arxiv

We study how to allocate inference-time compute for competitive programming under fixed budgets. Evaluating 216 Codeforces problems across Divisions 1-3, we compare agent-based reasoning with repeated independent sampling (k-shot) as a function of both cost and number of model calls. Across models and difficulty levels, k-shot consistently achieves a better accuracy-cost and accuracy-query tradeoff. This gap persists despite prompt caching in agent frameworks, indicating lower per-call effectiveness. Our results show that, for self-contained algorithmic tasks, independent exploration can outperform deeper agentic reasoning under realistic resource constraints. We also provide a budget-allocation analysis when the inference budget is fixed, and prove that a cost-optimal solver minimizes the principled metric log failure likelihood per dollar.

📄 PDF Abstract BibTeX arXiv:2605.08478

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WebSailor: Navigating Super-human Reasoning for Web Agent

2025-07-03 · Kuan Li, Zhongwang Zhang, Huifeng Yin, Liwen Zhang 외

Transcending human cognitive limitations represents a critical frontier in LLM training. Proprietary agentic systems like DeepResearch have demonstrated superhuman capabilities on extremely complex information-seeking be…

PASS: Probabilistic Agentic Supernet Sampling for Interpretable and Adaptive Chest X-Ray Reasoning

2025-08-14 · Yushi Feng, Junye Du, Yingying Hong, Qifan Wang 외 arxiv

Existing tool-augmented agentic systems are limited in the real world by (i) black-box reasoning steps that undermine trust of decision-making and pose safety risks, (ii) poor multimodal integration, which is inherently …

Reinforcement LearningSemantic Similarity

ToolVerse: Unlocking Massive Environments and Long-Horizon Tasks for Agentic Reinforcement Learning

2026-07-17 · Shuaiyu Zhou, Fengpeng Yue, Zengjie Hu, Yuanzhe Shen 외 arxiv

While LLM agents demonstrate strong reasoning abilities in compact and well-defined scenarios, they struggle to maintain robustness and effectiveness when faced with large-scale, diverse, and dynamic real-world environme…

Reinforcement Learning

KnowCoder-A1: Incentivizing Agentic Reasoning Capability with Outcome Supervision for KBQA

2025-10-29 · Zhuo Chen, Fei Wang, Zixuan Li, Zhao Zhang 외 arxiv

Knowledge Base Question Answering (KBQA) aims to answer natural-language questions over a structured Knowledge Base (KB). Recent work improves KBQA by adopting an agentic reasoning paradigm, in which Large Language Model…

Knowledge Base Question AnsweringReinforcement Learning

SIGMA: Search-Augmented On-Demand Knowledge Integration for Agentic Mathematical Reasoning

2025-10-31 · Ali Asgarov, Umid Suleymanov, Aadyant Khatri arxiv

Solving mathematical reasoning problems requires not only accurate access to relevant knowledge but also careful, multi-step thinking. However, current retrieval-augmented models often rely on a single perspective, follo…

Mathematical Reasoning