paper-with-me

Papers

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 FC accuracy, little attention has been given to the robustness of these agents to perturbations in their input. We introduce a benchmark assessing FC robustness in two key areas: resilience to naturalistic query variations, and stability in function calling when the toolkit expands with semantically related tools. Evaluating best-performing FC models on a carefully expanded subset of the Berkeley function calling leaderboard (BFCL), we identify critical weaknesses in existing evaluation methodologies, and highlight areas for improvement in real-world agentic deployments.

📄 PDF Abstract BibTeX arXiv:2504.00914

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Breaking MCP with Function Hijacking Attacks: Novel Threats for Function Calling and Agentic Models

2026-04-22 · Yannis Belkhiter, Giulio Zizzo, Sergio Maffeis, Seshu Tirupathi 외 arxiv

The growth of agentic AI has drawn significant attention to function calling Large Language Models (LLMs), which are designed to extend the capabilities of AI-powered system by invoking external functions. Injection and …

Towards General Agentic Intelligence via Environment Scaling

2025-09-16 · Runnan Fang, Shihao Cai, Baixuan Li, Jialong Wu 외 arxiv

Advanced agentic intelligence is a prerequisite for deploying Large Language Models in practical, real-world applications. Diverse real-world APIs demand precise, robust function-calling intelligence, which needs agents …

TinyAgent: Function Calling at the Edge

2024-09-01 · Lutfi Eren Erdogan, Nicholas Lee, Siddharth Jha, Sehoon Kim 외

Recent large language models (LLMs) have enabled the development of advanced agentic systems that can integrate various tools and APIs to fulfill user queries through function calling. However, the deployment of these LL…

Language ModellingQuantizationSmall Language Model

Arabic Prompts with English Tools: A Benchmark

2026-01-08 · Konstantin Kubrak, Ahmed El-Moselhy, Ammar Alsulami, Remaz Altuwaim 외 arxiv

Large Language Models (LLMs) are now integral to numerous industries, increasingly serving as the core reasoning engine for autonomous agents that perform complex tasks through tool-use. While the development of Arabic-n…

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…