paper-with-me

Papers

On Generalization in Agentic Tool Calling: CoreThink Agentic Reasoner and MAVEN Dataset

2025-10-27 · Vishvesh Bhat, Omkar Ghugarkar, Julian McAuley arxiv

Generalization across Agentic tool-calling environments remains a key unsolved challenge in developing reliable agentic reasoning systems. While large language models (LLMs) demonstrate strong performance on isolated benchmarks, their ability to transfer reasoning strategies and co-ordinate tools across diverse domains is poorly understood. In this work, we conduct a large-scale evaluation of state-of-the-art LLMs on multiple tool-calling benchmarksBFCL v3, TauBench, Tau2Bench, and AceBenchand introduce MAVEN (Math & Physics Adversarial Verification & Evaluation Network), a new out of distribution (OOD) benchmark designed to stress-test multi-step reasoning through explicit verification and adversarial task composition. Our results show that most current models achieve below 50% accuracy on MAVEN, revealing a significant generalization gap across tool-use settings. To address this, we present the CoreThink Agentic Reasoner, a framework that augments LLMs with a lightweight symbolic reasoning layer for structured decomposition and adaptive tool orchestration. Without additional training, it generalizes across all benchmarks, achieving state-of-the-art performance with 530% improvements over existing baselines at roughly one-tenth the computational cost.

📄 PDF Abstract BibTeX arXiv:2510.22898

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoreThink: A Symbolic Reasoning Layer to reason over Long Horizon Tasks with LLMs

2025-08-31 · Jay Vaghasiya, Omkar Ghugarkar, Vishvesh Bhat, Vipul Dholaria 외 arxiv

We introduce CoreThink, a state-of-the-art Reasoning Layer built upon a novel reasoning method called General Symbolics. This approach diverges from reasoning paradigms such as test-time scaling, Supervised Fine-Tuning (…

Reinforcement LearningCode Generation

MAVEN: Improving Generalization in Agentic Tool Calling

2026-05-29 · Omkar Ghugarkar, Vishvesh Bhat, Muhammad Ahmed Mohsin, Asad Aali arxiv

Generalization across agentic tool-calling environments remains a central challenge for reliable agentic reasoning systems. Although large language models achieve strong results on individual benchmarks, their ability to…

Switchcraft: AI Model Router for Agentic Tool Calling

2026-05-08 · Sharad Agarwal, Pooria Namyar, Alec Wolman, Rahul Ambavat 외 arxiv

Agentic AI systems that invoke external tools are powerful but costly, leading developers to default to large models and overspend inference budgets. Model routing can mitigate this, but existing routers are designed for…

On the Robustness of Agentic Function Calling

2025-04-01 · Ella Rabinovich, Ateret Anaby-Tavor

Large Language Models (LLMs) are increasingly acting as autonomous agents, with function calling (FC) capabilities enabling them to invoke specific tools for tasks. While prior research has primarily focused on improving…

The Bitter Lesson of Diffusion Language Models for Agentic Workflows: A Comprehensive Reality Check

2026-01-19 · Qingyu Lu, Liang Ding, Kanjian Zhang, Jinxia Zhang 외 arxiv

The pursuit of real-time agentic interaction has driven interest in Diffusion-based Large Language Models (dLLMs) as alternatives to auto-regressive backbones, promising to break the sequential latency bottleneck. Howeve…