paper-with-me

Papers

Improving Large Language Models Function Calling and Interpretability via Guided-Structured Templates

2025-09-22 · Hy Dang, Tianyi Liu, Zhuofeng Wu, Jingfeng Yang, Haoming Jiang, Tao Yang, Pei Chen, Zhengyang Wang, Helen Wang, Huasheng Li, Bing Yin, Meng Jiang arxiv

Large language models (LLMs) have demonstrated strong reasoning and tool-use capabilities, yet they often fail in real-world tool-interactions due to incorrect parameterization, poor tool selection, or misinterpretation of user intent. These issues often stem from an incomplete understanding of user goals and inadequate comprehension of tool documentation. While Chain-of-Thought (CoT) prompting has proven effective for enhancing reasoning in general contexts, our analysis reveals that free-form CoT is insufficient and sometimes counterproductive for structured function-calling tasks. To address this, we introduce a curriculum-inspired framework that leverages structured reasoning templates to guide LLMs through more deliberate step-by-step instructions for generating function callings. Experimental results show that our method reduces tool-use errors, achieving 3-12% relative improvements over strong baselines across diverse model series and approaches. Moreover, our framework enhances the robustness, interpretability, and transparency of tool-using agents, advancing the development of more reliable AI assistants for real-world applications.

📄 PDF Abstract BibTeX arXiv:2509.18076

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Think-Augmented Function Calling: Improving LLM Parameter Accuracy Through Embedded Reasoning

2026-01-26 · Lei Wei, Xiao Peng, Jinpeng Ou, Bin Wang arxiv

Large language models (LLMs) have demonstrated remarkable capabilities in function calling for autonomous agents, yet current mechanisms lack explicit reasoning transparency during parameter generation, particularly for …

R2IF: Aligning Reasoning with Decisions via Composite Rewards for Interpretable LLM Function Calling

2026-04-22 · Aijia Cheng, Kailong Wang, Ling Shi, Yongxin Zhao arxiv

Function calling empowers large language models (LLMs) to interface with external tools, yet existing RL-based approaches suffer from misalignment between reasoning processes and tool-call decisions. We propose R2IF, a r…

ToolACE: Winning the Points of LLM Function Calling

2024-09-02 · Weiwen Liu, Xu Huang, Xingshan Zeng, Xinlong Hao 외

Function calling significantly extends the application boundary of large language models, where high-quality and diverse training data is critical for unlocking this capability. However, real function-calling data is qui…

Verification-Guided Context Optimization for Tool Calling via Hierarchical LLMs-as-Editors

2025-12-15 · Henger Li, Shuangjie You, Flavio Di Palo, Yiyue Qian 외 arxiv

Tool calling enables large language models (LLMs) to interact with external environments through tool invocation, providing a practical way to overcome the limitations of pretraining. However, the effectiveness of tool u…

Prompt Engineering

STAR: Similarity-guided Teacher-Assisted Refinement for Super-Tiny Function Calling Models

2026-02-03 · Jiliang Ni, Jiachen Pu, Zhongyi Yang, Jingfeng Luo 외 arxiv

The proliferation of Large Language Models (LLMs) in function calling is pivotal for creating advanced AI agents, yet their large scale hinders widespread adoption, necessitating transferring their capabilities into smal…

Knowledge Distillation